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