![]() |
ATLAS Offline Software
|
#include <SiHit.h>
Public Types | |
enum | { xDep = 0, xPhi = 1, xEta = 2 } |
Private Attributes | |
float | m_stX |
float | m_stY |
float | m_stZ |
float | m_enX |
float | m_enY |
float | m_enZ |
float | m_energyLoss |
float | m_meanTime |
HepMcParticleLink | m_partLink |
unsigned int | m_ID |
anonymous enum |
SiHit::SiHit | ( | const HepGeom::Point3D< double > & | localStartPosition, |
const HepGeom::Point3D< double > & | localEndPosition, | ||
const double | energyLoss, | ||
const double | meanTime, | ||
const int | truthBarcode, | ||
const unsigned int | id | ||
) |
Definition at line 26 of file SiHit.cxx.
SiHit::SiHit | ( | const HepGeom::Point3D< double > & | localStartPosition, |
const HepGeom::Point3D< double > & | localEndPosition, | ||
const double | energyLoss, | ||
const double | meanTime, | ||
const int | truthBarcode, | ||
const int | Part, | ||
const int | BrlECap, | ||
const int | LayerDisk, | ||
const int | etaM, | ||
const int | phiM, | ||
const int | side | ||
) |
Definition at line 48 of file SiHit.cxx.
SiHit::SiHit | ( | const HepGeom::Point3D< double > & | localStartPosition, |
const HepGeom::Point3D< double > & | localEndPosition, | ||
const double | energyLoss, | ||
const double | meanTime, | ||
const HepMcParticleLink & | track, | ||
const unsigned int | id | ||
) |
SiHit::SiHit | ( | const HepGeom::Point3D< double > & | localStartPosition, |
const HepGeom::Point3D< double > & | localEndPosition, | ||
const double | energyLoss, | ||
const double | meanTime, | ||
const HepMcParticleLink & | track, | ||
const int | Part, | ||
const int | BrlECap, | ||
const int | LayerDisk, | ||
const int | etaM, | ||
const int | phiM, | ||
const int | side | ||
) |
|
default |
|
defaultnoexcept |
|
inline |
int SiHit::getBarrelEndcap | ( | ) | const |
int SiHit::getEtaModule | ( | ) | const |
int SiHit::getLayerDisk | ( | ) | const |
int SiHit::getPhiModule | ( | ) | const |
int SiHit::getSide | ( | ) | const |
|
inline |
bool SiHit::isHGTD | ( | ) | const |
bool SiHit::isPixel | ( | ) | const |
bool SiHit::isPLR | ( | ) | const |
bool SiHit::isSCT | ( | ) | const |
HepGeom::Point3D< double > SiHit::localEndPosition | ( | ) | const |
HepGeom::Point3D< double > SiHit::localStartPosition | ( | ) | const |
|
inline |
|
inline |
void SiHit::ScaleLength | ( | double | sfactor | ) |
|
inline |
int SiHit::truthBarcode | ( | ) | const |
int SiHit::truthID | ( | ) | const |
|
private |