#include <L1Trigger/L1TGlobalMuon/plugins/L1TMicroGMTInputProducer.cc>
Public Member Functions | |
L1TMicroGMTInputProducer (const edm::ParameterSet &) | |
~L1TMicroGMTInputProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginLuminosityBlock (const edm::LuminosityBlock &, edm::EventSetup const &) override |
void | beginRun (const edm::Run &, edm::EventSetup const &) override |
int | convertToInt (std::string &bitstr) const |
void | endLuminosityBlock (const edm::LuminosityBlock &, edm::EventSetup const &) override |
void | endRun (const edm::Run &, edm::EventSetup const &) override |
void | openFile () |
void | produce (edm::Event &, const edm::EventSetup &) override |
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::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Description: Takes txt-file input and produces barrel- / overlap- / forward TF muons
Implementation: [Notes on implementation]
Definition at line 46 of file L1TMicroGMTInputProducer.cc.
|
explicit |
Definition at line 86 of file L1TMicroGMTInputProducer.cc.
References edm::ParameterSet::getParameter(), m_fname, openFile(), skipHeader(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 101 of file L1TMicroGMTInputProducer.cc.
References m_filestream.
|
overrideprivate |
Definition at line 307 of file L1TMicroGMTInputProducer.cc.
|
overrideprivate |
Definition at line 301 of file L1TMicroGMTInputProducer.cc.
|
staticprivate |
Definition at line 110 of file L1TMicroGMTInputProducer.cc.
References l1t::RegionalMuonCand::processor().
|
private |
Definition at line 130 of file L1TMicroGMTInputProducer.cc.
References c, and EgammaValidation_cff::num.
|
overrideprivate |
Definition at line 310 of file L1TMicroGMTInputProducer.cc.
|
overrideprivate |
Definition at line 304 of file L1TMicroGMTInputProducer.cc.
|
static |
Definition at line 313 of file L1TMicroGMTInputProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 114 of file L1TMicroGMTInputProducer.cc.
References Exception, m_filestream, and m_fname.
Referenced by L1TMicroGMTInputProducer().
|
overrideprivate |
Definition at line 141 of file L1TMicroGMTInputProducer.cc.
References l1t::bmtf, l1t::emtf_neg, l1t::emtf_pos, EgHLTOffHistBins_cfi::et, f, mps_fire::i, LEDCalibrationChannels::ieta, iEvent, createfilelist::int, LEDCalibrationChannels::iphi, m_currEvt, m_currType, m_endOfBx, m_filestream, eostools::move(), amptDefaultParameters_cff::mu, l1t::omtf_neg, l1t::omtf_pos, l1t::MuonCaloSum::setEtaBits(), l1t::MuonCaloSum::setEtBits(), l1t::MuonCaloSum::setIndex(), l1t::MuonCaloSum::setPhiBits(), optionsL1T::skip, AlCaHLTBitMon_QueryRunRegistry::string, and createJobs::tmp.
|
private |
Definition at line 123 of file L1TMicroGMTInputProducer.cc.
References m_filestream, AlCaHLTBitMon_QueryRunRegistry::string, and createJobs::tmp.
Referenced by L1TMicroGMTInputProducer().
|
private |
Definition at line 72 of file L1TMicroGMTInputProducer.cc.
Referenced by produce().
|
private |
Definition at line 71 of file L1TMicroGMTInputProducer.cc.
Referenced by produce().
|
private |
Definition at line 69 of file L1TMicroGMTInputProducer.cc.
Referenced by produce().
|
private |
Definition at line 68 of file L1TMicroGMTInputProducer.cc.
Referenced by openFile(), produce(), skipHeader(), and ~L1TMicroGMTInputProducer().
|
private |
Definition at line 67 of file L1TMicroGMTInputProducer.cc.
Referenced by L1TMicroGMTInputProducer(), and openFile().
|
private |
Definition at line 70 of file L1TMicroGMTInputProducer.cc.