FairRoot/PandaRoot
|
#include <PndDiscDigitizedHit.h>
Public Member Functions | |
PndDiscDigitizedHit () | |
PndDiscDigitizedHit (FairLink const &fairln_mc_point, const Int_t &detector_id_, const Int_t &readout_id_, const Int_t &sensor_id_, const Int_t &dead_time_entity_, const Int_t &pixel_number_, const Double_t &pixel_pos_, const Double_t &tdc_time, const Double_t &panda_timestamp, const Int_t classifier) | |
virtual | ~PndDiscDigitizedHit () |
const Int_t & | GetDetectorID () const |
const Int_t & | GetReadoutID () const |
const Int_t & | GetSensorID () const |
const Int_t & | GetPixelNumber () const |
const Int_t & | GetDeadTimeEntity () const |
const Double_t & | GetTdcTime () const |
const Double_t & | GetPixelPosition () const |
const Int_t & | GetClassifier () const |
virtual bool | SortOrder (const FairTimeStamp *s2) const |
virtual bool | operator< (const PndDiscDigitizedHit &digit) const |
virtual bool | operator== (const PndDiscDigitizedHit &digit) const |
virtual bool | equal (FairTimeStamp *data) |
virtual void | Print (std::ostream &out=std::cout) |
Protected Attributes | |
Int_t | detector_id |
Int_t | readout_id |
Int_t | sensor_id |
Int_t | pixel_number |
Int_t | dead_time_entity |
Double_t | pixel_pos |
Double_t | tdc_time |
Int_t | digit_classifier |
Definition at line 21 of file PndDiscDigitizedHit.h.
PndDiscDigitizedHit::PndDiscDigitizedHit | ( | ) |
Definition at line 14 of file PndDiscDigitizedHit.cxx.
PndDiscDigitizedHit::PndDiscDigitizedHit | ( | FairLink const & | fairln_mc_point, |
const Int_t & | detector_id_, | ||
const Int_t & | readout_id_, | ||
const Int_t & | sensor_id_, | ||
const Int_t & | dead_time_entity_, | ||
const Int_t & | pixel_number_, | ||
const Double_t & | pixel_pos_, | ||
const Double_t & | tdc_time, | ||
const Double_t & | panda_timestamp, | ||
const Int_t | classifier | ||
) |
Definition at line 27 of file PndDiscDigitizedHit.cxx.
|
inlinevirtual |
Definition at line 33 of file PndDiscDigitizedHit.h.
|
inlinevirtual |
Definition at line 85 of file PndDiscDigitizedHit.h.
|
inline |
|
inline |
Definition at line 41 of file PndDiscDigitizedHit.h.
References dead_time_entity.
Referenced by operator<(), operator==(), and SortOrder().
|
inline |
Definition at line 37 of file PndDiscDigitizedHit.h.
References detector_id.
Referenced by PndDiscTaskReconstruction::Exec(), PndDiscTaskPID::Exec(), operator<(), operator==(), and SortOrder().
|
inline |
Definition at line 40 of file PndDiscDigitizedHit.h.
References pixel_number.
Referenced by PndDiscTaskReconstruction::Exec(), and PndDiscTaskPID::Exec().
|
inline |
|
inline |
Definition at line 38 of file PndDiscDigitizedHit.h.
References readout_id.
Referenced by PndDiscTaskReconstruction::Exec(), PndDiscTaskPID::Exec(), operator<(), operator==(), and SortOrder().
|
inline |
|
inline |
Definition at line 42 of file PndDiscDigitizedHit.h.
References tdc_time.
Referenced by PndDiscTaskReconstruction::Exec(), and PndDiscTaskPID::Exec().
|
inlinevirtual |
Definition at line 62 of file PndDiscDigitizedHit.h.
References dead_time_entity, detector_id, GetDeadTimeEntity(), GetDetectorID(), GetReadoutID(), and readout_id.
|
inlinevirtual |
Definition at line 76 of file PndDiscDigitizedHit.h.
References dead_time_entity, detector_id, GetDeadTimeEntity(), GetDetectorID(), GetReadoutID(), and readout_id.
|
virtual |
Definition at line 43 of file PndDiscDigitizedHit.cxx.
References dead_time_entity, detector_id, digit_classifier, pixel_number, readout_id, sensor_id, and tdc_time.
Referenced by PndDiscTaskDigitization::Exec().
|
inlinevirtual |
Definition at line 47 of file PndDiscDigitizedHit.h.
References dead_time_entity, detector_id, GetDeadTimeEntity(), GetDetectorID(), GetReadoutID(), and readout_id.
|
protected |
Definition at line 100 of file PndDiscDigitizedHit.h.
Referenced by GetDeadTimeEntity(), operator<(), operator==(), Print(), and SortOrder().
|
protected |
Definition at line 96 of file PndDiscDigitizedHit.h.
Referenced by GetDetectorID(), operator<(), operator==(), Print(), and SortOrder().
|
protected |
Definition at line 104 of file PndDiscDigitizedHit.h.
Referenced by GetClassifier(), and Print().
|
protected |
Definition at line 99 of file PndDiscDigitizedHit.h.
Referenced by GetPixelNumber(), and Print().
|
protected |
Definition at line 101 of file PndDiscDigitizedHit.h.
Referenced by GetPixelPosition().
|
protected |
Definition at line 97 of file PndDiscDigitizedHit.h.
Referenced by GetReadoutID(), operator<(), operator==(), Print(), and SortOrder().
|
protected |
Definition at line 98 of file PndDiscDigitizedHit.h.
Referenced by GetSensorID(), and Print().
|
protected |
Definition at line 103 of file PndDiscDigitizedHit.h.
Referenced by GetTdcTime(), and Print().