aboutsummaryrefslogtreecommitdiffstats
path: root/src/G4BeamTestMuonPhysics.cxx
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-08-21 15:36:34 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2018-08-21 15:36:34 +0100
commit2925dbae7f488c3113b5f574eca1ceaba0ffdaac (patch)
tree40d8a7000690af2ba40433fc77c38fd23c841b25 /src/G4BeamTestMuonPhysics.cxx
parent3e2608bb7c803eea644edf9fc7afa5bf3921a429 (diff)
downloadG4BeamTest-2925dbae7f488c3113b5f574eca1ceaba0ffdaac.tar.gz
G4BeamTest-2925dbae7f488c3113b5f574eca1ceaba0ffdaac.zip
Tue 21 Aug 15:36:34 BST 2018
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();