CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
HcalFrontEndMapPopConAnalyzer Class Reference
Inheritance diagram for HcalFrontEndMapPopConAnalyzer:
popcon::PopConAnalyzer< HcalFrontEndMapHandler > edm::EDAnalyzer edm::EDConsumerBase

Public Types

typedef HcalFrontEndMapHandler SourceHandler
 
- Public Types inherited from popcon::PopConAnalyzer< HcalFrontEndMapHandler >
typedef HcalFrontEndMapHandler SourceHandler
 
- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 

Public Member Functions

 HcalFrontEndMapPopConAnalyzer (const edm::ParameterSet &pset)
 
- Public Member Functions inherited from popcon::PopConAnalyzer< HcalFrontEndMapHandler >
 PopConAnalyzer (const edm::ParameterSet &pset)
 
 ~PopConAnalyzer () 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::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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, 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::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (const edm::Event &ev, const edm::EventSetup &esetup) override
 
void endJob () override
 
void write ()
 

Private Attributes

popcon::PopCon m_populator
 
SourceHandler m_source
 
edm::ESGetToken< HcalFrontEndMap, HcalFrontEndMapRcdm_tok
 
HcalFrontEndMapmyDBObject
 

Additional Inherited Members

- 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 popcon::PopConAnalyzer< HcalFrontEndMapHandler >
SourceHandlersource ()
 
- 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 5 of file HcalFrontEndMapPopConAnalyzer.cc.

Member Typedef Documentation

◆ SourceHandler

Definition at line 7 of file HcalFrontEndMapPopConAnalyzer.cc.

Constructor & Destructor Documentation

◆ HcalFrontEndMapPopConAnalyzer()

HcalFrontEndMapPopConAnalyzer::HcalFrontEndMapPopConAnalyzer ( const edm::ParameterSet pset)
inline

Definition at line 9 of file HcalFrontEndMapPopConAnalyzer.cc.

12  m_source(pset.getParameter<edm::ParameterSet>("Source")),
13  m_tok(esConsumes<HcalFrontEndMap, HcalFrontEndMapRcd>()) {}

Member Function Documentation

◆ analyze()

void HcalFrontEndMapPopConAnalyzer::analyze ( const edm::Event ev,
const edm::EventSetup esetup 
)
inlineoverrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 21 of file HcalFrontEndMapPopConAnalyzer.cc.

21  {
22  //Using ES to get the data:
23 
24  myDBObject = new HcalFrontEndMap(esetup.getData(m_tok));
25  }

References edm::EventSetup::getData(), m_tok, and myDBObject.

◆ endJob()

void HcalFrontEndMapPopConAnalyzer::endJob ( void  )
inlineoverrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 16 of file HcalFrontEndMapPopConAnalyzer.cc.

16  {
18  write();
19  }

References HcalFrontEndMapHandler::initObject(), m_source, myDBObject, and write().

◆ write()

void HcalFrontEndMapPopConAnalyzer::write ( )
inlineprivate

Member Data Documentation

◆ m_populator

popcon::PopCon HcalFrontEndMapPopConAnalyzer::m_populator
private

Definition at line 30 of file HcalFrontEndMapPopConAnalyzer.cc.

Referenced by write().

◆ m_source

SourceHandler HcalFrontEndMapPopConAnalyzer::m_source
private

Definition at line 31 of file HcalFrontEndMapPopConAnalyzer.cc.

Referenced by endJob(), and write().

◆ m_tok

edm::ESGetToken<HcalFrontEndMap, HcalFrontEndMapRcd> HcalFrontEndMapPopConAnalyzer::m_tok
private

Definition at line 32 of file HcalFrontEndMapPopConAnalyzer.cc.

Referenced by analyze().

◆ myDBObject

HcalFrontEndMap* HcalFrontEndMapPopConAnalyzer::myDBObject
private

Definition at line 34 of file HcalFrontEndMapPopConAnalyzer.cc.

Referenced by analyze(), and endJob().

HcalFrontEndMapPopConAnalyzer::myDBObject
HcalFrontEndMap * myDBObject
Definition: HcalFrontEndMapPopConAnalyzer.cc:34
HcalFrontEndMapPopConAnalyzer::m_tok
edm::ESGetToken< HcalFrontEndMap, HcalFrontEndMapRcd > m_tok
Definition: HcalFrontEndMapPopConAnalyzer.cc:32
edm::ParameterSet
Definition: ParameterSet.h:47
popcon::PopCon::write
void write(Source const &source)
Definition: PopCon.h:107
HcalFrontEndMapHandler::initObject
void initObject(HcalFrontEndMap *)
Definition: HcalFrontEndMapHandler.cc:36
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition: EventSetup.h:127
HcalFrontEndMapPopConAnalyzer::write
void write()
Definition: HcalFrontEndMapPopConAnalyzer.cc:27
HcalFrontEndMapPopConAnalyzer::m_populator
popcon::PopCon m_populator
Definition: HcalFrontEndMapPopConAnalyzer.cc:30
HcalFrontEndMap
Definition: HcalFrontEndMap.h:23
HcalFrontEndMapPopConAnalyzer::m_source
SourceHandler m_source
Definition: HcalFrontEndMapPopConAnalyzer.cc:31
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
popcon::PopConAnalyzer< HcalFrontEndMapHandler >