#include <L1RCTProducer.h>
Public Member Functions | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, const edm::EventSetup &context) overridefinal |
virtual void | beginRun (edm::Run const &r, const edm::EventSetup &c) overridefinal |
const std::vector< int > | getFedVectorFromOmds (const edm::EventSetup &) |
const std::vector< int > | getFedVectorFromRunInfo (const edm::EventSetup &) |
L1RCTProducer (const edm::ParameterSet &ps) | |
void | printFedVector (const std::vector< int > &) |
void | printUpdatedFedMask () |
void | printUpdatedFedMaskVerbose () |
virtual void | produce (edm::Event &e, const edm::EventSetup &c) overridefinal |
void | updateConfiguration (const edm::EventSetup &) |
void | updateFedVector (const edm::EventSetup &, bool getFromOmds, int) |
virtual | ~L1RCTProducer () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Types | |
enum | crateSection { c_min, ebOddFed = c_min, ebEvenFed, eeFed, hbheFed, hfFed, hfFedUp, c_max = hfFedUp } |
Private Attributes | |
std::vector< int > | bunchCrossings |
std::string | conditionsLabel |
std::vector< edm::InputTag > | ecalDigis |
L1RCTChannelMask * | fedUpdatedMask |
bool | getFedsFromOmds |
std::vector< edm::InputTag > | hcalDigis |
unsigned int | queryDelayInLS |
unsigned int | queryIntervalInLS |
L1RCT * | rct |
L1RCTLookupTables * | rctLookupTables |
bool | useEcal |
bool | useHcal |
Static Private Attributes | |
static const int | crateFED [18][6] |
static const int | maxBarrel = 17 |
static const int | maxEndcap = 28 |
static const int | maxHF =32 |
static const int | minBarrel = 1 |
static const int | minEndcap = 17 |
static const int | minHF = 29 |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
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) |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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) |
Definition at line 47 of file L1RCTProducer.h.
|
private |
Enumerator | |
---|---|
c_min | |
ebOddFed | |
ebEvenFed | |
eeFed | |
hbheFed | |
hfFed | |
hfFedUp | |
c_max |
Definition at line 84 of file L1RCTProducer.h.
|
explicit |
Definition at line 36 of file L1RCTProducer.cc.
|
virtual |
Definition at line 62 of file L1RCTProducer.cc.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 82 of file L1RCTProducer.cc.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 70 of file L1RCTProducer.cc.
const std::vector< int > L1RCTProducer::getFedVectorFromOmds | ( | const edm::EventSetup & | eventSetup | ) |
Definition at line 328 of file L1RCTProducer.cc.
const std::vector< int > L1RCTProducer::getFedVectorFromRunInfo | ( | const edm::EventSetup & | eventSetup | ) |
Definition at line 315 of file L1RCTProducer.cc.
void L1RCTProducer::printFedVector | ( | const std::vector< int > & | fedVector | ) |
Definition at line 425 of file L1RCTProducer.cc.
void L1RCTProducer::printUpdatedFedMask | ( | ) |
Definition at line 433 of file L1RCTProducer.cc.
void L1RCTProducer::printUpdatedFedMaskVerbose | ( | ) |
Definition at line 446 of file L1RCTProducer.cc.
|
finaloverridevirtual |
Implements edm::EDProducer.
Definition at line 352 of file L1RCTProducer.cc.
void L1RCTProducer::updateConfiguration | ( | const edm::EventSetup & | eventSetup | ) |
Definition at line 106 of file L1RCTProducer.cc.
void L1RCTProducer::updateFedVector | ( | const edm::EventSetup & | eventSetup, |
bool | getFromOmds, | ||
int | runNumber | ||
) |
Definition at line 143 of file L1RCTProducer.cc.
|
private |
Definition at line 74 of file L1RCTProducer.h.
|
private |
Definition at line 78 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 95 of file L1RCTProducer.h.
|
private |
Definition at line 72 of file L1RCTProducer.h.
|
private |
Definition at line 81 of file L1RCTProducer.h.
|
private |
Definition at line 75 of file L1RCTProducer.h.
|
private |
Definition at line 73 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 98 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 100 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 102 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 97 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 99 of file L1RCTProducer.h.
|
staticprivate |
Definition at line 101 of file L1RCTProducer.h.
|
private |
Definition at line 76 of file L1RCTProducer.h.
|
private |
Definition at line 77 of file L1RCTProducer.h.
|
private |
Definition at line 69 of file L1RCTProducer.h.
|
private |
Definition at line 68 of file L1RCTProducer.h.
|
private |
Definition at line 70 of file L1RCTProducer.h.
|
private |
Definition at line 71 of file L1RCTProducer.h.