Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Event.cc,v 1.4 2001/07/13 15:01:52 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4Event.cc,v 1.5 2002/08/13 18:17:53 asaim Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
|
||||
// G4Event
|
||||
@@ -40,13 +40,13 @@ G4Allocator<G4Event> anEventAllocator;
|
||||
G4Event::G4Event()
|
||||
:eventID(0),
|
||||
thePrimaryVertex(0),numberOfPrimaryVertex(0),
|
||||
HC(0),DC(0),trajectoryContainer(0)
|
||||
HC(0),DC(0),trajectoryContainer(0),eventAborted(false)
|
||||
{;}
|
||||
|
||||
G4Event::G4Event(G4int evID)
|
||||
:eventID(evID),
|
||||
thePrimaryVertex(0),numberOfPrimaryVertex(0),
|
||||
HC(0),DC(0),trajectoryContainer(0)
|
||||
HC(0),DC(0),trajectoryContainer(0),eventAborted(false)
|
||||
{;}
|
||||
|
||||
G4Event::~G4Event()
|
||||
|
||||
Reference in New Issue
Block a user