Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQMCHit_v1.h>
Public Member Functions | |
SQMCHit_v1 () | |
virtual | ~SQMCHit_v1 () |
void | identify (std::ostream &os=std::cout) const |
void | Reset () |
Clear Event. More... | |
int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
SQHit * | Clone () const |
virtual int | get_track_id () const |
Return the track ID associated with this hit. Probably the value is not properly set at present. More... | |
virtual void | set_track_id (const int a) |
virtual PHG4HitDefs::keytype | get_g4hit_id () const |
Return the Geant-hit ID associated with this hit. More... | |
virtual void | set_g4hit_id (const PHG4HitDefs::keytype a) |
virtual float | get_truth_x () const |
Return the true x-position of this hit. Meaningful only if this hit is of MC. More... | |
virtual void | set_truth_x (const float a) |
virtual float | get_truth_y () const |
Return the true y-position of this hit. Meaningful only if this hit is of MC. More... | |
virtual void | set_truth_y (const float a) |
virtual float | get_truth_z () const |
Return the true z-position of this hit. Meaningful only if this hit is of MC. More... | |
virtual void | set_truth_z (const float a) |
virtual float | get_truth_px () const |
Return the true x-momentum of this hit. Meaningful only if this hit is of MC. More... | |
virtual void | set_truth_px (const float a) |
virtual float | get_truth_py () const |
Return the true y-momentum of this hit. Meaningful only if this hit is of MC. More... | |
virtual void | set_truth_py (const float a) |
virtual float | get_truth_pz () const |
Return the true z-momentum of this hit. Meaningful only if this hit is of MC. More... | |
virtual void | set_truth_pz (const float a) |
![]() | |
SQHit_v1 () | |
virtual | ~SQHit_v1 () |
virtual int | get_hit_id () const |
Return the ID of this hit. More... | |
virtual void | set_hit_id (const int a) |
virtual short | get_detector_id () const |
Return the detector ID of this hit. More... | |
virtual void | set_detector_id (const short a) |
virtual short | get_element_id () const |
Return the element ID of this hit. More... | |
virtual void | set_element_id (const short id) |
virtual short | get_level () const |
Return the trigger level of this hit. Meaningful only if this hit is of V1495 TDC. More... | |
virtual void | set_level (const short level) |
virtual float | get_tdc_time () const |
Return the TDC time (nsec) of this hit. More... | |
virtual void | set_tdc_time (const float a) |
virtual float | get_drift_distance () const |
Return the drift distance of this hit. Probably the value is not properly set at present. Meaningful only if this hit is of drift chamber or prop tube. More... | |
virtual void | set_drift_distance (const float a) |
virtual float | get_pos () const |
Return the absolute position of this hit. Probably the value is not properly set at present. More... | |
virtual void | set_pos (const float a) |
virtual bool | is_in_time () const |
Return 'true' if this hit is in the time window. More... | |
virtual void | set_in_time (const bool a) |
virtual bool | is_hodo_mask () const |
Return 'true' if this hit is accepted (or masked out?) by the hodoscope masking. Meaningful only if this hit is of drift chamber. More... | |
virtual void | set_hodo_mask (const bool a) |
virtual bool | is_trigger_mask () const |
Return 'true' if this hit is accepted (or masked out?) by the trigger-road masking. Meaningful only if this hit is of drift chamber. More... | |
virtual void | set_trigger_mask (const bool a) |
![]() | |
SQHit () | |
virtual | ~SQHit () |
virtual short | get_tower_id () const |
Not valid in E1039. To be deleted. More... | |
virtual void | set_tower_id (const short a) |
virtual float | get_edep () const |
Not valid in E1039. To be deleted. More... | |
virtual void | set_edep (const float a) |
virtual unsigned int | get_n_cells () const |
Return the number of cells included in this hit. More... | |
virtual CellMap | get_cells () const |
Return the list of all cells included in this hit. More... | |
virtual float | get_cell (unsigned int i) const |
Return the 'edep' value of the i-th cell. More... | |
virtual void | add_cell (unsigned int i, float a) |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Additional Inherited Members | |
![]() | |
enum | HitQuality { InTime = 1<<0 , HodoMask = 1<<1 , TriggerMask = 1<<2 } |
typedef std::map< short, float > | CellMap |
key -> plateID, float -> edep More... | |
Definition at line 17 of file SQMCHit_v1.h.
SQMCHit_v1::SQMCHit_v1 | ( | ) |
Definition at line 16 of file SQMCHit_v1.cxx.
Referenced by Clone(), and Reset().
|
inlinevirtual |
Definition at line 22 of file SQMCHit_v1.h.
|
inlinevirtual |
Reimplemented from SQHit_v1.
Definition at line 29 of file SQMCHit_v1.h.
References SQMCHit_v1().
|
inlinevirtual |
Return the Geant-hit ID associated with this hit.
Reimplemented from SQHit.
Definition at line 34 of file SQMCHit_v1.h.
|
inlinevirtual |
Return the track ID associated with this hit. Probably the value is not properly set at present.
Reimplemented from SQHit.
Definition at line 31 of file SQMCHit_v1.h.
Referenced by identify().
|
inlinevirtual |
Return the true x-momentum of this hit. Meaningful only if this hit is of MC.
Reimplemented from SQHit.
Definition at line 46 of file SQMCHit_v1.h.
|
inlinevirtual |
Return the true y-momentum of this hit. Meaningful only if this hit is of MC.
Reimplemented from SQHit.
Definition at line 49 of file SQMCHit_v1.h.
|
inlinevirtual |
Return the true z-momentum of this hit. Meaningful only if this hit is of MC.
Reimplemented from SQHit.
Definition at line 52 of file SQMCHit_v1.h.
|
inlinevirtual |
Return the true x-position of this hit. Meaningful only if this hit is of MC.
Reimplemented from SQHit.
Definition at line 37 of file SQMCHit_v1.h.
|
inlinevirtual |
Return the true y-position of this hit. Meaningful only if this hit is of MC.
Reimplemented from SQHit.
Definition at line 40 of file SQMCHit_v1.h.
|
inlinevirtual |
Return the true z-position of this hit. Meaningful only if this hit is of MC.
Reimplemented from SQHit.
Definition at line 43 of file SQMCHit_v1.h.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from SQHit_v1.
Definition at line 21 of file SQMCHit_v1.cxx.
References SQHit_v1::get_hit_id(), get_track_id(), and SQHit_v1::identify().
|
virtual |
isValid returns non zero if object contains vailid data
Reimplemented from SQHit_v1.
Definition at line 33 of file SQMCHit_v1.cxx.
References SQHit_v1::isValid().
|
inlinevirtual |
Clear Event.
Reimplemented from SQHit_v1.
Definition at line 27 of file SQMCHit_v1.h.
References SQMCHit_v1().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 35 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 32 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 47 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 50 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 53 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 38 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 41 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().
|
inlinevirtual |
Reimplemented from SQHit.
Definition at line 44 of file SQMCHit_v1.h.
Referenced by SQDigitizer::digitizePlane().