CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
JetResolutionScaleFactorDBReader Class Reference
Inheritance diagram for JetResolutionScaleFactorDBReader:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 JetResolutionScaleFactorDBReader (const edm::ParameterSet &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > 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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 

Private Attributes

std::string m_era
 
std::string m_label
 
bool m_print
 
bool m_save_file
 
edm::ESGetToken< JME::JetResolutionObject, JetResolutionScaleFactorRcdm_token
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 46 of file JetResolutionDBReader.cc.

Constructor & Destructor Documentation

◆ JetResolutionScaleFactorDBReader()

JetResolutionScaleFactorDBReader::JetResolutionScaleFactorDBReader ( const edm::ParameterSet iConfig)
explicit

Member Function Documentation

◆ analyze()

void JetResolutionScaleFactorDBReader::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 99 of file JetResolutionDBReader.cc.

References gather_cfg::cout, f, edm::EventSetup::getTransientHandle(), m_era, m_label, m_print, m_save_file, m_token, and AlCaHLTBitMon_QueryRunRegistry::string.

99  {
100  std::cout << "Inspecting JER SF payload for label: " << m_label << std::endl;
101 
102  auto jerObjectHandle = iSetup.getTransientHandle(m_token);
103 
104  if (m_print) {
105  jerObjectHandle->dump();
106  }
107 
108  if (m_save_file) {
109  std::string f = m_era + "_" + m_label + ".txt";
110  jerObjectHandle->saveToFile(f);
111  std::cout << "JER SF payload saved as " << f << std::endl;
112  }
113 }
edm::ESGetToken< JME::JetResolutionObject, JetResolutionScaleFactorRcd > m_token
double f[11][100]
ESTransientHandle< T > getTransientHandle(const ESGetToken< T, R > &iToken) const
Definition: EventSetup.h:141

Member Data Documentation

◆ m_era

std::string JetResolutionScaleFactorDBReader::m_era
private

Definition at line 53 of file JetResolutionDBReader.cc.

Referenced by analyze(), and JetResolutionScaleFactorDBReader().

◆ m_label

std::string JetResolutionScaleFactorDBReader::m_label
private

Definition at line 54 of file JetResolutionDBReader.cc.

Referenced by analyze(), and JetResolutionScaleFactorDBReader().

◆ m_print

bool JetResolutionScaleFactorDBReader::m_print
private

Definition at line 58 of file JetResolutionDBReader.cc.

Referenced by analyze(), and JetResolutionScaleFactorDBReader().

◆ m_save_file

bool JetResolutionScaleFactorDBReader::m_save_file
private

Definition at line 57 of file JetResolutionDBReader.cc.

Referenced by analyze(), and JetResolutionScaleFactorDBReader().

◆ m_token

edm::ESGetToken<JME::JetResolutionObject, JetResolutionScaleFactorRcd> JetResolutionScaleFactorDBReader::m_token
private

Definition at line 55 of file JetResolutionDBReader.cc.

Referenced by analyze(), and JetResolutionScaleFactorDBReader().