ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::PRD_TruthTrajectory Class Reference

simple definitiion of a PRD_TruhtTrajectory More...

#include <PRD_TruthTrajectory.h>

Collaboration diagram for Trk::PRD_TruthTrajectory:

Public Member Functions

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

Public Attributes

std::vector< const Trk::PrepRawData * > prds
 public members
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 {}
HepMC::ConstGenParticlePtr genParticle

◆ 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 {}
std::vector< const Trk::PrepRawData * > prds
public members

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: