Geant4
10.03.p03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
GammaRayTelPhysicsList.hh
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
// Authors: Susanna Guatelli, susanna@uow.edu.au,
27
// Authors: Jeremy Davis, jad028@uowmail.edu.au
28
//
29
// Code based on the hadrontherapy advanced example && radioprotection example
30
31
#ifndef GammaRayTelPhysicsList_h
32
#define GammarayTelPhysicsList_h 1
33
34
#include "
G4VModularPhysicsList.hh
"
35
#include "
G4EmConfigurator.hh
"
36
#include "
globals.hh
"
37
38
class
G4VPhysicsConstructor
;
39
class
GammaRayTelPhysicsListMessenger
;
40
41
class
GammaRayTelPhysicsList
:
public
G4VModularPhysicsList
42
{
43
public
:
44
45
GammaRayTelPhysicsList
();
46
virtual
~GammaRayTelPhysicsList
();
47
48
void
ConstructParticle
();
49
50
void
SetCuts
();
51
void
SetCutForGamma
(
G4double
);
52
void
SetCutForElectron
(
G4double
);
53
void
SetCutForPositron
(
G4double
);
54
55
void
AddPhysicsList
(
const
G4String
&
name
);
56
void
ConstructProcess
();
57
58
void
AddPackage
(
const
G4String
& name);
59
60
private
:
61
62
G4EmConfigurator
em_config;
63
64
G4double
cutForGamma;
65
G4double
cutForElectron;
66
G4double
cutForPositron;
67
68
G4bool
helIsRegisted;
69
G4bool
bicIsRegisted;
70
G4bool
biciIsRegisted;
71
G4bool
locIonIonInelasticIsRegistered;
72
G4bool
radioactiveDecayIsRegisted;
73
74
G4String
emName;
75
G4VPhysicsConstructor
* emPhysicsList;
76
G4VPhysicsConstructor
* decPhysicsList;
77
std::vector<G4VPhysicsConstructor*> hadronPhys;
78
79
GammaRayTelPhysicsListMessenger
* pMessenger;
80
};
81
82
#endif
name
const XML_Char * name
Definition:
expat.h:151
GammaRayTelPhysicsList::SetCutForPositron
void SetCutForPositron(G4double)
Definition:
GammaRayTelPhysicsList.cc:250
GammaRayTelPhysicsList::ConstructParticle
void ConstructParticle()
Definition:
GammaRayTelPhysicsList.cc:113
GammaRayTelPhysicsList::ConstructProcess
void ConstructProcess()
Definition:
GammaRayTelPhysicsList.cc:119
GammaRayTelPhysicsList::GammaRayTelPhysicsList
GammaRayTelPhysicsList()
Definition:
GammaRayTelPhysicsList.cc:61
GammaRayTelPhysicsList::SetCuts
void SetCuts()
Definition:
GammaRayTelPhysicsList.cc:217
GammaRayTelPhysicsList::AddPhysicsList
void AddPhysicsList(const G4String &name)
Definition:
GammaRayTelPhysicsList.cc:145
GammaRayTelPhysicsList
Definition:
GammaRayTelPhysicsList.hh:41
G4EmConfigurator.hh
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4EmConfigurator
Definition:
G4EmConfigurator.hh:63
globals.hh
GammaRayTelPhysicsListMessenger
Definition:
GammaRayTelPhysicsListMessenger.hh:45
GammaRayTelPhysicsList::~GammaRayTelPhysicsList
virtual ~GammaRayTelPhysicsList()
Definition:
GammaRayTelPhysicsList.cc:88
GammaRayTelPhysicsList::SetCutForGamma
void SetCutForGamma(G4double)
Definition:
GammaRayTelPhysicsList.cc:238
GammaRayTelPhysicsList::AddPackage
void AddPackage(const G4String &name)
Definition:
GammaRayTelPhysicsList.cc:97
G4double
double G4double
Definition:
G4Types.hh:76
G4VModularPhysicsList.hh
G4VPhysicsConstructor
Definition:
G4VPhysicsConstructor.hh:121
G4VModularPhysicsList
Definition:
G4VModularPhysicsList.hh:90
G4String
Definition:
G4String.hh:45
GammaRayTelPhysicsList::SetCutForElectron
void SetCutForElectron(G4double)
Definition:
GammaRayTelPhysicsList.cc:244
source
geant4.10.03.p03
examples
advanced
gammaray_telescope
include
GammaRayTelPhysicsList.hh
Generated on Tue Nov 28 2017 21:43:45 for Geant4 by
1.8.5