Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -27,7 +27,7 @@
/// \brief Definition of the ExP01ChamberParameterisation class
//
//
// $Id: ExP01ChamberParameterisation.hh 73396 2013-08-27 09:29:21Z gcosmo $
// $Id: ExP01ChamberParameterisation.hh 98770 2016-08-09 14:22:25Z gcosmo $
//
//
// A parameterisation that describes a series of boxes along Z
@@ -112,4 +112,3 @@ class ExP01ChamberParameterisation : public G4VPVParameterisation
#endif
@@ -27,7 +27,7 @@
/// \brief Definition of the ExP01DetectorConstruction class
//
//
// $Id: ExP01DetectorConstruction.hh 71397 2013-06-14 15:05:31Z gcosmo $
// $Id: ExP01DetectorConstruction.hh 98770 2016-08-09 14:22:25Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -66,8 +66,8 @@ class ExP01DetectorConstruction : public G4VUserDetectorConstruction
G4double GetTargetFullLength() {return fTargetLength;};
G4double GetWorldFullLength() {return fWorldLength;};
void setTargetMaterial (G4String);
void setChamberMaterial(G4String);
void SetTargetMaterial (G4String);
void SetChamberMaterial(G4String);
void SetMagField(G4double);
private:
@@ -27,7 +27,7 @@
/// \brief Definition of the ExP01PrimaryGeneratorAction class
//
//
// $Id: ExP01PrimaryGeneratorAction.hh 71397 2013-06-14 15:05:31Z gcosmo $
// $Id: ExP01PrimaryGeneratorAction.hh 98770 2016-08-09 14:22:25Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -63,4 +63,3 @@ class ExP01PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
#endif
@@ -27,7 +27,7 @@
/// \brief Definition of the ExP01RunAction class
//
//
// $Id: ExP01RunAction.hh 71111 2013-06-11 10:51:02Z gcosmo $
// $Id: ExP01RunAction.hh 98770 2016-08-09 14:22:25Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -59,7 +59,3 @@ class ExP01RunAction : public G4UserRunAction
#endif