CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
QGLikelihoodSystematicsDBWriter Class Reference
Inheritance diagram for QGLikelihoodSystematicsDBWriter:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob () override
 
void endJob () override
 
 QGLikelihoodSystematicsDBWriter (const edm::ParameterSet &)
 
 ~QGLikelihoodSystematicsDBWriter () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::string fileName
 
std::string payloadTag
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 18 of file QGLikelihoodSystematicsDBWriter.cc.

Constructor & Destructor Documentation

◆ QGLikelihoodSystematicsDBWriter()

QGLikelihoodSystematicsDBWriter::QGLikelihoodSystematicsDBWriter ( const edm::ParameterSet pSet)

◆ ~QGLikelihoodSystematicsDBWriter()

QGLikelihoodSystematicsDBWriter::~QGLikelihoodSystematicsDBWriter ( )
inlineoverride

Definition at line 24 of file QGLikelihoodSystematicsDBWriter.cc.

24 {}

Member Function Documentation

◆ analyze()

void QGLikelihoodSystematicsDBWriter::analyze ( const edm::Event ,
const edm::EventSetup  
)
inlineoverridevirtual

Implements edm::EDAnalyzer.

Definition at line 22 of file QGLikelihoodSystematicsDBWriter.cc.

22 {}

◆ beginJob()

void QGLikelihoodSystematicsDBWriter::beginJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 38 of file QGLikelihoodSystematicsDBWriter.cc.

38  {
40  payload->data.clear();
41 
42  std::ifstream database;
43  database.open(edm::FileInPath(fileName.c_str()).fullPath().c_str(), std::ios::in);
44  if (!database.is_open()) {
45  edm::LogError("FileNotFound") << "Could not open file " << fileName << std::endl;
46  return;
47  }
49  while (std::getline(database, line)) {
50  float ptMin, ptMax, etaMin, etaMax, rhoMin, rhoMax, a_q, b_q, a_g, b_g, lmin, lmax;
51  char tag[1023], leadchar;
52  sscanf(line.c_str(), "%c", &leadchar);
53  if ((leadchar == '#') || (leadchar == '!'))
54  continue; //Skip those lines
55  sscanf(line.c_str(),
56  "%s %f %f %f %f %f %f %f %f %f %f %f %f",
57  &tag[0],
58  &ptMin,
59  &ptMax,
60  &rhoMin,
61  &rhoMax,
62  &etaMin,
63  &etaMax,
64  &a_q,
65  &b_q,
66  &a_g,
67  &b_g,
68  &lmin,
69  &lmax);
70 
72  category.RhoMin = rhoMin;
73  category.RhoMax = rhoMax;
74  category.PtMin = ptMin;
75  category.PtMax = ptMax;
76  category.EtaMin = etaMin;
77  category.EtaMax = etaMax;
78  category.QGIndex = 0;
79  category.VarIndex = -1;
80 
81  //quark entry
83  quarkEntry.systCategory = category;
84  quarkEntry.a = a_q;
85  quarkEntry.b = b_q;
86  quarkEntry.lmin = lmin;
87  quarkEntry.lmax = lmax;
88 
89  //gluon entry
90  QGLikelihoodSystematicsObject::Entry gluonEntry = quarkEntry;
91  gluonEntry.systCategory.QGIndex = 1;
92  gluonEntry.a = a_g;
93  gluonEntry.b = b_g;
94 
95  payload->data.push_back(quarkEntry);
96  payload->data.push_back(gluonEntry);
97  }
98  database.close();
99 
100  // Now write it into the DB
101  edm::LogInfo("UserOutput") << "Opening PoolDBOutputService" << std::endl;
103  if (s.isAvailable()) {
104  edm::LogInfo("UserOutput") << "Setting up payload with " << payload->data.size() << " entries and tag "
105  << payloadTag << std::endl;
106  if (s->isNewTagRequest(payloadTag))
107  s->createNewIOV<QGLikelihoodSystematicsObject>(payload, s->beginOfTime(), s->endOfTime(), payloadTag);
108  else
109  s->appendSinceTime<QGLikelihoodSystematicsObject>(payload, 111, payloadTag);
110  }
111  edm::LogInfo("UserOutput") << "Wrote in CondDB QGLikelihoodSystematic payload label: " << payloadTag << std::endl;
112 }

References QGLikelihoodSystematicsObject::Entry::a, QGLikelihoodSystematicsObject::Entry::b, taus_updatedMVAIds_cff::category, ALCARECOTkAlBeamHalo_cff::etaMax, ALCARECOTkAlBeamHalo_cff::etaMin, fileName, contentValuesFiles::fullPath, recoMuon::in, mps_splice::line, QGLikelihoodSystematicsObject::Entry::lmax, QGLikelihoodSystematicsObject::Entry::lmin, jets_cff::payload, payloadTag, AlignmentTrackSelector_cfi::ptMax, ptMin, QGLikelihoodCategory::QGIndex, HLT_FULL_cff::rhoMax, electronConversionRejectionValidator::rhoMin, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, QGLikelihoodSystematicsObject::Entry::systCategory, and GlobalPosition_Frontier_DevDB_cff::tag.

◆ endJob()

void QGLikelihoodSystematicsDBWriter::endJob ( void  )
inlineoverridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 23 of file QGLikelihoodSystematicsDBWriter.cc.

23 {}

Member Data Documentation

◆ fileName

std::string QGLikelihoodSystematicsDBWriter::fileName
private

Definition at line 27 of file QGLikelihoodSystematicsDBWriter.cc.

Referenced by beginJob(), and QGLikelihoodSystematicsDBWriter().

◆ payloadTag

std::string QGLikelihoodSystematicsDBWriter::payloadTag
private

Definition at line 28 of file QGLikelihoodSystematicsDBWriter.cc.

Referenced by beginJob(), and QGLikelihoodSystematicsDBWriter().

taus_updatedMVAIds_cff.category
category
Definition: taus_updatedMVAIds_cff.py:31
ALCARECOTkAlBeamHalo_cff.etaMin
etaMin
GeV.
Definition: ALCARECOTkAlBeamHalo_cff.py:32
contentValuesFiles.fullPath
fullPath
Definition: contentValuesFiles.py:64
ptMin
constexpr float ptMin
Definition: PhotonIDValueMapProducer.cc:155
QGLikelihoodSystematicsObject::Entry
Definition: QGLikelihoodObject.h:39
QGLikelihoodSystematicsObject::Entry::lmax
float lmax
Definition: QGLikelihoodObject.h:41
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
QGLikelihoodSystematicsObject::Entry::b
float b
Definition: QGLikelihoodObject.h:41
QGLikelihoodSystematicsObject::Entry::a
float a
Definition: QGLikelihoodObject.h:41
edm::FileInPath
Definition: FileInPath.h:64
alignCSCRings.s
s
Definition: alignCSCRings.py:92
AlignmentTrackSelector_cfi.ptMax
ptMax
Definition: AlignmentTrackSelector_cfi.py:12
GlobalPosition_Frontier_DevDB_cff.tag
tag
Definition: GlobalPosition_Frontier_DevDB_cff.py:11
QGLikelihoodSystematicsObject
QGLikelihoodSystematicsObject containing the parameters for the systematic smearing.
Definition: QGLikelihoodObject.h:38
QGLikelihoodSystematicsObject::Entry::lmin
float lmin
Definition: QGLikelihoodObject.h:41
jets_cff.payload
payload
Definition: jets_cff.py:32
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
QGLikelihoodCategory
Category structure: ranges associated with QGLikelihood histograms.
Definition: QGLikelihoodObject.h:9
recoMuon::in
Definition: RecoMuonEnumerators.h:6
HLT_FULL_cff.rhoMax
rhoMax
Definition: HLT_FULL_cff.py:15050
QGLikelihoodSystematicsDBWriter::payloadTag
std::string payloadTag
Definition: QGLikelihoodSystematicsDBWriter.cc:28
edm::Service< cond::service::PoolDBOutputService >
QGLikelihoodCategory::QGIndex
int QGIndex
Definition: QGLikelihoodObject.h:11
QGLikelihoodSystematicsObject::Entry::systCategory
QGLikelihoodCategory systCategory
Definition: QGLikelihoodObject.h:40
edm::LogError
Log< level::Error, false > LogError
Definition: MessageLogger.h:123
ALCARECOTkAlBeamHalo_cff.etaMax
etaMax
Definition: ALCARECOTkAlBeamHalo_cff.py:33
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
QGLikelihoodSystematicsDBWriter::fileName
std::string fileName
Definition: QGLikelihoodSystematicsDBWriter.cc:27
mps_splice.line
line
Definition: mps_splice.py:76
electronConversionRejectionValidator.rhoMin
rhoMin
Definition: electronConversionRejectionValidator.py:59