|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef XAODFORWARD_VERSIONS_AFPSIHIT_V1_H
15 #define XAODFORWARD_VERSIONS_AFPSIHIT_V1_H
19 #include "AthLinks/ElementLink.h"
344 #endif // XAODFORWARD_VERSIONS_AFPSIHIT_V1_H
float depositedCharge() const
Charge deposited in the pixel.
void setTimeOverThreshold(float timeOverThreshold)
Method setting value of time over threshold.
void setPixelHorizID(const int horizontalID)
Set index of the pixel along X axis in LHC coordinate system.
Base class for elements of a container that can have aux data.
void addTrackLink(const AFPTrackLink_t &newTrack)
Add a link to a track that uses this hit in reconstruction.
int pixelHorizID() const
Index of the pixel along X axis in LHC coordinate system.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void setPixelLayerID(int layerID)
Method setting index of the pixel layer with hit.
SG_BASE(xAOD::AFPSiHit_v1, SG::AuxElement)
void setPixelColIDChip(int colID)
Set pixel column index in the chip coordinate system.
void setTracksLinks(const std::vector< AFPTrackLink_t > &tracksVector)
Set vector of links to tracks that use this hit.
int pixelRowIDChip() const
Index of the pixel row in chip coordinate system.
const std::vector< AFPTrackLink_t > & tracksLinks() const
Vector of links to tracks for which reconstruction this hit was used.
Class representing a hit in silicon detector.
void setStationID(int stationID)
Set index of the station with pixel hit.
void setPixelRowIDChip(int rowID)
Set pixel row index in the chip coordinate system.
int stationID() const
Index of the station with pixel hit.
ElementLink implementation for ROOT usage.
float timeOverThreshold() const
Time over threshold of signal for a pixel.
void setPixelVertID(const int verticalID)
Set index of the pixel along Y axis in LHC coordinate system.
int pixelColIDChip() const
Index of the pixel column in chip coordinate system.
int pixelVertID() const
Index of the pixel along Y axis in LHC coordinate system.
int pixelLayerID() const
Index of the layer of pixels, i.e.
void setDepositedCharge(float charge)
Method setting value of the charge deposited in the pixel.
ElementLink< AFPTrackContainer > AFPTrackLink_t
Type of a link to the track.
Base class for elements of a container that can have aux data.
void toPersistent()
Function making sure that the object is ready for persistification i.e. saving.