This produces a reco::MET object that stores HT and MHT. More...
#include <HLTCaloTowerHtMhtProducer.h>
Public Member Functions | |
HLTCaloTowerHtMhtProducer (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~HLTCaloTowerHtMhtProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::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 |
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 18 of file HLTCaloTowerHtMhtProducer.cc.
References m_theTowersToken, and towersLabel_.
|
overridedefault |
|
static |
Definition at line 35 of file HLTCaloTowerHtMhtProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 48 of file HLTCaloTowerHtMhtProducer.cc.
References funct::abs(), funct::cos(), PVValHelper::eta, iEvent, dqmiolumiharvest::j, m_theTowersToken, maxEtaTowerHt_, maxEtaTowerMht_, minPtTowerHt_, minPtTowerMht_, eostools::move(), p4, phi, DiDispStaMuonMonitor_cfi::pt, multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, mps_fire::result, funct::sin(), mathSSE::sqrt(), HLT_FULL_cff::towers, usePt_, and extraflags_cff::vtx.
|
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().