Public Member Functions | |
L1TMuonBarrelKalmanTrackProducer (const edm::ParameterSet &) | |
~L1TMuonBarrelKalmanTrackProducer () 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 | beginStream (edm::StreamID) override |
void | endStream () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
L1TMuonBarrelKalmanAlgo * | algo_ |
std::vector< int > | bx_ |
edm::EDGetTokenT< std::vector< L1MuKBMTCombinedStub > > | src_ |
L1TMuonBarrelKalmanTrackFinder * | trackFinder_ |
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 |
Definition at line 20 of file L1TMuonBarrelKalmanTrackProducer.cc.
|
explicit |
Definition at line 36 of file L1TMuonBarrelKalmanTrackProducer.cc.
|
override |
Definition at line 45 of file L1TMuonBarrelKalmanTrackProducer.cc.
References algo_, and trackFinder_.
|
overrideprivate |
Definition at line 88 of file L1TMuonBarrelKalmanTrackProducer.cc.
|
overrideprivate |
Definition at line 91 of file L1TMuonBarrelKalmanTrackProducer.cc.
|
static |
Definition at line 93 of file L1TMuonBarrelKalmanTrackProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 61 of file L1TMuonBarrelKalmanTrackProducer.cc.
References L1TMuonBarrelKalmanAlgo::addBMTFMuon(), algo_, l1GtPatternGenerator_cfi::bx, bx_, mps_fire::i, iEvent, eostools::move(), MillePedeFileConverter_cfg::out, L1TMuonBarrelKalmanTrackFinder::process(), alignCSCRings::r, src_, createJobs::tmp, HLT_FULL_cff::track, trackFinder_, and parallelization::uint.
|
private |
Definition at line 33 of file L1TMuonBarrelKalmanTrackProducer.cc.
Referenced by produce(), and ~L1TMuonBarrelKalmanTrackProducer().
|
private |
Definition at line 32 of file L1TMuonBarrelKalmanTrackProducer.cc.
Referenced by produce().
|
private |
Definition at line 31 of file L1TMuonBarrelKalmanTrackProducer.cc.
Referenced by produce().
|
private |
Definition at line 34 of file L1TMuonBarrelKalmanTrackProducer.cc.
Referenced by produce(), and ~L1TMuonBarrelKalmanTrackProducer().