ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
AscObj_TruthPoint::Imp Class Reference
Collaboration diagram for AscObj_TruthPoint::Imp:

Public Member Functions

 Imp (HepMC::ConstGenVertexPtr v, HepMC::ConstGenParticlePtr p)
 
 Imp (SimHitHandleBase *s)
 

Public Attributes

HepMC::ConstGenVertexPtr genVertex
 
HepMC::ConstGenParticlePtr genParticle
 
SimHitHandleBasesimhit
 

Detailed Description

Definition at line 37 of file AscObj_TruthPoint.cxx.

Constructor & Destructor Documentation

◆ Imp() [1/2]

AscObj_TruthPoint::Imp::Imp ( HepMC::ConstGenVertexPtr  v,
HepMC::ConstGenParticlePtr  p 
)
inline

Definition at line 39 of file AscObj_TruthPoint.cxx.

40  : genVertex(v), genParticle(p), simhit(nullptr) {}

◆ Imp() [2/2]

AscObj_TruthPoint::Imp::Imp ( SimHitHandleBase s)
inline

Definition at line 41 of file AscObj_TruthPoint.cxx.

42  : genVertex(nullptr), genParticle(nullptr), simhit(s) {}

Member Data Documentation

◆ genParticle

HepMC::ConstGenParticlePtr AscObj_TruthPoint::Imp::genParticle

Definition at line 44 of file AscObj_TruthPoint.cxx.

◆ genVertex

HepMC::ConstGenVertexPtr AscObj_TruthPoint::Imp::genVertex

Definition at line 43 of file AscObj_TruthPoint.cxx.

◆ simhit

SimHitHandleBase* AscObj_TruthPoint::Imp::simhit

Definition at line 45 of file AscObj_TruthPoint.cxx.


The documentation for this class was generated from the following file:
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
AscObj_TruthPoint::Imp::simhit
SimHitHandleBase * simhit
Definition: AscObj_TruthPoint.cxx:45
python.PyAthena.v
v
Definition: PyAthena.py:157
AscObj_TruthPoint::Imp::genVertex
HepMC::ConstGenVertexPtr genVertex
Definition: AscObj_TruthPoint.cxx:43
AscObj_TruthPoint::Imp::genParticle
HepMC::ConstGenParticlePtr genParticle
Definition: AscObj_TruthPoint.cxx:44