#include <HLTMuonL2FromL1TPreFilter.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from HLTFilter | |
static void | makeHLTFilterDescription (edm::ParameterSetDescription &desc) |
Static Public Member Functions inherited from edm::global::EDFilterBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
std::vector< double > | absetaBins_ |
edm::InputTag | beamSpotTag_ |
input tag of the beam spot More... | |
edm::EDGetTokenT< reco::BeamSpot > | beamSpotToken_ |
edm::InputTag | candTag_ |
input tag of L2 muons More... | |
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > | candToken_ |
bool | cutOnChambers_ |
choose whether to apply cut on number of chambers (DT+CSC) More... | |
bool | matchPreviousCand_ |
require the matching with the L1 firing the L1 filter More... | |
double | maxDr_ |
cut on impact parameter wrt to the beam spot More... | |
double | maxDz_ |
cut on dz wrt to the beam spot More... | |
double | maxEta_ |
maxEta cut More... | |
double | min_DxySig_ |
dxy significance cut More... | |
double | minDr_ |
cut on impact parameter wrt to the beam spot More... | |
int | minN_ |
minimum number of muons to fire the trigger More... | |
std::vector< int > | minNchambers_ |
minimum number of valid chambers More... | |
std::vector< int > | minNhits_ |
minimum number of valid muon hits More... | |
std::vector< int > | minNstations_ |
minimum number of muon stations used More... | |
double | minPt_ |
pt threshold in GeV More... | |
double | nSigmaPt_ |
pt uncertainty margin (in number of sigmas) More... | |
edm::InputTag | previousCandTag_ |
input tag of the preceeding L1 filter in the path More... | |
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > | previousCandToken_ |
edm::InputTag | seedMapTag_ |
input tag of the map from the L2 seed to the sister L2 seeds of cleaned tracks More... | |
edm::EDGetTokenT< SeedMap > | seedMapToken_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDFilterBase | |
typedef EDFilterBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
See header file for documentation
This class is an HLTFilter (-> EDFilter) implementing a first filtering for HLT muons
Definition at line 23 of file HLTMuonL2FromL1TPreFilter.h.
|
explicit |
Definition at line 26 of file HLTMuonL2FromL1TPreFilter.cc.
References absetaBins_, beamSpotTag_, candTag_, cutOnChambers_, edm::InputTag::encode(), Exception, mps_fire::i, edm::isDebugEnabled(), LogDebug, maxDr_, maxDz_, maxEta_, min_DxySig_, minDr_, minN_, minNchambers_, minNhits_, minNstations_, minPt_, nSigmaPt_, previousCandTag_, HLTFilter::saveTags(), seedMapTag_, and ~HLTMuonL2FromL1TPreFilter().
|
overridedefault |
Referenced by HLTMuonL2FromL1TPreFilter().
|
static |
Definition at line 109 of file HLTMuonL2FromL1TPreFilter.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and HLTFilter::makeHLTFilterDescription().
|
overridevirtual |
Implements HLTFilter.
Definition at line 138 of file HLTMuonL2FromL1TPreFilter.cc.
References funct::abs(), absetaBins_, accept(), trigger::TriggerFilterObjectWithRefs::addCollectionTag(), trigger::TriggerRefsCollections::addObject(), allMuons_cfi::allMuons, ecalDrivenElectronSeedsParameters_cff::beamSpot, beamSpotToken_, candTag_, candToken_, cutOnChambers_, DEFINE_FWK_MODULE, spr::find(), alignBH_cfg::fixed, edm::Event::getByToken(), HLTMuonL2ToL1TMap::getL1Keys(), trigger::TriggerRefsCollections::getObjects(), mps_fire::i, edm::isDebugEnabled(), HLTMuonL2ToL1TMap::isTriggeredByL1(), LogDebug, matchPreviousCand_, maxDr_, maxDz_, maxEta_, min_DxySig_, minDr_, minN_, minNchambers_, minNhits_, minNstations_, minPt_, RPCpg::mu, trigger::TriggerRefsCollections::muonSize(), gen::n, nSigmaPt_, reco::BeamSpot::position(), previousCandToken_, EnergyCorrector::pt, HLTFilter::saveTags(), seedMapToken_, and trigger::TriggerMuon.
|
private |
|eta| bins for minNstations cut (#bins must match #minNstations cuts and #minNhits cuts)
Definition at line 56 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
input tag of the beam spot
Definition at line 33 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by HLTMuonL2FromL1TPreFilter().
|
private |
Definition at line 34 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter().
|
private |
input tag of L2 muons
Definition at line 37 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
Definition at line 38 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter().
|
private |
choose whether to apply cut on number of chambers (DT+CSC)
Definition at line 65 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
require the matching with the L1 firing the L1 filter
Definition at line 89 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter().
|
private |
cut on impact parameter wrt to the beam spot
Definition at line 71 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
cut on dz wrt to the beam spot
Definition at line 77 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
maxEta cut
Definition at line 52 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
dxy significance cut
Definition at line 80 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
cut on impact parameter wrt to the beam spot
Definition at line 74 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
minimum number of muons to fire the trigger
Definition at line 49 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
minimum number of valid chambers
Definition at line 68 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
minimum number of valid muon hits
Definition at line 62 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
minimum number of muon stations used
Definition at line 59 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
pt threshold in GeV
Definition at line 83 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
pt uncertainty margin (in number of sigmas)
Definition at line 86 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter(), and HLTMuonL2FromL1TPreFilter().
|
private |
input tag of the preceeding L1 filter in the path
Definition at line 41 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by HLTMuonL2FromL1TPreFilter().
|
private |
Definition at line 42 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter().
|
private |
input tag of the map from the L2 seed to the sister L2 seeds of cleaned tracks
Definition at line 45 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by HLTMuonL2FromL1TPreFilter().
|
private |
Definition at line 46 of file HLTMuonL2FromL1TPreFilter.h.
Referenced by hltFilter().