#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 | |
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) |
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 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 38 of file L1ExtraParticleMapProd.h.
|
explicit |
Definition at line 41 of file L1ExtraParticleMapProd.cc.
References doubleThresholds_, edm::ParameterSet::getParameter(), i, prescaleCounters_, prescales_, and singleThresholds_.
L1ExtraParticleMapProd::~L1ExtraParticleMapProd | ( | ) |
Definition at line 755 of file L1ExtraParticleMapProd.cc.
|
private |
Definition at line 1898 of file L1ExtraParticleMapProd.cc.
References i.
Referenced by produce().
|
private |
Definition at line 2424 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, kDefault, and funct::true.
Referenced by produce().
|
private |
Definition at line 2355 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, kDefault, and funct::true.
Referenced by produce().
|
private |
Definition at line 2284 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, kDefault, and funct::true.
Referenced by produce().
|
private |
Definition at line 2602 of file L1ExtraParticleMapProd.cc.
References evaluateDoubleSameObjectTrigger(), and j.
Referenced by produce().
|
private |
Definition at line 2082 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, gen::k, kDefault, and funct::true.
Referenced by produce().
|
private |
Definition at line 1928 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, kDefault, and funct::true.
Referenced by evaluateDoubleExclusiveIsoEG(), and produce().
|
private |
Definition at line 2569 of file L1ExtraParticleMapProd.cc.
References funct::false, edm::Ref< C, T, F >::get(), gen::k, l1extra::L1JetParticle::kForward, checklumidiff::l, truncPyr::refl(), and reco::return().
Referenced by produce().
|
private |
Definition at line 2498 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, kDefault, and funct::true.
Referenced by produce().
|
private |
Definition at line 2177 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, gen::k, kDefault, AlCaHLTBitMon_ParallelJobs::p, and funct::true.
Referenced by produce().
|
private |
Definition at line 1910 of file L1ExtraParticleMapProd.cc.
References i, and funct::true.
Referenced by produce().
|
private |
Definition at line 1996 of file L1ExtraParticleMapProd.cc.
References edm::Ref< C, T, F >::get(), i, j, gen::k, kDefault, and funct::true.
Referenced by produce().
|
virtual |
Definition at line 768 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(), funct::false, plotBeamSpotDB::first, forJetSource_, edm::Event::getByLabel(), htMissSource_, i, isoEmSource_, WDecay::kMuon, RazorAnalyzer::met, eostools::move(), muonSource_, nonIsoEmSource_, prescaleCounters_, prescales_, edm::Event::put(), rand(), reco::return(), edm::second(), singleThresholds_, tauJetSource_, and funct::true.
|
private |
Definition at line 153 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 156 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 154 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 157 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 151 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 150 of file L1ExtraParticleMapProd.h.
Referenced by produce().
|
private |
Definition at line 152 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 160 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 159 of file L1ExtraParticleMapProd.h.
Referenced by L1ExtraParticleMapProd(), and produce().
|
private |
Definition at line 155 of file L1ExtraParticleMapProd.h.
Referenced by produce().