LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "OpHit.h"
Public Member Functions | |
OpHit () | |
OpHit (int opchannel, double peaktime, double peaktimeabs, unsigned short frame, double width, double area, double peakheight, double pe, double fasttototal) | |
int | OpChannel () const |
double | PeakTimeAbs () const |
double | PeakTime () const |
unsigned short | Frame () const |
double | Width () const |
double | Area () const |
double | Amplitude () const |
double | PE () const |
double | FastToTotal () const |
Private Attributes | |
int | fOpChannel |
unsigned short | fFrame |
double | fPeakTime |
double | fPeakTimeAbs |
double | fWidth |
double | fArea |
double | fAmplitude |
double | fPE |
double | fFastToTotal |
Friends | |
bool | operator< (const OpHit &a, const OpHit &b) |
hits are 2D representations of charge deposited in the tdc/wire plane hits are assumed to be made from deconvoluted, unipolar signals
recob::OpHit::OpHit | ( | int | opchannel, |
double | peaktime, | ||
double | peaktimeabs, | ||
unsigned short | frame, | ||
double | width, | ||
double | area, | ||
double | peakheight, | ||
double | pe, | ||
double | fasttototal | ||
) |
|
inline |
|
inline |
Definition at line 67 of file OpHit.h.
References fArea.
Referenced by cheat::PhotonBackTracker::OpHitChargeCollectionEfficiency(), cheat::PhotonBackTracker::OpHitChargeCollectionPurity(), cheat::PhotonBackTracker::OpHitLightCollectionEfficiency(), and cheat::PhotonBackTracker::OpHitLightCollectionPurity().
|
inline |
Definition at line 70 of file OpHit.h.
References fFastToTotal.
Referenced by opdet::AddHitContribution().
|
inline |
|
inline |
Definition at line 62 of file OpHit.h.
References fOpChannel.
Referenced by opdet::AddHitContribution(), opdet::OpHitAna::analyze(), opdet::GetHitGeometryInfo(), cheat::PhotonBackTracker::OpHitToSDPs(), cheat::PhotonBackTracker::OpHitToSimSDPs_Ps(), cheat::PhotonBackTracker::OpHitToTrackSDPs(), cheat::PhotonBackTracker::TrackIDsToOpHits(), and cheat::PhotonBackTracker::TrackIdsToOpHits_Ps().
|
inline |
Definition at line 69 of file OpHit.h.
References fPE.
Referenced by opdet::AddHitContribution(), opdet::AddHitToFlash(), opdet::OpHitAna::analyze(), opdet::GetHitGeometryInfo(), and recob::operator<().
|
inline |
Definition at line 64 of file OpHit.h.
References fPeakTime.
Referenced by opdet::AddHitContribution(), opdet::AddHitToFlash(), opdet::OpHitAna::analyze(), cheat::PhotonBackTracker::OpHitToSDPs(), cheat::PhotonBackTracker::OpHitToSimSDPs_Ps(), cheat::PhotonBackTracker::OpHitToTrackSDPs(), cheat::PhotonBackTracker::TrackIDsToOpHits(), and cheat::PhotonBackTracker::TrackIdsToOpHits_Ps().
|
inline |
Definition at line 65 of file OpHit.h.
References fPeakTimeAbs.
Referenced by opdet::AddHitContribution().
|
inline |
Definition at line 66 of file OpHit.h.
References fWidth.
Referenced by opdet::AddHitToFlash(), cheat::PhotonBackTracker::OpHitToSDPs(), cheat::PhotonBackTracker::OpHitToSimSDPs_Ps(), cheat::PhotonBackTracker::OpHitToTrackSDPs(), cheat::PhotonBackTracker::TrackIDsToOpHits(), and cheat::PhotonBackTracker::TrackIdsToOpHits_Ps().
|
private |
Definition at line 28 of file OpHit.h.
Referenced by Amplitude().
|
private |
Definition at line 30 of file OpHit.h.
Referenced by FastToTotal().
|
private |
|
private |
Definition at line 22 of file OpHit.h.
Referenced by OpChannel().
|
private |
Definition at line 24 of file OpHit.h.
Referenced by PeakTime().
|
private |
Definition at line 25 of file OpHit.h.
Referenced by PeakTimeAbs().