Class Reference for E1039 Core & Analysis Software
Hit Class Reference

Definition of hit structure. More...

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/interface/SRawEvent.h>

+ Inheritance diagram for Hit:
+ Collaboration diagram for Hit:

Public Types

enum  hitQuality { inTime = hitFlagBit(1) , hodoMask = hitFlagBit(2) , triggerMask = hitFlagBit(3) }
 

Public Member Functions

 Hit ()
 
 Hit (int uniqueID)
 
 Hit (int detectorID, int elementID)
 
void identify (std::ostream &os=std::cout) const
 PHObject virtual overloads. More...
 
void Reset ()
 Clear Event. More...
 
int isValid () const
 isValid returns non zero if object contains vailid data More...
 
HitClone () const
 
bool isInTime () const
 
bool isHodoMask () const
 
bool isTriggerMask () const
 
void setFlag (UShort_t flag_input)
 
void resetFlag (UShort_t flag_input)
 
void setInTime (bool f=true)
 
void setHodoMask (bool f=true)
 
void setTriggerMask (bool f=true)
 
Int_t getSign ()
 
Int_t uniqueID ()
 
Int_t getDetectorID (Int_t uniqueID)
 
Int_t getElementID (Int_t uniqueID)
 
bool operator< (const Hit &elem) const
 
bool operator== (const Hit &elem) const
 
void print (std::ostream &os=std::cout) const
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () 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
 

Public Attributes

Int_t index
 
Short_t detectorID
 
Short_t elementID
 
Float_t tdcTime
 
Float_t driftDistance
 
Float_t pos
 
UShort_t flag
 

Detailed Description

Definition of hit structure.

Definition at line 34 of file SRawEvent.h.

Member Enumeration Documentation

◆ hitQuality

Enumerator
inTime 
hodoMask 
triggerMask 

Definition at line 85 of file SRawEvent.h.

Constructor & Destructor Documentation

◆ Hit() [1/3]

Hit::Hit ( )

Referenced by Clone(), and Reset().

+ Here is the caller graph for this function:

◆ Hit() [2/3]

Hit::Hit ( int  uniqueID)

Definition at line 28 of file SRawEvent.cxx.

References detectorID, elementID, getDetectorID(), getElementID(), and uniqueID().

+ Here is the call graph for this function:

◆ Hit() [3/3]

Hit::Hit ( int  detectorID,
int  elementID 
)

Definition at line 34 of file SRawEvent.cxx.

Member Function Documentation

◆ Clone()

Hit* Hit::Clone ( ) const
inline

Definition at line 46 of file SRawEvent.h.

References Hit().

+ Here is the call graph for this function:

◆ getDetectorID()

Int_t Hit::getDetectorID ( Int_t  uniqueID)
inline

Definition at line 65 of file SRawEvent.h.

References uniqueID().

Referenced by Hit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getElementID()

Int_t Hit::getElementID ( Int_t  uniqueID)
inline

Definition at line 66 of file SRawEvent.h.

References uniqueID().

Referenced by Hit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getSign()

Int_t Hit::getSign ( )
inline

Definition at line 61 of file SRawEvent.h.

References driftDistance.

Referenced by KalmanTrack::KalmanTrack().

+ Here is the caller graph for this function:

◆ identify()

void Hit::identify ( std::ostream &  os = std::cout) const
inlinevirtual

PHObject virtual overloads.

Reimplemented from PHObject.

Definition at line 43 of file SRawEvent.h.

References print().

+ Here is the call graph for this function:

◆ isHodoMask()

bool Hit::isHodoMask ( ) const
inline

Definition at line 50 of file SRawEvent.h.

References flag, and hodoMask.

Referenced by print().

+ Here is the caller graph for this function:

◆ isInTime()

bool Hit::isInTime ( ) const
inline

Definition at line 49 of file SRawEvent.h.

References flag, and inTime.

Referenced by print().

+ Here is the caller graph for this function:

◆ isTriggerMask()

bool Hit::isTriggerMask ( ) const
inline

Definition at line 51 of file SRawEvent.h.

References flag, and triggerMask.

Referenced by print().

+ Here is the caller graph for this function:

◆ isValid()

int Hit::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Definition at line 45 of file SRawEvent.h.

◆ operator<()

bool Hit::operator< ( const Hit elem) const

Definition at line 38 of file SRawEvent.cxx.

References detectorID, elementID, and tdcTime.

◆ operator==()

bool Hit::operator== ( const Hit elem) const

Definition at line 68 of file SRawEvent.cxx.

References detectorID, elementID, and pos.

◆ print()

void Hit::print ( std::ostream &  os = std::cout) const
inline

Definition at line 73 of file SRawEvent.h.

References detectorID, driftDistance, elementID, index, isHodoMask(), isInTime(), isTriggerMask(), and pos.

Referenced by identify(), KalmanFastTracking::removeBadHits(), and KalmanDSTrk::removeBadHits().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Reset()

void Hit::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 44 of file SRawEvent.h.

References Hit().

+ Here is the call graph for this function:

◆ resetFlag()

void Hit::resetFlag ( UShort_t  flag_input)
inline

Definition at line 55 of file SRawEvent.h.

References flag.

◆ setFlag()

void Hit::setFlag ( UShort_t  flag_input)
inline

Definition at line 54 of file SRawEvent.h.

References flag.

◆ setHodoMask()

void Hit::setHodoMask ( bool  f = true)
inline

Definition at line 57 of file SRawEvent.h.

References flag, and hodoMask.

◆ setInTime()

void Hit::setInTime ( bool  f = true)
inline

Definition at line 56 of file SRawEvent.h.

References flag, and inTime.

Referenced by UtilSRawEvent::SetHit(), UtilSRawEvent::SetTriggerHit(), and TriggerAnalyzer::trimEvent().

+ Here is the caller graph for this function:

◆ setTriggerMask()

void Hit::setTriggerMask ( bool  f = true)
inline

Definition at line 58 of file SRawEvent.h.

References flag, and triggerMask.

Referenced by TriggerAnalyzer::trimEvent().

+ Here is the caller graph for this function:

◆ uniqueID()

Int_t Hit::uniqueID ( )
inline

Definition at line 64 of file SRawEvent.h.

References detectorID, and elementID.

Referenced by getDetectorID(), getElementID(), and Hit().

+ Here is the caller graph for this function:

Member Data Documentation

◆ detectorID

◆ driftDistance

◆ elementID

◆ flag

UShort_t Hit::flag

◆ index

◆ pos

◆ tdcTime


The documentation for this class was generated from the following files: