Reimplemented from edm::EDAnalyzer.
Definition at line 38 of file QGLikelihoodSystematicsDBWriter.cc.
References QGLikelihoodSystematicsObject::Entry::a, cond::service::PoolDBOutputService::appendSinceTime(), QGLikelihoodSystematicsObject::Entry::b, cond::service::PoolDBOutputService::beginOfTime(), python.rootplot.argparse::category, cond::service::PoolDBOutputService::createNewIOV(), QGLikelihoodSystematicsObject::data, cond::service::PoolDBOutputService::endOfTime(), HLT_25ns14e33_v1_cff::etaMax, HLT_25ns14e33_v1_cff::etaMin, fileName, contentValuesFiles::fullPath, recoMuon::in, edm::Service< T >::isAvailable(), cond::service::PoolDBOutputService::isNewTagRequest(), geometryCSVtoXML::line, QGLikelihoodSystematicsObject::Entry::lmax, QGLikelihoodSystematicsObject::Entry::lmin, payloadTag, PtMinSelector_cfg::ptMin, QGLikelihoodCategory::QGIndex, HLT_25ns14e33_v1_cff::rhoMax, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, QGLikelihoodSystematicsObject::Entry::systCategory, and GlobalPosition_Frontier_DevDB_cff::tag.
41 payload->
data.clear();
43 std::ifstream database;
45 if(!database.is_open()){
edm::LogError(
"FileNotFound") <<
"Could not open file "<<
fileName << std::endl;
return;}
47 while(std::getline(database,line)){
48 float ptMin, ptMax,
etaMin,
etaMax, rhoMin,
rhoMax, a_q, b_q, a_g, b_g, lmin, lmax;
49 char tag[1023],leadchar;
50 sscanf(line.c_str(),
"%c",&leadchar);
51 if((leadchar==
'#') || (leadchar==
'!'))
continue;
52 sscanf(line.c_str(),
"%s %f %f %f %f %f %f %f %f %f %f %f %f", &tag[0], &
ptMin, &ptMax, &rhoMin, &
rhoMax, &
etaMin, &
etaMax, &a_q, &b_q, &a_g, &b_g, &lmin, &lmax);
55 category.RhoMin = rhoMin;
57 category.PtMin =
ptMin;
58 category.PtMax = ptMax;
62 category.VarIndex = -1;
69 quarkEntry.
lmin = lmin;
70 quarkEntry.
lmax = lmax;
78 payload->
data.push_back(quarkEntry);
79 payload->
data.push_back(gluonEntry);
84 edm::LogInfo(
"UserOutput") <<
"Opening PoolDBOutputService" << std::endl;
87 edm::LogInfo(
"UserOutput") <<
"Setting up payload with " << payload->
data.size() <<
" entries and tag " <<
payloadTag << std::endl;
91 edm::LogInfo(
"UserOutput") <<
"Wrote in CondDB QGLikelihoodSystematic payload label: " <<
payloadTag << std::endl;
std::vector< Entry > data
void appendSinceTime(T *payloadObj, cond::Time_t sinceTime, const std::string &recordName, bool withlogging=false)
bool isNewTagRequest(const std::string &recordName)
cond::Time_t beginOfTime() const
Category structure: ranges associated with QGLikelihood histograms.
void createNewIOV(T *firstPayloadObj, cond::Time_t firstSinceTime, cond::Time_t firstTillTime, const std::string &recordName, bool withlogging=false)
QGLikelihoodCategory systCategory
cond::Time_t endOfTime() const
QGLikelihoodSystematicsObject containing the parameters for the systematic smearing.