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
G4EmParametersMessenger.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
// $Id: G4EmParametersMessenger.hh 66241 2012-12-13 18:34:42Z gunter $
27
//
28
// -------------------------------------------------------------------
29
//
30
// GEANT4 Class file
31
//
32
// File name: G4EmParametersMessenger
33
//
34
// Author: Vladimir Ivanchenko created from G4EnergyLossMessenger
35
//
36
// Creation date: 22-05-2013
37
//
38
// Modifications:
39
//
40
// -------------------------------------------------------------------
41
//
42
43
// Class Description:
44
// This is a messenger class to interface to exchange information
45
// between G4VEm and UI.
46
//
47
48
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
49
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
50
51
#ifndef G4EmParametersMessenger_h
52
#define G4EmParametersMessenger_h 1
53
54
#include "
globals.hh
"
55
#include "
G4UImessenger.hh
"
56
57
class
G4UIdirectory
;
58
class
G4UIcommand
;
59
class
G4UIcmdWithABool
;
60
class
G4UIcmdWithAnInteger
;
61
class
G4UIcmdWithADouble
;
62
class
G4UIcmdWithADoubleAndUnit
;
63
class
G4UIcmdWithAString
;
64
class
G4EmParameters
;
65
66
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
67
68
class
G4EmParametersMessenger
:
public
G4UImessenger
69
{
70
public
:
// with description
71
72
explicit
G4EmParametersMessenger
(
G4EmParameters
*);
73
virtual
~G4EmParametersMessenger
();
74
75
virtual
void
SetNewValue
(
G4UIcommand
*,
G4String
)
override
;
76
77
private
:
78
79
G4EmParameters
* theParameters;
80
81
G4UIdirectory
* eLossDirectory;
82
G4UIdirectory
* mscDirectory;
83
G4UIdirectory
* emDirectory;
84
85
G4UIcmdWithABool
* flucCmd;
86
G4UIcmdWithABool
* rangeCmd;
87
G4UIcmdWithABool
* lpmCmd;
88
G4UIcmdWithABool
* splCmd;
89
G4UIcmdWithABool
* rsCmd;
90
G4UIcmdWithABool
* aplCmd;
91
G4UIcmdWithABool
* deCmd;
92
G4UIcmdWithABool
* dirFluoCmd;
93
G4UIcmdWithABool
* auCmd;
94
G4UIcmdWithABool
* auCascadeCmd;
95
G4UIcmdWithABool
* pixeCmd;
96
G4UIcmdWithABool
* dcutCmd;
97
G4UIcmdWithABool
* latCmd;
98
G4UIcmdWithABool
* mulatCmd;
99
G4UIcmdWithABool
* catCmd;
100
G4UIcmdWithABool
* delCmd;
101
G4UIcmdWithABool
* IntegCmd;
102
G4UIcmdWithABool
* mottCmd;
103
G4UIcmdWithABool
* birksCmd;
104
105
G4UIcmdWithADouble
* minSubSecCmd;
106
G4UIcmdWithADoubleAndUnit
* minEnCmd;
107
G4UIcmdWithADoubleAndUnit
* maxEnCmd;
108
G4UIcmdWithADoubleAndUnit
* cenCmd;
109
G4UIcmdWithADoubleAndUnit
* lowEnCmd;
110
G4UIcmdWithADoubleAndUnit
* lowhEnCmd;
111
G4UIcmdWithADouble
* lllCmd;
112
G4UIcmdWithADoubleAndUnit
* brCmd;
113
G4UIcmdWithADouble
* labCmd;
114
G4UIcmdWithADouble
* mscfCmd;
115
G4UIcmdWithADoubleAndUnit
* angCmd;
116
G4UIcmdWithADouble
* frCmd;
117
G4UIcmdWithADouble
* fr1Cmd;
118
G4UIcmdWithADouble
* fgCmd;
119
G4UIcmdWithADouble
* skinCmd;
120
121
G4UIcmdWithAnInteger
* dedxCmd;
122
G4UIcmdWithAnInteger
* lamCmd;
123
G4UIcmdWithAnInteger
* amCmd;
124
G4UIcmdWithAnInteger
* verCmd;
125
G4UIcmdWithAnInteger
* ver1Cmd;
126
G4UIcmdWithAnInteger
* ver2Cmd;
127
128
G4UIcmdWithAString
* mscCmd;
129
G4UIcmdWithAString
* msc1Cmd;
130
131
G4UIcmdWithAString
* pixeXsCmd;
132
G4UIcmdWithAString
* pixeeXsCmd;
133
134
G4UIcommand
* paiCmd;
135
G4UIcmdWithAString
* meCmd;
136
G4UIcommand
* dnaCmd;
137
G4UIcommand
* mscoCmd;
138
G4UIcommand
* dumpCmd;
139
140
G4UIcommand
* SubSecCmd;
141
G4UIcommand
* StepFuncCmd;
142
G4UIcommand
* StepFuncCmd1;
143
G4UIcommand
* deexCmd;
144
G4UIcommand
* bfCmd;
145
G4UIcommand
* fiCmd;
146
G4UIcommand
* bsCmd;
147
G4UIcmdWithAString
* nffCmd;
148
149
};
150
151
#endif
152
G4EmParametersMessenger::SetNewValue
virtual void SetNewValue(G4UIcommand *, G4String) override
Definition:
G4EmParametersMessenger.cc:600
G4UIdirectory
Definition:
G4UIdirectory.hh:41
G4UImessenger.hh
G4EmParametersMessenger::G4EmParametersMessenger
G4EmParametersMessenger(G4EmParameters *)
Definition:
G4EmParametersMessenger.cc:64
G4UIcommand
Definition:
G4UIcommand.hh:51
G4EmParameters
Definition:
G4EmParameters.hh:72
G4UIcmdWithAnInteger
Definition:
G4UIcmdWithAnInteger.hh:41
G4EmParametersMessenger
Definition:
G4EmParametersMessenger.hh:68
G4UIcmdWithABool
Definition:
G4UIcmdWithABool.hh:45
globals.hh
G4UIcmdWithAString
Definition:
G4UIcmdWithAString.hh:42
G4EmParametersMessenger::~G4EmParametersMessenger
virtual ~G4EmParametersMessenger()
Definition:
G4EmParametersMessenger.cc:527
G4UIcmdWithADoubleAndUnit
Definition:
G4UIcmdWithADoubleAndUnit.hh:41
G4UImessenger
Definition:
G4UImessenger.hh:47
G4UIcmdWithADouble
Definition:
G4UIcmdWithADouble.hh:41
G4String
Definition:
G4String.hh:45
source
geant4.10.03.p03
source
processes
electromagnetic
utils
include
G4EmParametersMessenger.hh
Generated on Tue Nov 28 2017 21:44:08 for Geant4 by
1.8.5