Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+4 -4
View File
@@ -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()