BOSS
7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
ExN04PhysicsList.cxx
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * DISCLAIMER *
4
// * *
5
// * The following disclaimer summarizes all the specific disclaimers *
6
// * of contributors to this software. The specific disclaimers,which *
7
// * govern, are listed with their locations in: *
8
// * http://cern.ch/geant4/license *
9
// * *
10
// * Neither the authors of this software system, nor their employing *
11
// * institutes,nor the agencies providing financial support for this *
12
// * work make any representation or warranty, express or implied, *
13
// * regarding this software system or assume any liability for its *
14
// * use. *
15
// * *
16
// * This code implementation is the intellectual property of the *
17
// * GEANT4 collaboration. *
18
// * By copying, distributing or modifying the Program (or any work *
19
// * based on the Program) you indicate your acceptance of this *
20
// * statement, and all its terms. *
21
// ********************************************************************
22
//
23
//
24
// $Id: ExN04PhysicsList.cxx,v 1.1.1.1 2004/09/28 05:16:53 liwd Exp $
25
// GEANT4 tag $Name: G4Svc-00-01-53 $
26
//
27
//
28
29
#include <cmath>
30
31
#include "
Physics/ExN04PhysicsList.hh
"
32
33
#include "globals.hh"
34
#include "G4ParticleDefinition.hh"
35
#include "G4ParticleWithCuts.hh"
36
#include "G4ProcessManager.hh"
37
#include "G4ProcessVector.hh"
38
#include "G4ParticleTypes.hh"
39
#include "G4ParticleTable.hh"
40
41
#include "G4Material.hh"
42
#include "G4MaterialTable.hh"
43
#include "G4ios.hh"
44
45
#include "
Physics/ExN04GeneralPhysics.hh
"
46
#include "
Physics/ExN04EMPhysics.hh
"
47
#include "
Physics/ExN04MuonPhysics.hh
"
48
#include "
Physics/ExN04HadronPhysics.hh
"
49
#include "
Physics/ExN04IonPhysics.hh
"
50
51
ExN04PhysicsList::ExN04PhysicsList
(): G4VModularPhysicsList()
52
{
53
// default cut value (1.0mm)
54
defaultCutValue = 1.0*mm;
55
SetVerboseLevel(1);
56
57
// General Physics
58
RegisterPhysics(
new
ExN04GeneralPhysics
(
"general"
) );
59
60
// EM Physics
61
RegisterPhysics(
new
ExN04EMPhysics
(
"standard EM"
));
62
63
// Muon Physics
64
RegisterPhysics(
new
ExN04MuonPhysics
(
"muon"
));
65
66
// Hadron Physics
67
RegisterPhysics(
new
ExN04HadronPhysics
(
"hadron"
));
68
69
// Ion Physics
70
RegisterPhysics(
new
ExN04IonPhysics
(
"ion"
));
71
72
73
}
74
75
ExN04PhysicsList::~ExN04PhysicsList
()
76
{
77
}
78
79
void
ExN04PhysicsList::SetCuts
()
80
{
81
// " G4VUserPhysicsList::SetCutsWithDefault" method sets
82
// the default cut value for all particle types
83
SetCutsWithDefault();
84
}
85
86
87
ExN04EMPhysics.hh
ExN04GeneralPhysics.hh
ExN04HadronPhysics.hh
ExN04IonPhysics.hh
ExN04MuonPhysics.hh
ExN04PhysicsList.hh
ExN04EMPhysics
Definition:
ExN04EMPhysics.hh:54
ExN04GeneralPhysics
Definition:
ExN04GeneralPhysics.hh:49
ExN04HadronPhysics
Definition:
ExN04HadronPhysics.hh:150
ExN04IonPhysics
Definition:
ExN04IonPhysics.hh:61
ExN04MuonPhysics
Definition:
ExN04MuonPhysics.hh:53
ExN04PhysicsList::ExN04PhysicsList
ExN04PhysicsList()
Definition:
ExN04PhysicsList.cxx:51
ExN04PhysicsList::SetCuts
virtual void SetCuts()
Definition:
ExN04PhysicsList.cxx:79
ExN04PhysicsList::~ExN04PhysicsList
virtual ~ExN04PhysicsList()
Definition:
ExN04PhysicsList.cxx:75
source
Simulation
G4Svc
G4Svc-00-01-53
Physics_src
ExN04PhysicsList.cxx
Generated by
1.9.6