ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::PRD_TruthTrajectory Class Reference

#include <PRD_TruthTrajectory.h>

Collaboration diagram for Trk::PRD_TruthTrajectory:

Public Member Functions

 PRD_TruthTrajectory ()
 defualt constructor More...
 
 PRD_TruthTrajectory (const std::vector< const Trk::PrepRawData * > &prdVec, HepMC::ConstGenParticlePtr gP=nullptr, size_t numberOfDegreesOfFreedom=0)
 fast constructor More...
 

Public Attributes

std::vector< const Trk::PrepRawData * > prds
 public members More...
 
HepMC::ConstGenParticlePtr genParticle
 
size_t nDoF
 

Detailed Description

simple definitiion of a PRD_TruhtTrajectory

Author
Andreas.Salzburger -at- cern.ch, Thijs.Cornelissen -at- cern.ch, Roland.Wolfgang.Jansky -at- cern.ch

Definition at line 27 of file PRD_TruthTrajectory.h.

Constructor & Destructor Documentation

◆ PRD_TruthTrajectory() [1/2]

Trk::PRD_TruthTrajectory::PRD_TruthTrajectory ( )
inline

defualt constructor

Definition at line 35 of file PRD_TruthTrajectory.h.

35  :
36  genParticle(0),
37  nDoF(0)
38  {}

◆ PRD_TruthTrajectory() [2/2]

Trk::PRD_TruthTrajectory::PRD_TruthTrajectory ( const std::vector< const Trk::PrepRawData * > &  prdVec,
HepMC::ConstGenParticlePtr  gP = nullptr,
size_t  numberOfDegreesOfFreedom = 0 
)
inline

fast constructor

Definition at line 41 of file PRD_TruthTrajectory.h.

43  :
44  prds(prdVec),
45  genParticle(gP),
46  nDoF(numberOfDegreesOfFreedom)
47  {}

Member Data Documentation

◆ genParticle

HepMC::ConstGenParticlePtr Trk::PRD_TruthTrajectory::genParticle

Definition at line 31 of file PRD_TruthTrajectory.h.

◆ nDoF

size_t Trk::PRD_TruthTrajectory::nDoF

Definition at line 32 of file PRD_TruthTrajectory.h.

◆ prds

std::vector<const Trk::PrepRawData* > Trk::PRD_TruthTrajectory::prds

public members

Definition at line 30 of file PRD_TruthTrajectory.h.


The documentation for this class was generated from the following file:
Trk::PRD_TruthTrajectory::genParticle
HepMC::ConstGenParticlePtr genParticle
Definition: PRD_TruthTrajectory.h:31
Trk::PRD_TruthTrajectory::nDoF
size_t nDoF
Definition: PRD_TruthTrajectory.h:32
Trk::PRD_TruthTrajectory::prds
std::vector< const Trk::PrepRawData * > prds
public members
Definition: PRD_TruthTrajectory.h:30