Classes | |
struct | IOVComp |
Functions | |
bool | comparePayloads (const LHCInfo &rhs, const LHCInfo &lhs) |
bool | makeFillPayload (std::unique_ptr< LHCInfo > &targetPayload, const cond::OMSServiceResult &queryResult) |
std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo > > >::const_iterator | search (const cond::Time_t &val, const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo >>> &container) |
void | setElementData (cond::Time_t since, const std::string &dipVal, unsigned int elementNr, float value, LHCInfo &payload, std::set< cond::Time_t > &initList) |
size_t | transferPayloads (const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo >>> &buffer, std::map< cond::Time_t, std::shared_ptr< LHCInfo >> &iovsToTransfer, std::shared_ptr< LHCInfo > &prevPayload) |
Variables | |
static const std::map< std::string, int > | vecMap |
Definition at line 498 of file LHCInfoPopConSourceHandler.cc.
References LHCInfo::betaStar(), LHCInfo::crossingAngle(), LHCInfo::ctppsStatus(), LHCInfo::delivLumi(), LHCInfo::fillNumber(), LHCInfo::instLumi(), LHCInfo::instLumiError(), LHCInfo::lhcComment(), LHCInfo::lhcState(), and LHCInfo::recLumi().
Referenced by transferPayloads().
bool theLHCInfoImpl::makeFillPayload | ( | std::unique_ptr< LHCInfo > & | targetPayload, |
const cond::OMSServiceResult & | queryResult | ||
) |
Definition at line 112 of file LHCInfoPopConSourceHandler.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 LHCInfoPopConSourceHandler::getNewObjects().
std::vector<std::pair<cond::Time_t, std::shared_ptr<LHCInfo> > >::const_iterator theLHCInfoImpl::search | ( | const cond::Time_t & | val, |
const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo >>> & | container | ||
) |
Definition at line 104 of file LHCInfoPopConSourceHandler.cc.
References AlCaHLTBitMon_ParallelJobs::p, pfDeepBoostedJetPreprocessParams_cfi::upper_bound, and heppy_batch::val.
void theLHCInfoImpl::setElementData | ( | cond::Time_t | since, |
const std::string & | dipVal, | ||
unsigned int | elementNr, | ||
float | value, | ||
LHCInfo & | payload, | ||
std::set< cond::Time_t > & | initList | ||
) |
Definition at line 338 of file LHCInfoPopConSourceHandler.cc.
References LHCInfo::bunchSlots, jetsAK4_Puppi_cff::payload, SiStripBadComponentsDQMServiceTemplate_cfg::since, relativeConstraints::value, and vecMap.
Referenced by LHCInfoPopConSourceHandler::getEcalData().
size_t theLHCInfoImpl::transferPayloads | ( | const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo >>> & | buffer, |
std::map< cond::Time_t, std::shared_ptr< LHCInfo >> & | iovsToTransfer, | ||
std::shared_ptr< LHCInfo > & | prevPayload | ||
) |
Definition at line 509 of file LHCInfoPopConSourceHandler.cc.
References PVValHelper::add(), edmScanValgrind::buffer, comparePayloads(), jetsAK4_Puppi_cff::payload, and SiStripBadComponentsDQMServiceTemplate_cfg::since.
Referenced by LHCInfoPopConSourceHandler::getNewObjects().
|
static |
Definition at line 336 of file LHCInfoPopConSourceHandler.cc.
Referenced by setElementData().