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
CustomPhysics
src
CMSDarkPairProduction.cc
Go to the documentation of this file.
1
//
2
// Authors of this file: Dustin Stolp (dostolp@ucdavis.edu)
3
// Sushil S. Chauhan (schauhan@cern.ch)
4
// Creation date: 01.22.2015
5
//
6
// -------------------------------------------------------------------
7
//
8
#include "
SimG4Core/CustomPhysics/interface/CMSDarkPairProduction.h
"
9
#include "G4PhysicalConstants.hh"
10
#include "G4SystemOfUnits.hh"
11
#include "G4PairProductionRelModel.hh"
12
13
using namespace
std
;
14
15
CMSDarkPairProduction::CMSDarkPairProduction
(
const
G4ParticleDefinition*
p
, G4double
df
,
const
G4String& nam)
16
: G4PairProductionRelModel(
p
, nam),
dark_factor
(
df
) {}
17
18
CMSDarkPairProduction::~CMSDarkPairProduction
() {}
19
20
G4double
CMSDarkPairProduction::ComputeCrossSectionPerAtom
(
21
const
G4ParticleDefinition*
p
, G4double
e
, G4double
Z
, G4double
e1
, G4double e2, G4double
e3
) {
22
return
dark_factor
* G4PairProductionRelModel::ComputeCrossSectionPerAtom(
p
,
e
,
Z
,
e1
, e2,
e3
);
23
}
std
Definition:
JetResolutionObject.h:76
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
CMSDarkPairProduction::ComputeCrossSectionPerAtom
G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., G4double cut=0., G4double emax=DBL_MAX) override
Definition:
CMSDarkPairProduction.cc:20
CMSDarkPairProduction::CMSDarkPairProduction
CMSDarkPairProduction(const G4ParticleDefinition *p=nullptr, G4double df=1.0, const G4String &nam="BetheHeitlerLPM")
Definition:
CMSDarkPairProduction.cc:15
CMSDarkPairProduction::~CMSDarkPairProduction
~CMSDarkPairProduction() override
Definition:
CMSDarkPairProduction.cc:18
hgcalPerformanceValidation.df
df
Definition:
hgcalPerformanceValidation.py:870
SiPixelPhase1Clusters_cfi.e3
e3
Definition:
SiPixelPhase1Clusters_cfi.py:9
CMSDarkPairProduction.h
StorageManager_cfg.e1
e1
Definition:
StorageManager_cfg.py:16
CMSDarkPairProduction::dark_factor
G4double dark_factor
Definition:
CMSDarkPairProduction.h:35
CustomPhysics_cfi.dark_factor
dark_factor
Definition:
CustomPhysics_cfi.py:23
BeamSpotPI::Z
Definition:
BeamSpotPayloadInspectorHelper.h:36
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14