44 thePrimaryVertex(0),numberOfPrimaryVertex(0),
45 HC(0),DC(0),trajectoryContainer(0),eventAborted(false),userInfo(0),
46 randomNumberStatus(0),validRandomNumberStatus(false),
47 randomNumberStatusForProcessing(0),validRandomNumberStatusForProcessing(false),
53 thePrimaryVertex(0),numberOfPrimaryVertex(0),
54 HC(0),DC(0),trajectoryContainer(0),eventAborted(false),userInfo(0),
55 randomNumberStatus(0),validRandomNumberStatus(false),
56 randomNumberStatusForProcessing(0),validRandomNumberStatusForProcessing(false),
62 if(thePrimaryVertex)
delete thePrimaryVertex;
65 if(trajectoryContainer)
68 delete trajectoryContainer;
70 if(userInfo)
delete userInfo;
71 if(validRandomNumberStatus)
delete randomNumberStatus;
72 if(validRandomNumberStatusForProcessing)
delete randomNumberStatusForProcessing;
77 return ( eventID == right.eventID );
82 return ( eventID != right.eventID );
93 if(!pVVisManager)
return;
95 if(trajectoryContainer)
98 for(
G4int i=0;i<n_traj;i++)
99 { (*trajectoryContainer)[i]->DrawTrajectory(); }
105 for(
G4int j=0;j<n_HC;j++)
115 for(
G4int j=0;j<n_DC;j++)
G4Allocator< G4Event > anEventAllocator
G4DLLIMPORT std::ostream G4cout
G4int GetCapacity() const
G4VDigiCollection * GetDC(G4int i) const
G4int operator==(const G4Event &right) const
G4int operator!=(const G4Event &right) const
G4VHitsCollection * GetHC(G4int i)
virtual void DrawAllDigi()
virtual void DrawAllHits()
static G4VVisManager * GetConcreteInstance()