#include <L1Trigger/L1TGlobalMuon/plugins/L1TMicroGMTInputProducer.cc>
Public Member Functions | |
L1TMicroGMTInputProducer (const edm::ParameterSet &) | |
~L1TMicroGMTInputProducer () | |
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 () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (edm::LuminosityBlock &, edm::EventSetup const &) |
virtual void | beginRun (edm::Run &, edm::EventSetup const &) |
int | convertToInt (std::string &bitstr) const |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock &, edm::EventSetup const &) |
virtual void | endRun (edm::Run &, edm::EventSetup const &) |
void | openFile () |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
void | skipHeader () |
Static Private Member Functions | |
static bool | cmpProc (const RegionalMuonCand &, const RegionalMuonCand &) |
Private Attributes | |
int | m_currEvt |
int | m_currType |
bool | m_endOfBx |
std::ifstream | m_filestream |
std::string | m_fname |
bool | m_lastMuInBx |
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 |
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) |
Description: Takes txt-file input and produces barrel- / overlap- / forward TF muons
Implementation: [Notes on implementation]
Definition at line 47 of file L1TMicroGMTInputProducer.cc.
|
explicit |
Definition at line 90 of file L1TMicroGMTInputProducer.cc.
References edm::ParameterSet::getParameter(), m_fname, openFile(), skipHeader(), and AlCaHLTBitMon_QueryRunRegistry::string.
L1TMicroGMTInputProducer::~L1TMicroGMTInputProducer | ( | ) |
Definition at line 107 of file L1TMicroGMTInputProducer.cc.
References m_filestream.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 315 of file L1TMicroGMTInputProducer.cc.
|
privatevirtual |
Definition at line 338 of file L1TMicroGMTInputProducer.cc.
|
privatevirtual |
Definition at line 326 of file L1TMicroGMTInputProducer.cc.
|
staticprivate |
Definition at line 119 of file L1TMicroGMTInputProducer.cc.
References l1t::RegionalMuonCand::processor().
|
private |
Definition at line 145 of file L1TMicroGMTInputProducer.cc.
References EnergyCorrector::c, and pileupDistInMC::num.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 321 of file L1TMicroGMTInputProducer.cc.
|
privatevirtual |
Definition at line 344 of file L1TMicroGMTInputProducer.cc.
|
privatevirtual |
Definition at line 332 of file L1TMicroGMTInputProducer.cc.
|
static |
Definition at line 350 of file L1TMicroGMTInputProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 125 of file L1TMicroGMTInputProducer.cc.
References Exception, m_filestream, and m_fname.
Referenced by L1TMicroGMTInputProducer().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 160 of file L1TMicroGMTInputProducer.cc.
References l1t::bmtf, l1t::emtf_neg, l1t::emtf_pos, f, i, m_currEvt, m_currType, m_endOfBx, m_filestream, RPCpg::mu, l1t::omtf_neg, l1t::omtf_pos, edm::Event::put(), createPayload::skip, AlCaHLTBitMon_QueryRunRegistry::string, and tmp.
|
private |
Definition at line 136 of file L1TMicroGMTInputProducer.cc.
References m_filestream, AlCaHLTBitMon_QueryRunRegistry::string, and tmp.
Referenced by L1TMicroGMTInputProducer().
|
private |
Definition at line 75 of file L1TMicroGMTInputProducer.cc.
Referenced by produce().
|
private |
Definition at line 74 of file L1TMicroGMTInputProducer.cc.
Referenced by produce().
|
private |
Definition at line 72 of file L1TMicroGMTInputProducer.cc.
Referenced by produce().
|
private |
Definition at line 71 of file L1TMicroGMTInputProducer.cc.
Referenced by openFile(), produce(), skipHeader(), and ~L1TMicroGMTInputProducer().
|
private |
Definition at line 70 of file L1TMicroGMTInputProducer.cc.
Referenced by L1TMicroGMTInputProducer(), and openFile().
|
private |
Definition at line 73 of file L1TMicroGMTInputProducer.cc.