#include <CaloTowerFromL1TSeededCreatorForTauHLT.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &desc) |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::StreamID sid, edm::Event &evt, const edm::EventSetup &stp) const override |
process one event More... | |
Private Attributes | |
const double | m_cone |
use only towers in cone mCone around L1 candidate for regional jet reco More... | |
const double | m_EThreshold |
E threshold. More... | |
const double | m_EtThreshold |
imitator of L1 seeds More... | |
const edm::EDGetTokenT < trigger::TriggerFilterObjectWithRefs > | m_tauTrigger_token |
label of tau trigger type analysis More... | |
const edm::EDGetTokenT < CaloTowerCollection > | m_towers_token |
label of source collection More... | |
const int | m_verbose |
verbosity More... | |
Additional Inherited Members | |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | 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) |
Framework module that produces a collection of calo towers in the region of interest for Tau HLT reconstruction, defined around L1 seeds
Definition at line 26 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
CaloTowerFromL1TSeededCreatorForTauHLT::CaloTowerFromL1TSeededCreatorForTauHLT | ( | const edm::ParameterSet & | p | ) |
constructor from parameter set
Definition at line 21 of file CaloTowerFromL1TSeededCreatorForTauHLT.cc.
|
overridedefault |
destructor
|
static |
Definition at line 78 of file CaloTowerFromL1TSeededCreatorForTauHLT.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), HLT_FULL_cff::InputTag, edm::ConfigurationDescriptions::setComment(), and edm::ParameterDescriptionNode::setComment().
|
overrideprivatevirtual |
process one event
Implements edm::global::EDProducerBase.
Definition at line 33 of file CaloTowerFromL1TSeededCreatorForTauHLT.cc.
References HiRecoJets_cff::caloTowers, HLT_FULL_cff::cands, reco::deltaR2(), edm::Event::getByToken(), m_cone, m_EThreshold, m_EtThreshold, m_tauTrigger_token, m_towers_token, m_verbose, eostools::move(), AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), and trigger::TriggerL1Tau.
|
private |
use only towers in cone mCone around L1 candidate for regional jet reco
Definition at line 44 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
Referenced by produce().
|
private |
E threshold.
Definition at line 52 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
Referenced by produce().
|
private |
imitator of L1 seeds
ET threshold
Definition at line 50 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
Referenced by produce().
|
private |
label of tau trigger type analysis
Definition at line 46 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
Referenced by produce().
|
private |
label of source collection
Definition at line 42 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
Referenced by produce().
|
private |
verbosity
Definition at line 40 of file CaloTowerFromL1TSeededCreatorForTauHLT.h.
Referenced by produce().