|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef COOLLUMIUTILITIES_BUNCHLUMISCONDDATA_H
14 #define COOLLUMIUTILITIES_BUNCHLUMISCONDDATA_H
20 #include <unordered_map>
48 std::unordered_map<unsigned int, std::vector<float> >
m_rawLumi;
56 #endif // not COOLLUMIUTILITIES_BUNCHLUMISCONDDATA_H
CONDCONT_DEF(BunchLumisCondData, 134532794)
Hold mappings of ranges to condition objects.
Holds raw luminosity data, per channel.
const std::vector< float > & rawLuminosity(unsigned int channel) const
Return vector of per-BCID raw luminosity for a given channel.
std::unordered_map< unsigned int, std::vector< float > > m_rawLumi
Raw luminosity, per channel.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void addChannel(unsigned int channel, std::vector< float > &&rawLumi)
Add raw luminisity data for a channel.
macros to associate a CLID to a type