From 451ebdb35d9d36c22216840bbc1bc50007e195e8 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Sat, 13 Aug 2011 14:39:59 -0400 Subject: Finally get GEANT4 to stop printing debug information about all the physics processes --- G4chroma.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'G4chroma.cc') 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 ); -- cgit