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);
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;
T getParameter(std::string const &) const
~QGLikelihoodSystematicsDBWriter() override
#define DEFINE_FWK_MODULE(type)
void analyze(const edm::Event &, const edm::EventSetup &) override
std::vector< Entry > data
void appendSinceTime(T *payloadObj, cond::Time_t sinceTime, const std::string &recordName, bool withlogging=false)
QGLikelihoodSystematicsDBWriter(const edm::ParameterSet &)
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.