Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -26,7 +26,7 @@
/// \file hadronic/Hadr01/include/Histo.hh
/// \brief Definition of the Histo class
//
// $Id: Histo.hh 66241 2012-12-13 18:34:42Z gunter $
// $Id: Histo.hh 107541 2017-11-22 08:24:57Z gcosmo $
#ifndef Histo_h
#define Histo_h 1
@@ -101,7 +101,6 @@ public:
// Set output file
void SetFileName(const G4String&);
void SetFileType(const G4String&);
inline void SetVerbose(G4int val) { fVerbose = val; };
@@ -113,7 +112,6 @@ private:
HistoMessenger* fMessenger;
G4String fHistName;
G4String fHistType;
G4String fTupleName;
G4String fTupleTitle;
G4int fNHisto;
@@ -26,7 +26,7 @@
/// \file hadronic/Hadr01/include/HistoMessenger.hh
/// \brief Definition of the HistoMessenger class
//
// $Id: HistoMessenger.hh 66241 2012-12-13 18:34:42Z gunter $
// $Id: HistoMessenger.hh 107541 2017-11-22 08:24:57Z gcosmo $
//
//
@@ -63,7 +63,6 @@ private:
G4UIdirectory* fHistoDir;
G4UIcmdWithAString* fFactoryCmd;
G4UIcmdWithAString* fFileCmd;
G4UIcommand* fHistoCmd;
};
@@ -27,7 +27,7 @@
/// \brief Definition of the PhysicsList class
//
//
// $Id: PhysicsList.hh 101216 2016-11-09 13:54:13Z gcosmo $
// $Id: PhysicsList.hh 107541 2017-11-22 08:24:57Z gcosmo $
//
/////////////////////////////////////////////////////////////////////////
//
@@ -49,6 +49,7 @@
class G4VPhysicsConstructor;
class PhysicsListMessenger;
class G4PhysListFactoryMessenger;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -76,6 +77,7 @@ private:
std::vector<G4VPhysicsConstructor*> fHadronPhys;
PhysicsListMessenger* fMessenger;
G4PhysListFactoryMessenger* fFactMessenger;
};