ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_SimHit_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCID_SIMHIT_P1_H
6#define LUCID_SIMHIT_P1_H
7
8#include <vector>
10
12
13 public:
14
16
17 m_tubeID = 0;
18 m_track = 0;
19 m_pdgCode = 0;
20 m_genVolume = 0;
24 m_stepEndPosX = 0;
25 m_stepEndPosY = 0;
26 m_stepEndPosZ = 0;
27 m_preStepTime = 0;
29 m_wavelength = 0;
30 m_energy = 0;
31 };
32
33 friend class LUCID_SimHitCnv_p1;
34
35 private:
36
38
39 short m_tubeID;
52 float m_energy;
53};
54
55#endif
HepMcParticleLink_p1 m_partLink
friend class LUCID_SimHitCnv_p1