aboutsummaryrefslogtreecommitdiffstats
path: root/src/G4BeamTestMuonPhysics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/G4BeamTestMuonPhysics.cxx')
-rw-r--r--src/G4BeamTestMuonPhysics.cxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/G4BeamTestMuonPhysics.cxx b/src/G4BeamTestMuonPhysics.cxx
index 92264a2..2c5404e 100644
--- a/src/G4BeamTestMuonPhysics.cxx
+++ b/src/G4BeamTestMuonPhysics.cxx
@@ -1,16 +1,3 @@
-/*
- * copyright (C) 2010
- * The Icecube Collaboration
- *
- * $Id: G4BeamTestMuonPhysics.cxx 86420 2012-03-20 16:00:37Z kislat $
- *
- * @version $Revision: 86420 $
- * @date $LastChangedDate: 2012-03-20 16:00:37 +0000 (Tue, 20 Mar 2012) $
- * @author Fabian Kislat <fabian.kislat@desy.de>, Peter Nießen (tanktop)
- * Last changed by: $LastChangedBy: kislat $
- */
-
-
#include <globals.hh>
#include <G4ParticleDefinition.hh>
#include <G4ParticleTable.hh>
@@ -78,7 +65,7 @@ void G4BeamTestMuonPhysics::ConstructProcess()
pManager->AddProcess(&muMinusBremsstrahlung_, -1, 3, 3);
pManager->AddProcess(&muMinusPairProduction_, -1, 4, 4);
- pManager->AddRestProcess(&muMinusCaptureAtRest_);
+ pManager->AddRestProcess(&muMinusCapture_);
// Tau Plus Physics
pManager = G4TauPlus::TauPlus()->GetProcessManager();