| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerSimTrack Class Reference

Persistent version of SimTrack. More...

#include <PerSimTrack.h>

Collaboration diagram for PerSimTrack:

[legend]
List of all members.

Public Member Functions

 PerSimTrack ()
 ~PerSimTrack ()

Public Attributes

int geantID
int parentPDG
int particlePDG
std::vector< int > vertexIndex
PerSimIndirection ancestorTrack
PerSimIndirection ancestorVertex
std::map< int, unsigned int > unrecordedDescendants
int primaryParticle

Detailed Description

Persistent version of SimTrack.

bv@bnl.gov Mon Aug 25 14:26:18 2008

Definition at line 18 of file PerSimTrack.h.


Constructor & Destructor Documentation

PerSimTrack::PerSimTrack (  ) 

Definition at line 3 of file PerSimTrack.cc.

00004     : geantID(0)
00005     , parentPDG(0)
00006     , particlePDG(0)
00007     , vertexIndex()
00008     , ancestorTrack()
00009     , ancestorVertex()
00010     , unrecordedDescendants()
00011 {
00012 }

PerSimTrack::~PerSimTrack (  ) 

Definition at line 13 of file PerSimTrack.cc.

00014 {
00015     // everything held by value, nothing to clean up here.
00016 }


Member Data Documentation

int PerSimTrack::geantID

Definition at line 23 of file PerSimTrack.h.

int PerSimTrack::parentPDG

Definition at line 24 of file PerSimTrack.h.

int PerSimTrack::particlePDG

Definition at line 25 of file PerSimTrack.h.

std::vector<int> PerSimTrack::vertexIndex

Definition at line 26 of file PerSimTrack.h.

PerSimIndirection PerSimTrack::ancestorTrack

Definition at line 27 of file PerSimTrack.h.

PerSimIndirection PerSimTrack::ancestorVertex

Definition at line 28 of file PerSimTrack.h.

std::map<int,unsigned int> PerSimTrack::unrecordedDescendants

Definition at line 30 of file PerSimTrack.h.

int PerSimTrack::primaryParticle

Definition at line 32 of file PerSimTrack.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:35:46 2011 for PerSimEvent by doxygen 1.4.7