![]() |
![]() |
#include <L1TStage2CaloLayer2Offline.h>
Public Types | |
typedef std::map< L1TStage2CaloLayer2Offline::ControlPlots, MonitorElement * > | ControlPlotMap |
enum | ControlPlots { L1MET, L1ETMHF, L1MHT, L1ETT, L1HTT, OfflineMET, OfflineETMHF, OfflinePFMetNoMu, OfflineMHT, OfflineETT, OfflineHTT, L1JetET, OfflineJetET, NumberOfControlPlots } |
enum | PlotConfig { nVertex, ETvsET, PHIvsPHI } |
Public Member Functions | |
L1TStage2CaloLayer2Offline (const edm::ParameterSet &ps) | |
~L1TStage2CaloLayer2Offline () override | |
![]() | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Static Public Attributes | |
static const std::map< std::string, unsigned int > | PlotConfigNames |
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
void | endJob () override |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
Private Member Functions | |
void | bookEnergySumHistos (DQMStore::IBooker &) |
void | bookHistos (DQMStore::IBooker &) |
void | bookJetHistos (DQMStore::IBooker &) |
bool | doesNotOverlapWithHLTObjects (const l1t::Jet &jet) const |
void | fillEnergySums (edm::Event const &e, const unsigned int nVertex) |
void | fillJetEfficiencies (const double &recoEt, const double &l1Et, const double &recoEta) |
void | fillJets (edm::Event const &e, const unsigned int nVertex) |
void | normalise2DHistogramsToBinArea () |
Definition at line 59 of file L1TStage2CaloLayer2Offline.h.
typedef std::map<L1TStage2CaloLayer2Offline::ControlPlots, MonitorElement*> L1TStage2CaloLayer2Offline::ControlPlotMap |
Definition at line 83 of file L1TStage2CaloLayer2Offline.h.
Enumerator | |
---|---|
L1MET | |
L1ETMHF | |
L1MHT | |
L1ETT | |
L1HTT | |
OfflineMET | |
OfflineETMHF | |
OfflinePFMetNoMu | |
OfflineMHT | |
OfflineETT | |
OfflineHTT | |
L1JetET | |
OfflineJetET | |
NumberOfControlPlots |
Definition at line 66 of file L1TStage2CaloLayer2Offline.h.
L1TStage2CaloLayer2Offline::L1TStage2CaloLayer2Offline | ( | const edm::ParameterSet & | ps | ) |
Definition at line 23 of file L1TStage2CaloLayer2Offline.cc.
|
override |
Definition at line 128 of file L1TStage2CaloLayer2Offline.cc.
|
overrideprotected |
Definition at line 163 of file L1TStage2CaloLayer2Offline.cc.
References fillEnergySums(), fillJets(), dqmoffline::l1t::fillWithinLimits(), edm::Event::getByToken(), h_nVertex_, edm::HandleBase::isValid(), nVertex, dqmoffline::l1t::passesAnyTriggerFromList(), thePVCollection_, triggerEvent_, triggerIndices_, triggerInputTag_, triggerResults_, and triggerResultsInputTag_.
|
private |
Definition at line 570 of file L1TStage2CaloLayer2Offline.cc.
References dqmoffline::l1t::HistDefinition::binsX, dqmoffline::l1t::HistDefinition::binsY, DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::cd(), efficiencyFolderEtSum_, ettEfficiencyBins_, ettEfficiencyThresholds_, h_controlPlots_, h_efficiencyETMHF_pass_, h_efficiencyETMHF_total_, h_efficiencyETT_pass_, h_efficiencyETT_total_, h_efficiencyHTT_pass_, h_efficiencyHTT_total_, h_efficiencyMET_pass_, h_efficiencyMET_total_, h_efficiencyMHT_pass_, h_efficiencyMHT_total_, h_efficiencyPFMetNoMu_pass_, h_efficiencyPFMetNoMu_total_, h_L1ETMHFPhivsCaloETMHFPhi_, h_L1ETMHFvsCaloETMHF_, h_L1HTTvsRecoHTT_, h_L1METPhivsCaloMETPhi_, h_L1METPhivsPFMetNoMuPhi_, h_L1METTvsCaloETT_, h_L1METvsCaloMET_, h_L1METvsPFMetNoMu_, h_L1MHTPhivsRecoMHTPhi_, h_L1MHTvsRecoMHT_, h_nVertex_, h_resolutionETMHF_, h_resolutionETMHFPhi_, h_resolutionETT_, h_resolutionHTT_, h_resolutionMET_, h_resolutionMETPhi_, h_resolutionMHT_, h_resolutionMHTPhi_, h_resolutionPFMetNoMu_, h_resolutionPFMetNoMuPhi_, histDefinitions_, histFolderEtSum_, httEfficiencyBins_, httEfficiencyThresholds_, metEfficiencyBins_, metEfficiencyThresholds_, mhtEfficiencyBins_, mhtEfficiencyThresholds_, dqmoffline::l1t::HistDefinition::name, dqmoffline::l1t::HistDefinition::nbinsX, dqmoffline::l1t::HistDefinition::nbinsY, DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, electronIdCutBased_cfi::threshold, dqmoffline::l1t::HistDefinition::title, dqmoffline::l1t::HistDefinition::xmax, dqmoffline::l1t::HistDefinition::xmin, dqmoffline::l1t::HistDefinition::ymax, and dqmoffline::l1t::HistDefinition::ymin.
Referenced by bookHistos().
|
overrideprotected |
Definition at line 153 of file L1TStage2CaloLayer2Offline.cc.
References bookHistos().
|
private |
Definition at line 564 of file L1TStage2CaloLayer2Offline.cc.
References bookEnergySumHistos(), and bookJetHistos().
Referenced by bookHistograms().
|
private |
Definition at line 712 of file L1TStage2CaloLayer2Offline.cc.
References dqmoffline::l1t::HistDefinition::binsX, dqmoffline::l1t::HistDefinition::binsY, DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::cd(), SiPixelPhase1TrackClustersV_cfi::e3, efficiencyFolderJet_, h_controlPlots_, h_efficiencyJetEt_HB_HE_pass_, h_efficiencyJetEt_HB_HE_total_, h_efficiencyJetEt_HB_pass_, h_efficiencyJetEt_HB_total_, h_efficiencyJetEt_HE_pass_, h_efficiencyJetEt_HE_total_, h_efficiencyJetEt_HF_pass_, h_efficiencyJetEt_HF_total_, h_L1JetEtavsPFJetEta_, h_L1JetETvsPFJetET_HB_, h_L1JetETvsPFJetET_HB_HE_, h_L1JetETvsPFJetET_HE_, h_L1JetETvsPFJetET_HF_, h_L1JetPhivsPFJetPhi_HB_, h_L1JetPhivsPFJetPhi_HB_HE_, h_L1JetPhivsPFJetPhi_HE_, h_L1JetPhivsPFJetPhi_HF_, h_resolutionJetET_HB_, h_resolutionJetET_HB_HE_, h_resolutionJetET_HE_, h_resolutionJetET_HF_, h_resolutionJetEta_, h_resolutionJetPhi_HB_, h_resolutionJetPhi_HB_HE_, h_resolutionJetPhi_HE_, h_resolutionJetPhi_HF_, histDefinitions_, histFolderJet_, jetEfficiencyBins_, jetEfficiencyThresholds_, dqmoffline::l1t::HistDefinition::nbinsX, dqmoffline::l1t::HistDefinition::nbinsY, DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, electronIdCutBased_cfi::threshold, dqmoffline::l1t::HistDefinition::xmax, dqmoffline::l1t::HistDefinition::xmin, dqmoffline::l1t::HistDefinition::ymax, and dqmoffline::l1t::HistDefinition::ymin.
Referenced by bookHistos().
|
private |
Definition at line 815 of file L1TStage2CaloLayer2Offline.cc.
References reco::LeafCandidate::eta(), dqmoffline::l1t::getFiredTriggerIndices(), dqmoffline::l1t::getHLTFilters(), dqmoffline::l1t::getMatchedTriggerObjects(), dqmoffline::l1t::getTriggerObjects(), dqmoffline::l1t::getTriggerResults(), hltConfig_, haddnano::obj, reco::LeafCandidate::phi(), triggerEvent_, triggerIndices_, triggerProcess_, and triggerResults_.
Referenced by fillJets().
|
overrideprotected |
Definition at line 137 of file L1TStage2CaloLayer2Offline.cc.
References dqmoffline::l1t::getTriggerIndices(), hltConfig_, HLTConfigProvider::init(), triggerIndices_, HLTConfigProvider::triggerNames(), triggerNames_, and triggerProcess_.
|
overrideprotected |
Definition at line 834 of file L1TStage2CaloLayer2Offline.cc.
References normalise2DHistogramsToBinArea().
|
overrideprotected |
Definition at line 556 of file L1TStage2CaloLayer2Offline.cc.
|
private |
Definition at line 201 of file L1TStage2CaloLayer2Offline.cc.
References funct::abs(), BXVector< T >::begin(), funct::cos(), reco::deltaPhi(), BXVector< T >::end(), stringResolutionProvider_cfi::et, ettEfficiencyThresholds_, dqmoffline::l1t::fill2DWithinLimits(), dqmoffline::l1t::fillWithinLimits(), edm::Event::getByToken(), h_controlPlots_, h_efficiencyETMHF_pass_, h_efficiencyETMHF_total_, h_efficiencyETT_pass_, h_efficiencyETT_total_, h_efficiencyHTT_pass_, h_efficiencyHTT_total_, h_efficiencyMET_pass_, h_efficiencyMET_total_, h_efficiencyMHT_pass_, h_efficiencyMHT_total_, h_efficiencyPFMetNoMu_pass_, h_efficiencyPFMetNoMu_total_, h_L1ETMHFPhivsCaloETMHFPhi_, h_L1ETMHFvsCaloETMHF_, h_L1HTTvsRecoHTT_, h_L1METPhivsCaloMETPhi_, h_L1METPhivsPFMetNoMuPhi_, h_L1METTvsCaloETT_, h_L1METvsCaloMET_, h_L1METvsPFMetNoMu_, h_L1MHTPhivsRecoMHTPhi_, h_L1MHTvsRecoMHT_, h_resolutionETMHF_, h_resolutionETMHFPhi_, h_resolutionETT_, h_resolutionHTT_, h_resolutionMET_, h_resolutionMETPhi_, h_resolutionMHT_, h_resolutionMHTPhi_, h_resolutionPFMetNoMu_, h_resolutionPFMetNoMuPhi_, httEfficiencyThresholds_, edm::HandleBase::isValid(), metsig::jet, L1Analysis::kMissingEt, L1Analysis::kMissingEtHF, L1Analysis::kMissingHt, L1Analysis::kTotalEt, L1Analysis::kTotalHt, metEfficiencyThresholds_, mhtEfficiencyThresholds_, pfJetBenchmark_cfi::pfJets, phi, recoHTTMaxEta_, recoMHTMaxEta_, funct::sin(), stage2CaloLayer2EtSumToken_, thecaloETMHFCollection_, thecaloMETCollection_, thePFJetCollection_, thePFMETNoMuCollection_, and electronIdCutBased_cfi::threshold.
Referenced by analyze().
|
private |
Definition at line 521 of file L1TStage2CaloLayer2Offline.cc.
References funct::abs(), dqmoffline::l1t::fillWithinLimits(), h_efficiencyJetEt_HB_HE_pass_, h_efficiencyJetEt_HB_HE_total_, h_efficiencyJetEt_HB_pass_, h_efficiencyJetEt_HB_total_, h_efficiencyJetEt_HE_pass_, h_efficiencyJetEt_HE_total_, h_efficiencyJetEt_HF_pass_, h_efficiencyJetEt_HF_total_, jetEfficiencyThresholds_, and electronIdCutBased_cfi::threshold.
Referenced by fillJets().
|
private |
Definition at line 401 of file L1TStage2CaloLayer2Offline.cc.
References funct::abs(), BXVector< T >::begin(), reco::deltaPhi(), boostedElectronIsolation_cff::deltaR, doesNotOverlapWithHLTObjects(), BXVector< T >::end(), reco::LeafCandidate::et(), reco::LeafCandidate::eta(), dqmoffline::l1t::fill2DWithinLimits(), fillJetEfficiencies(), dqmoffline::l1t::fillWithinLimits(), edm::Event::getByToken(), h_controlPlots_, h_L1JetEtavsPFJetEta_, h_L1JetETvsPFJetET_HB_, h_L1JetETvsPFJetET_HB_HE_, h_L1JetETvsPFJetET_HE_, h_L1JetETvsPFJetET_HF_, h_L1JetPhivsPFJetPhi_HB_, h_L1JetPhivsPFJetPhi_HB_HE_, h_L1JetPhivsPFJetPhi_HE_, h_L1JetPhivsPFJetPhi_HF_, h_resolutionJetET_HB_, h_resolutionJetET_HB_HE_, h_resolutionJetET_HE_, h_resolutionJetET_HF_, h_resolutionJetEta_, h_resolutionJetPhi_HB_, h_resolutionJetPhi_HB_HE_, h_resolutionJetPhi_HE_, h_resolutionJetPhi_HF_, edm::HandleBase::isValid(), metsig::jet, LogDebug, pfJetBenchmark_cfi::pfJets, reco::LeafCandidate::phi(), stage2CaloLayer2JetToken_, and thePFJetCollection_.
Referenced by analyze().
|
private |
Definition at line 838 of file L1TStage2CaloLayer2Offline.cc.
References DEFINE_FWK_MODULE, h, h_L1ETMHFPhivsCaloETMHFPhi_, h_L1ETMHFvsCaloETMHF_, h_L1HTTvsRecoHTT_, h_L1JetEtavsPFJetEta_, h_L1JetETvsPFJetET_HB_, h_L1JetETvsPFJetET_HB_HE_, h_L1JetETvsPFJetET_HE_, h_L1JetETvsPFJetET_HF_, h_L1JetPhivsPFJetPhi_HB_, h_L1JetPhivsPFJetPhi_HB_HE_, h_L1JetPhivsPFJetPhi_HE_, h_L1JetPhivsPFJetPhi_HF_, h_L1METPhivsCaloMETPhi_, h_L1METPhivsPFMetNoMuPhi_, h_L1METTvsCaloETT_, h_L1METvsCaloMET_, h_L1METvsPFMetNoMu_, h_L1MHTPhivsRecoMHTPhi_, h_L1MHTvsRecoMHT_, and LaserDQM_cfi::mon.
Referenced by endJob().
|
private |
Definition at line 131 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos().
|
private |
Definition at line 132 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos().
|
private |
Definition at line 146 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos().
|
private |
Definition at line 140 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 163 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), bookJetHistos(), fillEnergySums(), and fillJets().
|
private |
Definition at line 192 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 199 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 195 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 202 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 196 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 203 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 236 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 243 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 233 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 240 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 234 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 241 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 235 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 242 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 191 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 198 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 194 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 201 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 193 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 200 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 174 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 167 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 171 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 217 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 207 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 210 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 208 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 209 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 212 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 215 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 213 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 214 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), fillJets(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 173 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 175 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 170 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 166 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 168 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 176 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 169 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), fillEnergySums(), and normalise2DHistogramsToBinArea().
|
private |
Definition at line 160 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze(), and bookEnergySumHistos().
|
private |
Definition at line 180 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 186 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 183 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 184 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 220 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 223 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 221 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 222 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 230 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 225 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 228 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 226 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 227 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJets().
|
private |
Definition at line 179 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 185 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 182 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 188 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 181 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 187 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 156 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and bookJetHistos().
|
private |
Definition at line 129 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos().
|
private |
Definition at line 130 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos().
|
private |
Definition at line 152 of file L1TStage2CaloLayer2Offline.h.
Referenced by doesNotOverlapWithHLTObjects(), and dqmBeginRun().
|
private |
Definition at line 147 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos().
|
private |
Definition at line 141 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 143 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos().
|
private |
Definition at line 137 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookJetHistos(), and fillJetEfficiencies().
|
private |
Definition at line 144 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos().
|
private |
Definition at line 138 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
private |
Definition at line 145 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos().
|
private |
Definition at line 139 of file L1TStage2CaloLayer2Offline.h.
Referenced by bookEnergySumHistos(), and fillEnergySums().
|
static |
Definition at line 91 of file L1TStage2CaloLayer2Offline.h.
|
private |
Definition at line 116 of file L1TStage2CaloLayer2Offline.h.
|
private |
Definition at line 149 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums().
|
private |
Definition at line 150 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums().
|
private |
Definition at line 135 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums().
|
private |
Definition at line 134 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillJets().
|
private |
Definition at line 124 of file L1TStage2CaloLayer2Offline.h.
|
private |
Definition at line 121 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums().
|
private |
Definition at line 120 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums().
|
private |
Definition at line 119 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums(), and fillJets().
|
private |
Definition at line 122 of file L1TStage2CaloLayer2Offline.h.
Referenced by fillEnergySums().
|
private |
Definition at line 123 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze().
|
private |
Definition at line 155 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze(), and doesNotOverlapWithHLTObjects().
|
private |
Definition at line 153 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze(), doesNotOverlapWithHLTObjects(), and dqmBeginRun().
|
private |
Definition at line 125 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze().
|
private |
Definition at line 128 of file L1TStage2CaloLayer2Offline.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 127 of file L1TStage2CaloLayer2Offline.h.
Referenced by doesNotOverlapWithHLTObjects(), and dqmBeginRun().
|
private |
Definition at line 154 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze(), and doesNotOverlapWithHLTObjects().
|
private |
Definition at line 126 of file L1TStage2CaloLayer2Offline.h.
Referenced by analyze().