#include "RecoParticleFlow/Benchmark/interface/GenericBenchmark.h"
#include "RecoParticleFlow/Benchmark/interface/BenchmarkTree.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include <TROOT.h>
#include <TFile.h>
Go to the source code of this file.
Macros | |
#define | BOOK1D(name, title, nbinsx, lowx, highx) |
#define | BOOK2D(name, title, nbinsx, lowx, highx, nbinsy, lowy, highy) |
#define | ET (PlotAgainstReco_)?"reconstructed E_{T} [GeV]":"generated E_{T} [GeV]" |
#define | ETA (PlotAgainstReco_)?"reconstructed #eta":"generated #eta" |
#define | PHI (PlotAgainstReco_)?"reconstructed #phi (rad)":"generated #phi (rad)" |
#define | SETAXES(name, xtitle, ytitle) h##name->GetXaxis()->SetTitle(xtitle); h##name->GetYaxis()->SetTitle(ytitle) |
#define BOOK1D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx | |||
) |
Definition at line 15 of file GenericBenchmark.cc.
Referenced by GenericBenchmark::setup().
#define BOOK2D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx, | |||
nbinsy, | |||
lowy, | |||
highy | |||
) |
Definition at line 20 of file GenericBenchmark.cc.
Referenced by GenericBenchmark::setup().
Definition at line 31 of file GenericBenchmark.cc.
Referenced by HCALRecHitAnalyzer::analyze(), reco::PFBlockElementCluster::Dump(), reco::PFBlockElementSuperCluster::Dump(), EcalClusterEnergyCorrectionObjectSpecific::fEt(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), IslandClusterAlgo::makeClusters(), Multi5x5ClusterAlgo::makeClusters(), HybridClusterAlgo::makeClusters(), GenericBenchmark::setup(), and ECALRecHitAnalyzer::WriteECALRecHits().
Definition at line 32 of file GenericBenchmark.cc.
Referenced by ECALPositionCalculator::ecalEta(), ContainmentCorrectionAnalyzer::ecalEta(), EgammaSuperClusters::ecalEta(), EgammaObjects::ecalEta(), PhotonsWithConversionsAnalyzer::etaTransformation(), SimpleConvertedPhotonAnalyzer::etaTransformation(), MCElectronAnalyzer::etaTransformation(), MCPhotonAnalyzer::etaTransformation(), MCPizeroAnalyzer::etaTransformation(), SimplePhotonAnalyzer::etaTransformation(), TkConvValidator::etaTransformation(), PhotonValidator::etaTransformation(), ConversionProducer::etaTransformation(), HcalDetDiagLEDMonitor::GetCalib(), HcalDetDiagLaserMonitor::GetCalib(), and GenericBenchmark::setup().
#define PHI (PlotAgainstReco_)?"reconstructed #phi (rad)":"generated #phi (rad)" |
Definition at line 33 of file GenericBenchmark.cc.
Referenced by kinem::delta_phi(), HcalDetDiagLEDMonitor::GetCalib(), HcalDetDiagLaserMonitor::GetCalib(), kinem::phi(), and GenericBenchmark::setup().
#define SETAXES | ( | name, | |
xtitle, | |||
ytitle | |||
) | h##name->GetXaxis()->SetTitle(xtitle); h##name->GetYaxis()->SetTitle(ytitle) |
Definition at line 28 of file GenericBenchmark.cc.
Referenced by GenericBenchmark::setup().