ATLAS Offline Software
Loading...
Searching...
No Matches
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) {}
SimHitHandleBase * simhit
HepMC::ConstGenVertexPtr genVertex
HepMC::ConstGenParticlePtr genParticle

◆ 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: