src
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
std::string
&
s
,
const
double
w
) :
id
(
s
),
wgt
(
w
) {}
13
std::string
id
;
14
double
wgt
;
15
};
16
}
// namespace gen
17
18
#endif // SimDataFormats_GeneratorProducts_WeightsInfo_h
w
T w() const
Definition:
extBasic3DVector.h:229
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
gen::WeightsInfo::wgt
double wgt
Definition:
WeightsInfo.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
gen
Definition:
PythiaDecays.h:13
gen::WeightsInfo
Definition:
WeightsInfo.h:10
gen::WeightsInfo::WeightsInfo
WeightsInfo()
Definition:
WeightsInfo.h:11
gen::WeightsInfo::id
std::string id
Definition:
WeightsInfo.h:13
gen::WeightsInfo::WeightsInfo
WeightsInfo(const std::string &s, const double w)
Definition:
WeightsInfo.h:12
Generated for CMSSW Reference Manual by
1.8.14