ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SIDSimHit_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AFP_SIDSimHit_p1_h
6#define AFP_SIDSimHit_p1_h
7
8//#include "GeneratorObjectsTPCnv/HepMcParticleLink_p1.h"
9
11{
12 public:
13 // needed by athenaRoot
15 friend class AFP_SIDSimHitCnv_p1;
16
17private:
18
19 int m_nHitID = 0;
20 int m_nTrackID = 0;
24 float m_fPreStepX = 0;
25 float m_fPreStepY = 0;
26 float m_fPreStepZ = 0;
27 float m_fPostStepX = 0;
28 float m_fPostStepY = 0;
29 float m_fPostStepZ = 0;
30 float m_fGlobalTime = 0;
31
32 int m_nStationID = 0;
34
35 int m_nPixelRow = 0;
36 int m_nPixelCol = 0;
37
38 bool m_bIsAuxVSID = 0;
39
40};
41
42
43#endif //AFP_SIDSimHit_p1_h
44
friend class AFP_SIDSimHitCnv_p1