Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
/// \brief Definition of the G01DetectorConstruction class
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G01DetectorConstruction.hh 68025 2013-03-13 13:43:46Z gcosmo $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -47,7 +47,7 @@ class G01DetectorConstruction : public G4VUserDetectorConstruction
|
||||
fWorld = setWorld;
|
||||
}
|
||||
|
||||
G4VPhysicalVolume *Construct()
|
||||
virtual G4VPhysicalVolume *Construct()
|
||||
{
|
||||
return fWorld;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/// \brief Definition of the G01PhysicsList class
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G01PhysicsList.hh 68025 2013-03-13 13:43:46Z gcosmo $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -48,9 +48,9 @@ class G01PhysicsList : public G4VUserPhysicsList
|
||||
|
||||
protected:
|
||||
|
||||
void ConstructParticle();
|
||||
void ConstructProcess();
|
||||
void SetCuts();
|
||||
virtual void ConstructParticle();
|
||||
virtual void ConstructProcess();
|
||||
virtual void SetCuts();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
//
|
||||
//
|
||||
// $Id: PrimaryGeneratorAction.hh,v 1.2 2008-11-10 15:39:34 gcosmo Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -51,7 +50,7 @@ class G01PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
G01PrimaryGeneratorAction();
|
||||
~G01PrimaryGeneratorAction();
|
||||
|
||||
void GeneratePrimaries(G4Event* anEvent);
|
||||
virtual void GeneratePrimaries(G4Event* anEvent);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user