#include <TSGFromL2Muon.h>
Public Member Functions | |
virtual void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
virtual void | produce (edm::Event &ev, const edm::EventSetup &es) override |
TSGFromL2Muon (const edm::ParameterSet &cfg) | |
virtual | ~TSGFromL2Muon () |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
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 (const std::string &iProcessName, std::vector< const char * > &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::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | 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) |
Definition at line 24 of file TSGFromL2Muon.h.
TSGFromL2Muon::TSGFromL2Muon | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 9 of file TSGFromL2Muon.cc.
References edm::EDConsumerBase::consumesCollector(), edm::ParameterSet::empty(), reco::get(), edm::ParameterSet::getParameter(), l2muonToken, MuonServiceProxy_cff::MuonServiceProxy, HLT_25ns14e33_v1_cff::MuonTrackingRegionBuilder, AlCaHLTBitMon_QueryRunRegistry::string, theConfig, theL2CollectionLabel, thePCut, thePtCut, theRegionBuilder, theSeedCleaner, theService, theTkSeedGenerator, and HLT_25ns14e33_v1_cff::TrackerSeedCleaner.
|
virtual |
Definition at line 47 of file TSGFromL2Muon.cc.
References theRegionBuilder, theSeedCleaner, theService, and theTkSeedGenerator.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 55 of file TSGFromL2Muon.cc.
References TrackerSeedGenerator::init(), TrackerSeedCleaner::init(), theSeedCleaner, theService, theTkSeedGenerator, and MuonServiceProxy::update().
|
static |
Definition at line 130 of file TSGFromL2Muon.cc.
References edm::ParameterSetDescription::setAllowAnything().
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 63 of file TSGFromL2Muon.cc.
References TrackerSeedCleaner::clean(), edm::EventSetup::get(), edm::Event::getByToken(), l2muonToken, LogDebug, edm::ESHandle< class >::product(), edm::Event::put(), MuonTrackingRegionBuilder::region(), HLT_25ns14e33_v3_cff::region, query::result, TrackerSeedGenerator::setEvent(), TrackerSeedCleaner::setEvent(), MuonTrackingRegionBuilder::setEvent(), thePCut, thePtCut, theRegionBuilder, theSeedCleaner, theService, theTkSeedGenerator, TrackerSeedGenerator::trackerSeeds(), and MuonServiceProxy::update().
|
private |
Definition at line 40 of file TSGFromL2Muon.h.
Referenced by produce(), and TSGFromL2Muon().
|
private |
Definition at line 33 of file TSGFromL2Muon.h.
Referenced by TSGFromL2Muon().
|
private |
Definition at line 34 of file TSGFromL2Muon.h.
Referenced by TSGFromL2Muon().
|
private |
Definition at line 36 of file TSGFromL2Muon.h.
Referenced by produce(), and TSGFromL2Muon().
|
private |
Definition at line 36 of file TSGFromL2Muon.h.
Referenced by produce(), and TSGFromL2Muon().
|
private |
Definition at line 37 of file TSGFromL2Muon.h.
Referenced by produce(), TSGFromL2Muon(), and ~TSGFromL2Muon().
|
private |
Definition at line 39 of file TSGFromL2Muon.h.
Referenced by beginRun(), produce(), TSGFromL2Muon(), and ~TSGFromL2Muon().
|
private |
Definition at line 35 of file TSGFromL2Muon.h.
Referenced by beginRun(), produce(), TSGFromL2Muon(), and ~TSGFromL2Muon().
|
private |
Definition at line 38 of file TSGFromL2Muon.h.
Referenced by beginRun(), produce(), TSGFromL2Muon(), and ~TSGFromL2Muon().