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
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
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
SimDataFormats
GeneratorProducts
interface
WeightsInfo.h
Go to the documentation of this file.
1
#ifndef SimDataFormats_GeneratorProducts_WeightsInfo_h
2
#define SimDataFormats_GeneratorProducts_WeightsInfo_h
3
7
#include <string>
8
9
namespace
gen
{
10
struct
WeightsInfo
{
11
WeightsInfo
() :
id
(
""
),
wgt
(0.) {}
12
WeightsInfo
(
const
WeightsInfo
&
o
) :
id
(
o
.
id
),
wgt
(
o
.
wgt
) {}
13
WeightsInfo
(
const
std::string
&
s
,
const
double
w
) :
id
(
s
),
wgt
(
w
) {}
14
std::string
id
;
15
double
wgt
;
16
};
17
}
// namespace gen
18
19
#endif // SimDataFormats_GeneratorProducts_WeightsInfo_h
gen::WeightsInfo
Definition:
WeightsInfo.h:10
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
gen::WeightsInfo::WeightsInfo
WeightsInfo()
Definition:
WeightsInfo.h:11
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
w
const double w
Definition:
UKUtility.cc:23
gen
Definition:
PythiaDecays.h:13
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
gen::WeightsInfo::id
std::string id
Definition:
WeightsInfo.h:14
gen::WeightsInfo::wgt
double wgt
Definition:
WeightsInfo.h:15
gen::WeightsInfo::WeightsInfo
WeightsInfo(const WeightsInfo &o)
Definition:
WeightsInfo.h:12
gen::WeightsInfo::WeightsInfo
WeightsInfo(const std::string &s, const double w)
Definition:
WeightsInfo.h:13
Generated for CMSSW Reference Manual by
1.8.16