Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParticleChange.hh,v 1.6.4.2 2001/06/28 20:20:14 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4ParticleChange.hh,v 1.9 2001/11/21 14:05:57 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ class G4ParticleChange: public G4VParticleChange
|
||||
public:
|
||||
// default constructor
|
||||
G4ParticleChange();
|
||||
G4ParticleChange(G4bool useEB);
|
||||
// G4ParticleChange(G4bool useEB);
|
||||
|
||||
// destructor
|
||||
virtual ~G4ParticleChange();
|
||||
@@ -239,14 +239,15 @@ class G4ParticleChange: public G4VParticleChange
|
||||
G4double theChargeChange;
|
||||
// The Changed (final) charge of a given track
|
||||
|
||||
|
||||
const G4Track* theCurrentTrack;
|
||||
|
||||
public:
|
||||
// these methods is used for switch on/off EB in all ParticleChange objects
|
||||
static void SwOnAllEB();
|
||||
static void SwOffAllEB();
|
||||
// these methods is used for switch on/off EB in all ParticleChange objects
|
||||
// static void SwOnAllEB();
|
||||
// static void SwOffAllEB();
|
||||
|
||||
private:
|
||||
static G4bool fUseEBForAll;
|
||||
// static G4bool fUseEBForAll;
|
||||
|
||||
public:
|
||||
// for Debug
|
||||
|
||||
Reference in New Issue
Block a user