Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
SimG4Core
PhysicsLists
interface
CMSMonopolePhysics.h
Go to the documentation of this file.
1
#ifndef SimG4Core_PhysicsLists_CMSMonopolePhysics_h
2
#define SimG4Core_PhysicsLists_CMSMonopolePhysics_h
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
SimG4Core/Physics/interface/Monopole.h
"
6
7
#include "HepPDT/ParticleDataTable.hh"
8
#include "G4VPhysicsConstructor.hh"
9
#include "globals.hh"
10
11
#include <vector>
12
#include <string>
13
14
namespace
sim
{
15
class
ChordFinderSetter;
16
}
17
18
class
CMSMonopolePhysics
:
public
G4VPhysicsConstructor {
19
public
:
20
CMSMonopolePhysics
(
const
HepPDT::ParticleDataTable
*
table_
,
const
edm::ParameterSet
&
p
);
21
~CMSMonopolePhysics
()
override
;
22
23
void
ConstructParticle
()
override
;
24
void
ConstructProcess
()
override
;
25
26
private
:
27
G4int
verbose
,
magCharge
;
28
G4bool
deltaRay
,
multiSc
,
transport
;
29
std::vector<std::string>
names
;
30
std::vector<double>
masses
;
31
std::vector<int>
elCharges
,
pdgEncodings
;
32
std::vector<Monopole*>
monopoles
;
33
};
34
35
#endif
CMSMonopolePhysics::~CMSMonopolePhysics
~CMSMonopolePhysics() override
Definition:
CMSMonopolePhysics.cc:55
CMSMonopolePhysics::pdgEncodings
std::vector< int > pdgEncodings
Definition:
CMSMonopolePhysics.h:31
Monopole.h
ParticleDataTable
HepPDT::ParticleDataTable ParticleDataTable
Definition:
ParticleDataTable.h:8
CMSMonopolePhysics::transport
G4bool transport
Definition:
CMSMonopolePhysics.h:28
CMSMonopolePhysics::multiSc
G4bool multiSc
Definition:
CMSMonopolePhysics.h:28
CMSMonopolePhysics::monopoles
std::vector< Monopole * > monopoles
Definition:
CMSMonopolePhysics.h:32
ParameterSet.h
CMSMonopolePhysics::elCharges
std::vector< int > elCharges
Definition:
CMSMonopolePhysics.h:31
CMSMonopolePhysics::names
std::vector< std::string > names
Definition:
CMSMonopolePhysics.h:29
sim
Definition:
GeometryProducer.h:28
CMSMonopolePhysics::ConstructProcess
void ConstructProcess() override
Definition:
CMSMonopolePhysics.cc:72
CMSMonopolePhysics::verbose
G4int verbose
Definition:
CMSMonopolePhysics.h:27
CMSMonopolePhysics::magCharge
G4int magCharge
Definition:
CMSMonopolePhysics.h:27
table_
Table table_
Definition:
ExceptionActions.cc:21
CMSMonopolePhysics::ConstructParticle
void ConstructParticle() override
Definition:
CMSMonopolePhysics.cc:57
CMSMonopolePhysics::CMSMonopolePhysics
CMSMonopolePhysics(const HepPDT::ParticleDataTable *table_, const edm::ParameterSet &p)
Definition:
CMSMonopolePhysics.cc:16
CMSMonopolePhysics
Definition:
CMSMonopolePhysics.h:18
CMSMonopolePhysics::masses
std::vector< double > masses
Definition:
CMSMonopolePhysics.h:30
edm::ParameterSet
Definition:
ParameterSet.h:47
CMSMonopolePhysics::deltaRay
G4bool deltaRay
Definition:
CMSMonopolePhysics.h:28
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14