#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 | |
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 | |
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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) 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, c_max = hfFed } |
Private Attributes | |
std::vector< int > | bunchCrossings |
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][5] |
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 |
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::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 | |
c_max |
Definition at line 83 of file L1RCTProducer.h.
|
explicit |
Definition at line 38 of file L1RCTProducer.cc.
References ecalDigis, and hcalDigis.
|
virtual |
Definition at line 63 of file L1RCTProducer.cc.
References fedUpdatedMask, rct, and rctLookupTables.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 83 of file L1RCTProducer.cc.
References getFedsFromOmds, edm::LuminosityBlockBase::luminosityBlock(), queryDelayInLS, queryIntervalInLS, edm::LuminosityBlockBase::run(), convertSQLiteXML::runNumber, and updateFedVector().
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 71 of file L1RCTProducer.cc.
References edm::RunBase::run(), convertSQLiteXML::runNumber, updateConfiguration(), and updateFedVector().
const std::vector< int > L1RCTProducer::getFedVectorFromOmds | ( | const edm::EventSetup & | eventSetup | ) |
Definition at line 307 of file L1RCTProducer.cc.
References edm::EventSetup::get(), getFedVectorFromRunInfo(), edm::ESHandleBase::isValid(), RunInfo::m_fed_in, edm::ESHandle< class >::product(), and edmLumisInFiles::summary.
Referenced by updateFedVector().
const std::vector< int > L1RCTProducer::getFedVectorFromRunInfo | ( | const edm::EventSetup & | eventSetup | ) |
Definition at line 294 of file L1RCTProducer.cc.
References edm::EventSetup::get(), RunInfo::m_fed_in, edm::ESHandle< class >::product(), and edmLumisInFiles::summary.
Referenced by getFedVectorFromOmds(), and updateFedVector().
void L1RCTProducer::printFedVector | ( | const std::vector< int > & | fedVector | ) |
Definition at line 404 of file L1RCTProducer.cc.
References filterCSVwithJSON::copy, and gather_cfg::cout.
void L1RCTProducer::printUpdatedFedMask | ( | ) |
Definition at line 412 of file L1RCTProducer.cc.
References gather_cfg::cout, fedUpdatedMask, and L1RCTChannelMask::print().
void L1RCTProducer::printUpdatedFedMaskVerbose | ( | ) |
Definition at line 425 of file L1RCTProducer.cc.
References gather_cfg::cout, L1RCTChannelMask::ecalMask, fedUpdatedMask, L1RCTChannelMask::hcalMask, L1RCTChannelMask::hfMask, i, j, and gen::k.
|
finaloverridevirtual |
Implements edm::EDProducer.
Definition at line 331 of file L1RCTProducer.cc.
References bunchCrossings, L1RCT::digiInput(), patCandidatesForDimuonsSequences_cff::ecal, ecalDigis, edm::hlt::Exception, edm::Event::getByLabel(), L1RCT::getIsolatedEGObjects(), L1RCT::getNonisolatedEGObjects(), L1RCT::getRegions(), patCandidatesForDimuonsSequences_cff::hcal, hcalDigis, i, j, L1RCT::processEvent(), rct, compare_using_db::sample, useEcal, and useHcal.
void L1RCTProducer::updateConfiguration | ( | const edm::EventSetup & | eventSetup | ) |
Definition at line 107 of file L1RCTProducer.cc.
References alignCSCRings::e, edm::EventSetup::get(), h, edm::ESHandle< class >::product(), alignCSCRings::r, rctLookupTables, alignCSCRings::s, L1RCTLookupTables::setEcalScale(), L1RCTLookupTables::setHcalScale(), L1RCTLookupTables::setL1CaloEtScale(), and L1RCTLookupTables::setRCTParameters().
Referenced by beginRun().
void L1RCTProducer::updateFedVector | ( | const edm::EventSetup & | eventSetup, |
bool | getFromOmds, | ||
int | runNumber | ||
) |
Definition at line 144 of file L1RCTProducer.cc.
References c_max, c_min, crateFED, fwrapper::cs, ebEvenFed, ebOddFed, patCandidatesForDimuonsSequences_cff::ecal, L1RCTChannelMask::ecalMask, eeFed, fedUpdatedMask, spr::find(), edm::EventSetup::get(), getFedVectorFromOmds(), getFedVectorFromRunInfo(), hbheFed, L1RCTChannelMask::hcalMask, hfFed, L1RCTChannelMask::hfMask, i, j, gen::k, maxBarrel, maxEndcap, maxHF, minBarrel, minEndcap, minHF, edm::ESHandle< class >::product(), rctLookupTables, L1RCTLookupTables::setChannelMask(), and L1RCTLookupTables::setNoisyChannelMask().
Referenced by beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 74 of file L1RCTProducer.h.
Referenced by produce().
|
staticprivate |
Definition at line 95 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
private |
Definition at line 72 of file L1RCTProducer.h.
Referenced by L1RCTProducer(), and produce().
|
private |
Definition at line 80 of file L1RCTProducer.h.
Referenced by printUpdatedFedMask(), printUpdatedFedMaskVerbose(), updateFedVector(), and ~L1RCTProducer().
|
private |
Definition at line 75 of file L1RCTProducer.h.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 73 of file L1RCTProducer.h.
Referenced by L1RCTProducer(), and produce().
|
staticprivate |
Definition at line 97 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
staticprivate |
Definition at line 99 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
staticprivate |
Definition at line 101 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
staticprivate |
Definition at line 96 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
staticprivate |
Definition at line 98 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
staticprivate |
Definition at line 100 of file L1RCTProducer.h.
Referenced by updateFedVector().
|
private |
Definition at line 76 of file L1RCTProducer.h.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 77 of file L1RCTProducer.h.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 69 of file L1RCTProducer.h.
Referenced by produce(), and ~L1RCTProducer().
|
private |
Definition at line 68 of file L1RCTProducer.h.
Referenced by updateConfiguration(), updateFedVector(), and ~L1RCTProducer().
|
private |
Definition at line 70 of file L1RCTProducer.h.
Referenced by produce().
|
private |
Definition at line 71 of file L1RCTProducer.h.
Referenced by produce().