#include <HLTDoubletDZ.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 Types | |
typedef std::vector< T1 > | T1Collection |
typedef edm::Ref< T1Collection > | T1Ref |
typedef std::vector< T2 > | T2Collection |
typedef edm::Ref< T2Collection > | T2Ref |
Private Attributes | |
const bool | checkSC_ |
edm::EDGetTokenT < reco::ElectronCollection > | electronToken_ |
const edm::InputTag | inputTag1_ |
const edm::InputTag | inputTag2_ |
const edm::EDGetTokenT < trigger::TriggerFilterObjectWithRefs > | inputToken1_ |
const edm::EDGetTokenT < trigger::TriggerFilterObjectWithRefs > | inputToken2_ |
const double | maxDZ_ |
const int | min_N_ |
const double | minDR_ |
const int | minPixHitsForDZ_ |
const std::vector< edm::InputTag > | originTag1_ |
const std::vector< edm::InputTag > | originTag2_ |
const bool | same_ |
const int | triggerType1_ |
const int | triggerType2_ |
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 () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
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 27 of file HLTDoubletDZ.h.
|
private |
Definition at line 28 of file HLTDoubletDZ.h.
|
private |
Definition at line 29 of file HLTDoubletDZ.h.
|
private |
Definition at line 30 of file HLTDoubletDZ.h.
|
private |
Definition at line 31 of file HLTDoubletDZ.h.
|
explicit |
Definition at line 34 of file HLTDoubletDZ.cc.
|
override |
Definition at line 153 of file HLTDoubletDZ.cc.
HLTDoubletDZ< reco::RecoEcalCandidate, reco::RecoEcalCandidate >::HLTDoubletDZ | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 54 of file HLTDoubletDZ.cc.
HLTDoubletDZ< reco::RecoChargedCandidate, reco::RecoEcalCandidate >::HLTDoubletDZ | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 74 of file HLTDoubletDZ.cc.
HLTDoubletDZ< reco::RecoEcalCandidate, reco::RecoChargedCandidate >::HLTDoubletDZ | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 94 of file HLTDoubletDZ.cc.
HLTDoubletDZ< reco::RecoChargedCandidate, reco::RecoChargedCandidate >::HLTDoubletDZ | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 114 of file HLTDoubletDZ.cc.
HLTDoubletDZ< l1t::TkMuon, l1t::TkMuon >::HLTDoubletDZ | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 134 of file HLTDoubletDZ.cc.
bool HLTDoubletDZ< T1, T2 >::computeDZ | ( | edm::Event & | iEvent, |
T1Ref & | c1, | ||
T2Ref & | c2 | ||
) | const |
Definition at line 319 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), and reco::Candidate::vz().
bool HLTDoubletDZ< reco::RecoEcalCandidate, reco::RecoChargedCandidate >::computeDZ | ( | edm::Event & | iEvent, |
T1Ref & | r1, | ||
T2Ref & | r2 | ||
) | const |
Definition at line 331 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), edm::Event::getByToken(), reco::Electron::gsfTrack(), edm::HandleBase::isValid(), reco::RecoChargedCandidate::track(), and reco::LeafCandidate::vz().
bool HLTDoubletDZ< reco::RecoChargedCandidate, reco::RecoEcalCandidate >::computeDZ | ( | edm::Event & | iEvent, |
T1Ref & | r1, | ||
T2Ref & | r2 | ||
) | const |
Definition at line 359 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), edm::Event::getByToken(), reco::Electron::gsfTrack(), edm::HandleBase::isValid(), reco::RecoChargedCandidate::track(), and reco::LeafCandidate::vz().
bool HLTDoubletDZ< reco::RecoEcalCandidate, reco::RecoEcalCandidate >::computeDZ | ( | edm::Event & | iEvent, |
T1Ref & | r1, | ||
T2Ref & | r2 | ||
) | const |
Definition at line 387 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), edm::Event::getByToken(), reco::Electron::gsfTrack(), edm::HandleBase::isValid(), and reco::LeafCandidate::vz().
bool HLTDoubletDZ< reco::RecoChargedCandidate, reco::RecoChargedCandidate >::computeDZ | ( | edm::Event & | iEvent, |
T1Ref & | r1, | ||
T2Ref & | r2 | ||
) | const |
Definition at line 416 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), reco::RecoChargedCandidate::track(), and reco::LeafCandidate::vz().
bool HLTDoubletDZ< l1t::TkMuon, l1t::TkMuon >::computeDZ | ( | edm::Event & | iEvent, |
l1t::TkMuonRef & | r1, | ||
l1t::TkMuonRef & | r2 | ||
) | const |
Definition at line 434 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), and l1t::TkMuon::trkzVtx().
bool HLTDoubletDZ< l1t::HPSPFTau, l1t::HPSPFTau >::computeDZ | ( | edm::Event & | iEvent, |
l1t::HPSPFTauRef & | r1, | ||
l1t::HPSPFTauRef & | r2 | ||
) | const |
Definition at line 451 of file HLTDoubletDZ.cc.
References funct::abs(), reco::deltaR(), and l1t::HPSPFTau::leadChargedPFCand().
|
static |
Definition at line 156 of file HLTDoubletDZ.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, HLT_FULL_cff::originTag1, and HLT_FULL_cff::originTag2.
void HLTDoubletDZ< reco::RecoEcalCandidate, reco::RecoEcalCandidate >::fillDescriptions | ( | edm::ConfigurationDescriptions & | descriptions | ) |
Definition at line 176 of file HLTDoubletDZ.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, HLT_FULL_cff::originTag1, and HLT_FULL_cff::originTag2.
void HLTDoubletDZ< reco::RecoChargedCandidate, reco::RecoEcalCandidate >::fillDescriptions | ( | edm::ConfigurationDescriptions & | descriptions | ) |
Definition at line 198 of file HLTDoubletDZ.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, HLT_FULL_cff::originTag1, and HLT_FULL_cff::originTag2.
void HLTDoubletDZ< reco::RecoEcalCandidate, reco::RecoChargedCandidate >::fillDescriptions | ( | edm::ConfigurationDescriptions & | descriptions | ) |
Definition at line 220 of file HLTDoubletDZ.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, HLT_FULL_cff::originTag1, and HLT_FULL_cff::originTag2.
void HLTDoubletDZ< reco::RecoChargedCandidate, reco::RecoChargedCandidate >::fillDescriptions | ( | edm::ConfigurationDescriptions & | descriptions | ) |
Definition at line 242 of file HLTDoubletDZ.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, HLT_FULL_cff::originTag1, and HLT_FULL_cff::originTag2.
bool HLTDoubletDZ< T1, T2 >::getCollections | ( | edm::Event & | iEvent, |
std::vector< T1Ref > & | coll1, | ||
std::vector< T2Ref > & | coll2, | ||
trigger::TriggerFilterObjectWithRefs & | filterproduct | ||
) | const |
Definition at line 265 of file HLTDoubletDZ.cc.
References trigger::TriggerFilterObjectWithRefs::addCollectionTag(), edm::InputTag::encode(), edm::Event::getByToken(), edm::Event::getStableProvenance(), mps_fire::i, HLT_FULL_cff::InputTag, instance, label, LaserDQM_cfg::process, CommPDSkim_cfg::saveTags, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Implements HLTFilter.
Definition at line 470 of file HLTDoubletDZ.cc.
References accept(), trigger::TriggerRefsCollections::addObject(), Exhume::I, edm::Ref< C, T, F >::isNonnull(), dqmiodumpmetadata::n, diffTwoXMLs::r1, and diffTwoXMLs::r2.
|
virtual |
Special instantiation for L1TkMuon L1TkMuon are not RecoCandidates, therefore they don't implement superCluster() They are LeafCandidates instead
Implements HLTFilter.
Definition at line 521 of file HLTDoubletDZ.cc.
References accept(), trigger::TriggerRefsCollections::addObject(), Exhume::I, dqmiodumpmetadata::n, diffTwoXMLs::r1, and diffTwoXMLs::r2.
|
virtual |
Special instantiation for L1PFTau L1PFTau are not RecoCandidates, therefore they don't implement superCluster() They are LeafCandidates instead
Implements HLTFilter.
Definition at line 565 of file HLTDoubletDZ.cc.
References accept(), trigger::TriggerRefsCollections::addObject(), Exhume::I, dqmiodumpmetadata::n, diffTwoXMLs::r1, and diffTwoXMLs::r2.
|
virtual |
Special instantiation for L1HPSPFTau L1HPSPFTau are not RecoCandidates, therefore they don't implement superCluster() They are LeafCandidates instead
Implements HLTFilter.
Definition at line 609 of file HLTDoubletDZ.cc.
References accept(), trigger::TriggerRefsCollections::addObject(), Exhume::I, dqmiodumpmetadata::n, diffTwoXMLs::r1, and diffTwoXMLs::r2.
|
private |
Definition at line 61 of file HLTDoubletDZ.h.
|
private |
Definition at line 54 of file HLTDoubletDZ.h.
|
private |
Definition at line 50 of file HLTDoubletDZ.h.
|
private |
Definition at line 51 of file HLTDoubletDZ.h.
|
private |
Definition at line 52 of file HLTDoubletDZ.h.
|
private |
Definition at line 53 of file HLTDoubletDZ.h.
|
private |
Definition at line 58 of file HLTDoubletDZ.h.
|
private |
Definition at line 60 of file HLTDoubletDZ.h.
|
private |
Definition at line 57 of file HLTDoubletDZ.h.
|
private |
Definition at line 59 of file HLTDoubletDZ.h.
|
private |
Definition at line 48 of file HLTDoubletDZ.h.
|
private |
Definition at line 49 of file HLTDoubletDZ.h.
|
private |
Definition at line 62 of file HLTDoubletDZ.h.
|
private |
Definition at line 55 of file HLTDoubletDZ.h.
|
private |
Definition at line 56 of file HLTDoubletDZ.h.