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

In This Package:

PerSimTrack.cc

Go to the documentation of this file.
00001 #include "PerSimEvent/PerSimTrack.h"
00002 
00003 PerSimTrack::PerSimTrack()
00004     : geantID(0)
00005     , parentPDG(0)
00006     , particlePDG(0)
00007     , vertexIndex()
00008     , ancestorTrack()
00009     , ancestorVertex()
00010     , unrecordedDescendants()
00011 {
00012 }
00013 PerSimTrack::~PerSimTrack()
00014 {
00015     // everything held by value, nothing to clean up here.
00016 }
00017 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

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