ATLAS Offline Software
|
Cached sets of weights. More...
Public Member Functions | |
void | fillVec () |
Initialize sorted vector from map. More... | |
Public Attributes | |
unsigned long | m_chanNum = 0 |
Channel number for this set of weights. More... | |
WeightMap | m_weightNames |
Map of weight names. More... | |
std::vector< std::string > | m_weightNameVec |
Sorted vector of weight names. More... | |
Cached sets of weights.
We retain NWEIGHTS sets of weights. They are overwritten in a round-robin fashion if needed.
Definition at line 103 of file HepMCWeightSvc.h.
void HepMCWeightSvc::WeightInfo::fillVec | ( | ) |
unsigned long HepMCWeightSvc::WeightInfo::m_chanNum = 0 |
Channel number for this set of weights.
Definition at line 106 of file HepMCWeightSvc.h.
WeightMap HepMCWeightSvc::WeightInfo::m_weightNames |
Map of weight names.
Definition at line 109 of file HepMCWeightSvc.h.
std::vector<std::string> HepMCWeightSvc::WeightInfo::m_weightNameVec |
Sorted vector of weight names.
Definition at line 112 of file HepMCWeightSvc.h.