#include <PerSimTrack.h>
Collaboration diagram for PerSimTrack:
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 |
bv@bnl.gov Mon Aug 25 14:26:18 2008
Definition at line 18 of file PerSimTrack.h.
| 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 23 of file PerSimTrack.h.
Definition at line 24 of file PerSimTrack.h.
Definition at line 25 of file PerSimTrack.h.
| std::vector<int> PerSimTrack::vertexIndex |
Definition at line 26 of file PerSimTrack.h.
Definition at line 27 of file PerSimTrack.h.
Definition at line 28 of file PerSimTrack.h.
| std::map<int,unsigned int> PerSimTrack::unrecordedDescendants |
Definition at line 30 of file PerSimTrack.h.
Definition at line 32 of file PerSimTrack.h.
1.4.7