|
| AlCaRecoTriggerBitsRcdRead (const edm::ParameterSet &cfg) |
|
virtual void | analyze (const edm::Event &evt, const edm::EventSetup &evtSetup) override |
|
virtual void | beginRun (const edm::Run &run, const edm::EventSetup &evtSetup) override |
|
virtual void | endJob () override |
|
| ~AlCaRecoTriggerBitsRcdRead () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
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 & | itemsToGetFromEvent () 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 |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
Module to read trigger bit mappings (AlCaRecoTriggerBits) from DB and put out as text. Several output formats can be configured via parameter 'outputType':
- simple text ('text'),
- text in format of a Twiki table for cut and paste ('twiki')
- or a python snippet to be inserted into configuration of the AlCaRecoTriggerBitsRcdWrite ('python').
Where to put the text is decided by parameter 'rawFileName':
- if empty, use MessageLogger
- otherwise open file <rawFileName>.<suffix> where the suffix is chosen to match 'outputType'.
Definition at line 40 of file AlCaRecoTriggerBitsRcdRead.cc.