#include <L1ExtraParticleMapProd.h>
Private Member Functions | |
template<class TCollection > | |
void | addToVectorRefs (const edm::Handle< TCollection > &handle, std::vector< edm::Ref< TCollection >> &vectorRefs) |
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) |
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) |
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) |
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) |
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) |
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) |
void | evaluateForwardRapidityGap (const l1extra::L1JetParticleVectorRef &inputRefs, const double &etThreshold, bool &decision) |
void | evaluateJetGapJetTrigger (const l1extra::L1JetParticleVectorRef &inputRefs, const double &etThreshold, bool &decision, l1extra::L1JetParticleVectorRef &outputRefs, l1extra::L1ParticleMap::L1IndexComboVector &combos) |
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) |
template<class TCollection > | |
void | evaluateSingleObjectTrigger (const std::vector< edm::Ref< TCollection >> &inputRefs, const double &etThreshold, bool &decision, std::vector< edm::Ref< TCollection >> &outputRefs) |
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) |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | 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 |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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) |
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, prescaleCounters_, prescales_, and singleThresholds_.
|
override |
Definition at line 747 of file L1ExtraParticleMapProd.cc.
|
private |
Definition at line 1534 of file L1ExtraParticleMapProd.cc.
References mps_fire::i.
Referenced by produce().
|
private |
Definition at line 1968 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, and kDefault.
Referenced by produce().
|
private |
Definition at line 1911 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, and kDefault.
Referenced by produce().
|
private |
Definition at line 1852 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, and kDefault.
Referenced by produce().
|
private |
Definition at line 2116 of file L1ExtraParticleMapProd.cc.
References evaluateDoubleSameObjectTrigger().
Referenced by produce().
|
private |
Definition at line 1688 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, gen::k, and kDefault.
Referenced by produce().
|
private |
Definition at line 1559 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, and kDefault.
Referenced by evaluateDoubleExclusiveIsoEG(), and produce().
|
private |
Definition at line 2089 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), gen::k, l1extra::L1JetParticle::kForward, checklumidiff::l, and truncPyr::refl().
Referenced by produce().
|
private |
Definition at line 2032 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, and kDefault.
Referenced by produce().
|
private |
Definition at line 1765 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, gen::k, kDefault, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by produce().
|
private |
Definition at line 1544 of file L1ExtraParticleMapProd.cc.
References mps_fire::i.
Referenced by produce().
|
private |
Definition at line 1617 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), mps_fire::i, gen::k, and kDefault.
Referenced by produce().
|
override |
Definition at line 757 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(), plotBeamSpotDB::first, forJetSource_, edm::Event::getByLabel(), htMissSource_, mps_fire::i, isoEmSource_, WDecay::kMuon, RazorAnalyzer::met, eostools::move(), muonSource_, nonIsoEmSource_, prescaleCounters_, prescales_, edm::Event::put(), rand(), edm::second(), singleThresholds_, and tauJetSource_.
|
private |
Definition at line 154 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 164 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 157 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 155 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 158 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 152 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 151 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 153 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 162 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 161 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 160 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 156 of file L1ExtraParticleMapProd.h.
Referenced by produce().