Functions | |
bool | comparePayloads (const LHCInfoPerFill &rhs, const LHCInfoPerFill &lhs) |
bool | makeFillPayload (std::unique_ptr< LHCInfoPerFill > &targetPayload, const cond::OMSServiceResult &queryResult) |
void | setElementData (cond::Time_t since, const std::string &dipVal, unsigned int elementNr, float value, LHCInfoPerFill &payload, std::set< cond::Time_t > &initList) |
size_t | transferPayloads (const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfoPerFill >>> &buffer, std::map< cond::Time_t, std::shared_ptr< LHCInfoPerFill >> &iovsToTransfer, std::shared_ptr< LHCInfoPerFill > &prevPayload) |
Variables | |
static const std::map< std::string, int > | vecMap |
bool theLHCInfoPerFillImpl::comparePayloads | ( | const LHCInfoPerFill & | rhs, |
const LHCInfoPerFill & | lhs | ||
) |
Definition at line 164 of file LHCInfoPerFillPopConAnalyzer.cc.
References LHCInfoPerFill::ctppsStatus(), LHCInfoPerFill::delivLumi(), LHCInfoPerFill::fillNumber(), LHCInfoPerFill::instLumi(), LHCInfoPerFill::instLumiError(), LHCInfoPerFill::lhcComment(), LHCInfoPerFill::lhcState(), and LHCInfoPerFill::recLumi().
Referenced by transferPayloads().
bool theLHCInfoPerFillImpl::makeFillPayload | ( | std::unique_ptr< LHCInfoPerFill > & | targetPayload, |
const cond::OMSServiceResult & | queryResult | ||
) |
Definition at line 84 of file LHCInfoPerFillPopConAnalyzer.cc.
References cond::OMSServiceResult::begin(), beamSpotPI::creationTime, cond::OMSServiceResult::empty(), hcalRecHitTable_cff::energy, cond::time::from_boost(), runTheMatrix::ret, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by LHCInfoPerFillPopConSourceHandler::getNewObjects().
void theLHCInfoPerFillImpl::setElementData | ( | cond::Time_t | since, |
const std::string & | dipVal, | ||
unsigned int | elementNr, | ||
float | value, | ||
LHCInfoPerFill & | payload, | ||
std::set< cond::Time_t > & | initList | ||
) |
Definition at line 128 of file LHCInfoPerFillPopConAnalyzer.cc.
References LHCInfoPerFill::bunchSlots, jetsAK4_Puppi_cff::payload, SiStripBadComponentsDQMServiceTemplate_cfg::since, relativeConstraints::value, and vecMap.
Referenced by LHCInfoPerFillPopConSourceHandler::getEcalData().
size_t theLHCInfoPerFillImpl::transferPayloads | ( | const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfoPerFill >>> & | buffer, |
std::map< cond::Time_t, std::shared_ptr< LHCInfoPerFill >> & | iovsToTransfer, | ||
std::shared_ptr< LHCInfoPerFill > & | prevPayload | ||
) |
Definition at line 174 of file LHCInfoPerFillPopConAnalyzer.cc.
References PVValHelper::add(), edmScanValgrind::buffer, comparePayloads(), jetsAK4_Puppi_cff::payload, SiStripBadComponentsDQMServiceTemplate_cfg::since, and cond::time::to_boost().
Referenced by LHCInfoPerFillPopConSourceHandler::getNewObjects().
|
static |
Definition at line 126 of file LHCInfoPerFillPopConAnalyzer.cc.
Referenced by setElementData().