Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GammaRayTelMuonPhysics.cc
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 //
27 // $Id: GammaRayTelMuonPhysics.cc 66508 2012-12-19 10:16:45Z gcosmo $
28 //
29 
31 
32 #include "globals.hh"
33 #include "G4ios.hh"
34 #include "G4MuonPlus.hh"
35 #include "G4TauPlus.hh"
36 #include "G4TauMinus.hh"
37 #include <iomanip>
38 
39 
40 #include "G4ParticleTypes.hh"
41 
42 
44  : G4VPhysicsConstructor(name)
45 {
46 }
47 
49 {
50 }
51 
53 {
54 
55 }
56 
57 
58 #include "G4ProcessManager.hh"
59 
61 {
62  G4ProcessManager * pManager = 0;
63 
64  // Muon Plus Physics
66  // add processes
67  pManager->AddProcess(&fMuPlusIonisation, ordInActive,2, 2);
68 
70 
72 
76 
77  // Muon Minus Physics
79  // add processes
80  pManager->AddProcess(&fMuMinusIonisation, ordInActive,2, 2);
81 
83 
85 
90 
91  // Tau Plus Physics
92  pManager = G4TauPlus::TauPlus()->GetProcessManager();
93  // add processes
94  pManager->AddProcess(&fTauPlusIonisation, ordInActive,2, 2);
95 
99 
100  // Tau Minus Physics
101  pManager = G4TauMinus::TauMinus()->GetProcessManager();
102  // add processes
103  pManager->AddProcess(&fTauMinusIonisation, ordInActive,2, 2);
104 
108 
109 }
110 
111 
112 
G4hMultipleScattering fTauPlusMultipleScattering
G4MuonMinusCaptureAtRest fMuMinusCaptureAtRest
static G4MuonPlus * MuonPlus()
Definition: G4MuonPlus.cc:99
G4MuMultipleScattering fMuMinusMultipleScattering
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
const XML_Char * name
G4ProcessManager * GetProcessManager() const
G4MuPairProduction fMuMinusPairProduction
static G4TauPlus * TauPlus()
Definition: G4TauPlus.cc:134
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)
G4hMultipleScattering fTauMinusMultipleScattering
void SetProcessOrdering(G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt, G4int ordDoIt=ordDefault)
G4MuPairProduction fMuPlusPairProduction
GammaRayTelMuonPhysics(const G4String &name="muon")
G4MuBremsstrahlung fMuPlusBremsstrahlung
static G4MuonMinus * MuonMinus()
Definition: G4MuonMinus.cc:100
G4int AddRestProcess(G4VProcess *aProcess, G4int ord=ordDefault)
static G4TauMinus * TauMinus()
Definition: G4TauMinus.cc:135
G4MuBremsstrahlung fMuMinusBremsstrahlung
G4MuMultipleScattering fMuPlusMultipleScattering