#include <L1ExtraParticleMapProd.h>
Private Member Functions | |
template<class TCollection > | |
void | addToVectorRefs (const edm::Handle< TCollection > &handle, std::vector< edm::Ref< TCollection >> &vectorRefs) const |
void | evaluateDoubleDifferentCaloObjectTrigger (const l1extra::L1EmParticleVectorRef &inputRefs1, const l1extra::L1JetParticleVectorRef &inputRefs2, const double &etThreshold1, const double &etThreshold2, bool &decision, l1extra::L1EmParticleVectorRef &outputRefs1, l1extra::L1JetParticleVectorRef &outputRefs2, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
template<class TCollection > | |
void | evaluateDoubleDifferentObjectSameTypeTrigger (const std::vector< edm::Ref< TCollection >> &inputRefs1, const std::vector< edm::Ref< TCollection >> &inputRefs2, const double &etThreshold1, const double &etThreshold2, bool &decision, std::vector< edm::Ref< TCollection >> &outputRefs, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
template<class TCollection1 , class TCollection2 > | |
void | evaluateDoubleDifferentObjectTrigger (const std::vector< edm::Ref< TCollection1 >> &inputRefs1, const std::vector< edm::Ref< TCollection2 >> &inputRefs2, const double &etThreshold1, const double &etThreshold2, bool &decision, std::vector< edm::Ref< TCollection1 >> &outputRefs1, std::vector< edm::Ref< TCollection2 >> &outputRefs2, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
void | evaluateDoubleExclusiveIsoEG (const l1extra::L1EmParticleVectorRef &inputRefs1, const l1extra::L1JetParticleVectorRef &inputRefs2, const double &etThreshold1, const double &etThreshold2, bool &decision, l1extra::L1EmParticleVectorRef &outputRefs1, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
template<class TCollection1 , class TCollection2 > | |
void | evaluateDoublePlusSingleObjectTrigger (const std::vector< edm::Ref< TCollection1 >> &inputRefs1, const std::vector< edm::Ref< TCollection2 >> &inputRefs2, const double &etThreshold1, const double &etThreshold2, bool &decision, std::vector< edm::Ref< TCollection1 >> &outputRefs1, std::vector< edm::Ref< TCollection2 >> &outputRefs2, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
template<class TCollection > | |
void | evaluateDoubleSameObjectTrigger (const std::vector< edm::Ref< TCollection >> &inputRefs, const double &etThreshold, bool &decision, std::vector< edm::Ref< TCollection >> &outputRefs, l1extra::L1ParticleMap::L1IndexComboVector &combos, bool combinedWithGlobalObject=false) const |
void | evaluateForwardRapidityGap (const l1extra::L1JetParticleVectorRef &inputRefs, const double &etThreshold, bool &decision) const |
void | evaluateJetGapJetTrigger (const l1extra::L1JetParticleVectorRef &inputRefs, const double &etThreshold, bool &decision, l1extra::L1JetParticleVectorRef &outputRefs, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
template<class TCollection > | |
void | evaluateQuadSameObjectTrigger (const std::vector< edm::Ref< TCollection >> &inputRefs, const double &etThreshold, bool &decision, std::vector< edm::Ref< TCollection >> &outputRefs, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
template<class TCollection > | |
void | evaluateSingleObjectTrigger (const std::vector< edm::Ref< TCollection >> &inputRefs, const double &etThreshold, bool &decision, std::vector< edm::Ref< TCollection >> &outputRefs) const |
template<class TCollection > | |
void | evaluateTripleSameObjectTrigger (const std::vector< edm::Ref< TCollection >> &inputRefs, const double &etThreshold, bool &decision, std::vector< edm::Ref< TCollection >> &outputRefs, l1extra::L1ParticleMap::L1IndexComboVector &combos) const |
Additional Inherited Members | |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
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 |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
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 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) |
L1Trigger/L1ExtraFromDigis/interface/L1ExtraParticleMapProd.h
Description: producer of L1ParticleMap objects from GT emulator object maps.
L1Trigger/L1ExtraParticleMapProd/src/L1ExtraParticleMapProd.cc
Definition at line 40 of file L1ExtraParticleMapProd.h.
|
explicit |
Definition at line 42 of file L1ExtraParticleMapProd.cc.
References doubleThresholds_, edm::ParameterSet::getParameter(), mps_fire::i, prescales_, and singleThresholds_.
|
override |
Definition at line 485 of file L1ExtraParticleMapProd.cc.
|
private |
Definition at line 1241 of file L1ExtraParticleMapProd.cc.
References patZpeak::handle, and mps_fire::i.
Referenced by produce().
|
private |
Definition at line 1673 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, and kDefault.
Referenced by produce().
|
private |
Definition at line 1616 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, and kDefault.
Referenced by produce().
|
private |
Definition at line 1557 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, and kDefault.
Referenced by produce().
|
private |
Definition at line 1815 of file L1ExtraParticleMapProd.cc.
References evaluateDoubleSameObjectTrigger(), and dqmiolumiharvest::j.
Referenced by produce().
|
private |
Definition at line 1393 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, and kDefault.
Referenced by produce().
|
private |
Definition at line 1264 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, and kDefault.
Referenced by evaluateDoubleExclusiveIsoEG(), and produce().
|
private |
Definition at line 1791 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), dqmdumpme::k, l1extra::L1JetParticle::kForward, MainPageGenerator::l, and truncPyr::refl().
Referenced by produce().
|
private |
Definition at line 1735 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, and kDefault.
Referenced by produce().
|
private |
Definition at line 1470 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, kDefault, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by produce().
|
private |
Definition at line 1250 of file L1ExtraParticleMapProd.cc.
References mps_fire::i.
Referenced by produce().
|
private |
Definition at line 1322 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, and kDefault.
Referenced by produce().
|
overridevirtual |
Implements edm::global::EDProducerBase.
Definition at line 495 of file L1ExtraParticleMapProd.cc.
References addToVectorRefs(), cenJetSource_, doubleThresholds_, l1extra::L1EtMissParticle::etMiss(), etMissSource_, l1extra::L1EtMissParticle::etTotal(), evaluateDoubleDifferentCaloObjectTrigger(), evaluateDoubleDifferentObjectSameTypeTrigger(), evaluateDoubleDifferentObjectTrigger(), evaluateDoubleExclusiveIsoEG(), evaluateDoublePlusSingleObjectTrigger(), evaluateDoubleSameObjectTrigger(), evaluateForwardRapidityGap(), evaluateJetGapJetTrigger(), evaluateQuadSameObjectTrigger(), evaluateSingleObjectTrigger(), evaluateTripleSameObjectTrigger(), dqmdumpme::first, forJetSource_, htMissSource_, mps_fire::i, iEvent, isoEmSource_, WDecay::kMuon, BTaggingMonitor_cfi::met, eostools::move(), muonSource_, nonIsoEmSource_, L1MuTriggerScaleKeysOnlineProd_cfi::objectTypes, prescales_, l1tGTMenu_lepSeeds_cff::qual, edm::second(), singleThresholds_, and tauJetSource_.
|
private |
Definition at line 142 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 150 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 145 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 143 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 146 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 140 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 139 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 141 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 149 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 148 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 144 of file L1ExtraParticleMapProd.h.
Referenced by produce().