Public Member Functions | |
HLTL1MuonMatcher (const edm::ParameterSet &iConfig) | |
bool | operator() (const pat::TriggerObjectStandAlone &l1) const |
select L1s with patName_ and filterLabel_ (public, so it can be used by L1MuonMatcherAlgo) More... | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~HLTL1MuonMatcher () 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 |
Private Types | |
typedef pat::TriggerObjectStandAlone | PATPrimitive |
typedef pat::TriggerObjectStandAloneCollection | PATPrimitiveCollection |
typedef pat::TriggerObjectStandAloneMatch | PATTriggerAssociation |
Private Member Functions | |
template<typename Hand , typename T > | |
void | storeExtraInfo (edm::Event &iEvent, const Hand &handle, const std::vector< T > &values, const std::string &label) const |
Store extra information in a ValueMap. More... | |
Private Attributes | |
edm::EDGetTokenT< PATPrimitiveCollection > | l1Token_ |
std::string | labelProp_ |
Labels to set as filter names in the output. More... | |
std::vector< const pat::TriggerObjectStandAlone * > | lockedItems_ |
L1MuonMatcherAlgo | matcher_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | recoToken_ |
Tokens for input collections. More... | |
bool | resolveAmbiguities_ |
StringCutObjectSelector< PATPrimitive > | selector_ |
Select HLT objects. More... | |
bool | writeExtraInfo_ |
Write out additional info as ValueMaps. More... | |
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 33 of file HLTL1MuonMatcher.cc.
|
private |
Definition at line 48 of file HLTL1MuonMatcher.cc.
|
private |
Definition at line 49 of file HLTL1MuonMatcher.cc.
Definition at line 50 of file HLTL1MuonMatcher.cc.
|
explicit |
Definition at line 81 of file HLTL1MuonMatcher.cc.
References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 36 of file HLTL1MuonMatcher.cc.
|
inline |
select L1s with patName_ and filterLabel_ (public, so it can be used by L1MuonMatcherAlgo)
Definition at line 41 of file HLTL1MuonMatcher.cc.
References spr::find(), lockedItems_, resolveAmbiguities_, and selector_.
|
override |
Definition at line 98 of file HLTL1MuonMatcher.cc.
References HLT_2024v14_cff::deltaPhis, edm::helper::Filler< Map >::fill(), TrajectoryStateOnSurface::globalPosition(), mps_fire::i, iEvent, edm::helper::Filler< Map >::insert(), TrajectoryStateOnSurface::isValid(), L1Scalers_cfi::l1s, eostools::move(), amptDefaultParameters_cff::mu, create_idmaps::n, and dt_dqm_sourceclient_common_cff::reco.
|
private |
Store extra information in a ValueMap.
Definition at line 154 of file HLTL1MuonMatcher.cc.
References trigObjTnPSource_cfi::filler, patZpeak::handle, iEvent, label, eostools::move(), and contentValuesCheck::values.
|
private |
Definition at line 56 of file HLTL1MuonMatcher.cc.
|
private |
Labels to set as filter names in the output.
Definition at line 63 of file HLTL1MuonMatcher.cc.
|
private |
Definition at line 76 of file HLTL1MuonMatcher.cc.
Referenced by operator()().
|
private |
Definition at line 52 of file HLTL1MuonMatcher.cc.
|
private |
Tokens for input collections.
Definition at line 55 of file HLTL1MuonMatcher.cc.
|
private |
Definition at line 60 of file HLTL1MuonMatcher.cc.
Referenced by operator()().
|
private |
|
private |
Write out additional info as ValueMaps.
Definition at line 66 of file HLTL1MuonMatcher.cc.