19 #ifndef STMCVERTEXT_HH
20 #define STMCVERTEXT_HH
22 #include "StEventObject.h"
24 #include "g2t_vertex.h"
38 {
return !operator==(r); }
49 virtual long volumeId()
const {
long tmp;
54 TString geantVolume()
const {
char tmp[5]={0};
63 StMcTrack* daughter(
unsigned int i) {
return (i < mDaughters.size() ? mDaughters[i] : 0); }
64 const StMcTrack* daughter(
unsigned int i)
const {
return (i < mDaughters.size() ? mDaughters[i] : 0); }
Monte Carlo Track class All information on a simulated track is stored in this class: kinematics...
base class for all StMcEvent objects