summaryrefslogtreecommitdiff
path: root/G4chroma.cc
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-08-13 14:39:59 -0400
committerStan Seibert <stan@mtrr.org>2011-08-13 14:39:59 -0400
commit451ebdb35d9d36c22216840bbc1bc50007e195e8 (patch)
tree5af2fb494cd36b89a32b9707c9c49a87c4613e85 /G4chroma.cc
parent2610b77628c6c31feb167b40b6018fdfdb1846c3 (diff)
downloadchroma-451ebdb35d9d36c22216840bbc1bc50007e195e8.tar.gz
chroma-451ebdb35d9d36c22216840bbc1bc50007e195e8.tar.bz2
chroma-451ebdb35d9d36c22216840bbc1bc50007e195e8.zip
Finally get GEANT4 to stop printing debug information about all the physics processes
Diffstat (limited to 'G4chroma.cc')
-rw-r--r--G4chroma.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/G4chroma.cc b/G4chroma.cc
index 580aa63..1aba133 100644
--- a/G4chroma.cc
+++ b/G4chroma.cc
@@ -8,7 +8,7 @@ ChromaPhysicsList::ChromaPhysicsList(): G4VModularPhysicsList()
defaultCutValue = 1.0*mm;
// General Physics
- RegisterPhysics( new G4EmPenelopePhysics );
+ RegisterPhysics( new G4EmPenelopePhysics(0) );
// Optical Physics
G4OpticalPhysics* opticalPhysics = new G4OpticalPhysics();
RegisterPhysics( opticalPhysics );