![]() |
![]() |
#include <CaloTowerCreatorForTauHLT.h>
Public Member Functions | |
CaloTowerCreatorForTauHLT (const edm::ParameterSet &) | |
constructor from parameter set More... | |
~CaloTowerCreatorForTauHLT () | |
destructor More... | |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
![]() | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &) override |
process one event More... | |
Private Attributes | |
double | mCone |
use only towers in cone mCone around L1 candidate for regional jet reco More... | |
double | mEThreshold |
E threshold. More... | |
double | mEtThreshold |
ET threshold. More... | |
edm::InputTag | ml1seeds |
imitator of L1 seeds More... | |
int | mTauId |
edm::InputTag | mTauTrigger |
label of tau trigger type analysis More... | |
edm::InputTag | mtowers |
label of source collection More... | |
int | mVerbose |
verbosity More... | |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
![]() | |
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) |
Framework module that produces a collection of calo towers in the region of interest for Tau HLT reconnstruction, depending on tau type trigger: Tau1 - take location of 1st L1 Tau Tau2 - take location of 2nd L1 Tau; if does not exists, take location of 1st Calo Tower ETau - take L1 Tau candidate which is not collinear to HLT (or L1) electron candidate.
Definition at line 27 of file CaloTowerCreatorForTauHLT.h.
CaloTowerCreatorForTauHLT::CaloTowerCreatorForTauHLT | ( | const edm::ParameterSet & | p | ) |
constructor from parameter set
Definition at line 23 of file CaloTowerCreatorForTauHLT.cc.
CaloTowerCreatorForTauHLT::~CaloTowerCreatorForTauHLT | ( | ) |
|
overrideprivatevirtual |
process one event
Implements edm::EDProducer.
Definition at line 40 of file CaloTowerCreatorForTauHLT.cc.
References HiRecoJets_cff::caloTowers, gather_cfg::cout, delta, reco::LeafCandidate::energy(), CaloTower::et(), reco::LeafCandidate::eta(), edm::Event::getByLabel(), customizeTrackingMonitorSeedNumber::idx, mCone, mEThreshold, mEtThreshold, mTauId, mTauTrigger, mtowers, mVerbose, AlCaHLTBitMon_ParallelJobs::p, reco::LeafCandidate::phi(), and edm::Event::put().
|
private |
use only towers in cone mCone around L1 candidate for regional jet reco
Definition at line 42 of file CaloTowerCreatorForTauHLT.h.
Referenced by produce().
|
private |
|
private |
|
private |
imitator of L1 seeds
Definition at line 46 of file CaloTowerCreatorForTauHLT.h.
|
private |
Definition at line 53 of file CaloTowerCreatorForTauHLT.h.
Referenced by produce().
|
private |
label of tau trigger type analysis
Definition at line 44 of file CaloTowerCreatorForTauHLT.h.
Referenced by produce().
|
private |
label of source collection
Definition at line 40 of file CaloTowerCreatorForTauHLT.h.
Referenced by produce().
|
private |