test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
):
13
id
(o.
id
),
wgt
(o.
wgt
) {}
14
WeightsInfo
(
const
std::string
&
s
,
const
double
w
):
15
id
(s),
wgt
(w) {}
16
std::string
id
;
17
double
wgt
;
18
};
19
}
20
21
#endif // SimDataFormats_GeneratorProducts_WeightsInfo_h
gen::WeightsInfo::WeightsInfo
WeightsInfo(const WeightsInfo &o)
Definition:
WeightsInfo.h:12
w
const double w
Definition:
UKUtility.cc:23
connectstrParser.o
string o
Definition:
connectstrParser.py:70
gen::WeightsInfo::wgt
double wgt
Definition:
WeightsInfo.h:17
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
relval_steps.gen
def gen
run2 Cosmic #### Run 256259 @ 0T 2015C### Run 272133 @ 3.8T 2016B###
Definition:
relval_steps.py:223
alignCSCRings.s
list s
Definition:
alignCSCRings.py:91
gen::WeightsInfo
Definition:
WeightsInfo.h:10
gen::WeightsInfo::WeightsInfo
WeightsInfo()
Definition:
WeightsInfo.h:11
gen::WeightsInfo::id
std::string id
Definition:
WeightsInfo.h:16
gen::WeightsInfo::WeightsInfo
WeightsInfo(const std::string &s, const double w)
Definition:
WeightsInfo.h:14
Generated for CMSSW Reference Manual by
1.8.5