This produces a reco::MET object that stores HT and MHT. More...
#include <HLTCaloTowerHtMhtProducer.h>
Public Member Functions | |
HLTCaloTowerHtMhtProducer (const edm::ParameterSet &iConfig) | |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
~HLTCaloTowerHtMhtProducer () | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
edm::EDGetTokenT < CaloTowerCollection > | m_theTowersToken |
double | maxEtaTowerHt_ |
Maximum (abs) eta requirement for jets. More... | |
double | maxEtaTowerMht_ |
double | minPtTowerHt_ |
Minimum pt requirement for jets. More... | |
double | minPtTowerMht_ |
edm::InputTag | towersLabel_ |
Input CaloTower collection. More... | |
bool | usePt_ |
Use pt; otherwise, use et. More... | |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
This produces a reco::MET object that stores HT and MHT.
HT & MHT are calculated using input CaloTower collection. HT is stored as sumet_
, MHT is stored as p4_
in the output.
See header file for documentation
Definition at line 31 of file HLTCaloTowerHtMhtProducer.h.
|
explicit |
Definition at line 19 of file HLTCaloTowerHtMhtProducer.cc.
References m_theTowersToken, and towersLabel_.
HLTCaloTowerHtMhtProducer::~HLTCaloTowerHtMhtProducer | ( | ) |
Definition at line 33 of file HLTCaloTowerHtMhtProducer.cc.
|
static |
Definition at line 36 of file HLTCaloTowerHtMhtProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and HLT_25ns14e33_v1_cff::InputTag.
|
virtual |
Implements edm::stream::EDProducerBase.
Definition at line 49 of file HLTCaloTowerHtMhtProducer.cc.
References funct::abs(), funct::cos(), eta, edm::Event::getByToken(), j, m_theTowersToken, maxEtaTowerHt_, maxEtaTowerMht_, minPtTowerHt_, minPtTowerMht_, p4, phi, EnergyCorrector::pt, edm::Event::put(), query::result, funct::sin(), mathSSE::sqrt(), HLT_25ns14e33_v1_cff::towers, and usePt_.
|
private |
Definition at line 52 of file HLTCaloTowerHtMhtProducer.h.
Referenced by HLTCaloTowerHtMhtProducer(), and produce().
|
private |
Maximum (abs) eta requirement for jets.
Definition at line 47 of file HLTCaloTowerHtMhtProducer.h.
Referenced by produce().
|
private |
Definition at line 48 of file HLTCaloTowerHtMhtProducer.h.
Referenced by produce().
|
private |
Minimum pt requirement for jets.
Definition at line 43 of file HLTCaloTowerHtMhtProducer.h.
Referenced by produce().
|
private |
Definition at line 44 of file HLTCaloTowerHtMhtProducer.h.
Referenced by produce().
|
private |
Input CaloTower collection.
Definition at line 51 of file HLTCaloTowerHtMhtProducer.h.
Referenced by HLTCaloTowerHtMhtProducer().
|
private |
Use pt; otherwise, use et.
Definition at line 40 of file HLTCaloTowerHtMhtProducer.h.
Referenced by produce().