Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
+6 -6
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VUserPhysicsList.hh,v 1.5 1999/11/07 13:11:49 kurasige Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VUserPhysicsList.hh,v 1.5.6.1 1999/12/08 17:35:17 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
//
// ------------------------------------------------------------
@@ -194,14 +194,14 @@ class G4VUserPhysicsList
inline void G4VUserPhysicsList::Construct()
{
if (verboseLevel >1) G4cout << "G4VUserPhysicsList::Construct()" << endl;
if (verboseLevel >1) G4cout << "G4VUserPhysicsList::Construct()" << G4endl;
if (verboseLevel >1) G4cout << "Construct particles " << endl;
if (verboseLevel >1) G4cout << "Construct particles " << G4endl;
ConstructParticle();
InitializeProcessManager();
if (verboseLevel >1) G4cout << "Construct processes " << endl;
if (verboseLevel >1) G4cout << "Construct processes " << G4endl;
ConstructProcess();
}
@@ -215,7 +215,7 @@ inline void G4VUserPhysicsList::SetVerboseLevel(G4int value)
verboseLevel = value;
if (verboseLevel >1){
G4cout << "G4VUserPhysicsList::SetVerboseLevel :";
G4cout << " Verbose level is set to " << verboseLevel << endl;
G4cout << " Verbose level is set to " << verboseLevel << G4endl;
}
}