12#ifndef ALICEO2_TRK_DETECTOR_H
13#define ALICEO2_TRK_DETECTOR_H
23#include <TLorentzVector.h>
47 const TVector3& startMom,
double startE,
double endTime,
double eLoss,
48 unsigned char startStatus,
unsigned char endStatus);
62 std::vector<o2::itsmft::Hit>*
getHits(
int iColl)
const
71 void buildTRKNewVacuumVessel();
72 void configFromFile(std::string fileName =
"alice3_TRK_layout.txt");
73 void configToFile(std::string fileName =
"alice3_TRK_layout.txt");
75 void configServices();
83 unsigned char mTrkStatusStart;
84 TLorentzVector mPositionStart;
85 TLorentzVector mMomentumStart;
89 std::vector<o2::itsmft::Hit>* mHits;
90 std::vector<TRKLayer> mLayers;
92 std::vector<TRKPetalCase> mPetalCases;
94 std::vector<std::string> mFirstOrLastLayers;
95 bool InsideFirstOrLastLayer(std::string layerName);
97 void defineSensitiveVolumes();
99 template <
typename Det>
112struct UseShm<
o2::trk::Detector> {
113 static constexpr bool value =
true;
Definition of the Detector class.
Definition of the ITSMFT Hit class.
Detector()
Default Constructor.
void ConstructGeometry() override
void BeginPrimary() override
o2::itsmft::Hit * addHit(int trackID, int detID, const TVector3 &startPos, const TVector3 &endPos, const TVector3 &startMom, double startE, double endTime, double eLoss, unsigned char startStatus, unsigned char endStatus)
void InitializeO2Detector() override
void FinishPrimary() override
void PostTrack() override
std::vector< o2::itsmft::Hit > * getHits(int iColl) const
void EndOfEvent() override
static o2::base::Detector * create(bool active)
bool ProcessHits(FairVolume *v=nullptr) override
GLsizei const GLfloat * value
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...