#include <HLT2L1TkMuonL1TkMuonMuRefDR.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 | |
const edm::InputTag | inputTag1_ |
const edm::InputTag | inputTag2_ |
const edm::EDGetTokenT < trigger::TriggerFilterObjectWithRefs > | inputToken1_ |
const edm::EDGetTokenT < trigger::TriggerFilterObjectWithRefs > | inputToken2_ |
const int | min_N_ |
const double | minDR_ |
const std::vector< edm::InputTag > | originTag1_ |
const std::vector< edm::InputTag > | originTag2_ |
const bool | same_ |
Static Private Attributes | |
static constexpr unsigned int | emtfRegion_ {3} |
static constexpr float | etaScale_ {0.010875} |
static constexpr float | phiScale_ {2. * M_PI / 576.} |
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::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 23 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
|
explicit |
Definition at line 20 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
|
override |
Definition at line 32 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
bool HLT2L1TkMuonL1TkMuonMuRefDR::computeDR | ( | edm::Event & | iEvent, |
l1t::TkMuonRef & | c1, | ||
l1t::TkMuonRef & | c2 | ||
) | const |
Definition at line 124 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
References convertEtaPhi(), reco::deltaR2(), HLT_FULL_cff::eta1, HLT_FULL_cff::eta2, and minDR_.
Referenced by hltFilter().
std::pair< float, float > HLT2L1TkMuonL1TkMuonMuRefDR::convertEtaPhi | ( | l1t::TkMuonRef & | tkmu | ) | const |
Definition at line 100 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
References l1t::MicroGMTConfiguration::calcGlobalPhi(), angle_units::operators::convertDegToRad(), emtfRegion_, etaScale_, edm::Ref< C, T, F >::isNull(), phiScale_, and reco::reduceRange().
Referenced by computeDR().
|
static |
Definition at line 34 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, HLTFilter::makeHLTFilterDescription(), HLT_FULL_cff::originTag1, and HLT_FULL_cff::originTag2.
bool HLT2L1TkMuonL1TkMuonMuRefDR::getCollections | ( | edm::Event & | iEvent, |
std::vector< l1t::TkMuonRef > & | coll1, | ||
std::vector< l1t::TkMuonRef > & | coll2, | ||
trigger::TriggerFilterObjectWithRefs & | filterproduct | ||
) | const |
Definition at line 49 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
References trigger::TriggerFilterObjectWithRefs::addCollectionTag(), edm::InputTag::encode(), edm::Event::getByToken(), edm::Event::getProvenance(), mps_fire::i, HLT_FULL_cff::InputTag, inputToken1_, inputToken2_, instance, label, edm::Provenance::moduleLabel(), originTag1_, originTag2_, LaserDQM_cfg::process, edm::Provenance::processName(), edm::Provenance::productInstanceName(), HLTFilter::saveTags(), AlCaHLTBitMon_QueryRunRegistry::string, and trigger::TriggerL1TkMu.
Referenced by hltFilter().
|
overridevirtual |
Implements HLTFilter.
Definition at line 134 of file HLT2L1TkMuonL1TkMuonMuRefDR.cc.
References accept(), trigger::TriggerRefsCollections::addObject(), computeDR(), getCollections(), Exhume::I, min_N_, dqmiodumpmetadata::n, diffTwoXMLs::r1, diffTwoXMLs::r2, same_, and trigger::TriggerL1TkMu.
|
staticprivate |
Definition at line 51 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by convertEtaPhi().
|
staticprivate |
Definition at line 52 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by convertEtaPhi().
|
private |
Definition at line 42 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
|
private |
Definition at line 43 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
|
private |
Definition at line 44 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by getCollections().
|
private |
Definition at line 45 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by getCollections().
|
private |
Definition at line 47 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by hltFilter().
|
private |
Definition at line 46 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by computeDR().
|
private |
Definition at line 40 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by getCollections().
|
private |
Definition at line 41 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by getCollections().
|
staticprivate |
Definition at line 53 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by convertEtaPhi().
|
private |
Definition at line 48 of file HLT2L1TkMuonL1TkMuonMuRefDR.h.
Referenced by hltFilter().