47 trackLink.toPersistent();
Header file for AFPSiHit_v1 class representing a hit in AFP track detector.
Header file with typedef for AFPTrackContainer_v1.
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
AuxElement()
Default constructor.
Class representing a hit in silicon detector.
void setPixelHorizID(const int horizontalID)
Set index of the pixel along X axis in LHC coordinate system.
void toPersistent()
Function making sure that the object is ready for persistification i.e. saving.
void setPixelColIDChip(int colID)
Set pixel column index in the chip coordinate system.
int pixelRowIDChip() const
Index of the pixel row in chip coordinate system.
void addTrackLink(const AFPTrackLink_t &newTrack)
Add a link to a track that uses this hit in reconstruction.
void setPixelRowIDChip(int rowID)
Set pixel row index in the chip coordinate system.
int pixelVertID() const
Index of the pixel along Y axis in LHC coordinate system.
ElementLink< AFPTrackContainer > AFPTrackLink_t
Type of a link to the track.
int pixelColIDChip() const
Index of the pixel column in chip coordinate system.
void setPixelVertID(const int verticalID)
Set index of the pixel along Y axis in LHC coordinate system.
int pixelHorizID() const
Index of the pixel along X axis in LHC coordinate system.
double timeOverThreshold(unsigned int m_word)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
static const SG::AuxElement::Accessor< std::vector< AFPSiHit_v1::AFPTrackLink_t > > tracksLinksAcc("tracksLinks")