#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.
Defines | |
#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 | |||
) |
#define BOOK2D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx, | |||
nbinsy, | |||
lowy, | |||
highy | |||
) |
Definition at line 31 of file GenericBenchmark.cc.
Referenced by HCALRecHitAnalyzer::analyze(), EcalClusterEnergyCorrectionObjectSpecific::fEt(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), HybridClusterAlgo::makeClusters(), Multi5x5ClusterAlgo::makeClusters(), IslandClusterAlgo::makeClusters(), GenericBenchmark::setup(), and ECALRecHitAnalyzer::WriteECALRecHits().
#define ETA (PlotAgainstReco_)?"reconstructed #eta":"generated #eta" |
Definition at line 32 of file GenericBenchmark.cc.
Referenced by EgammaObjects::ecalEta(), HICaloUtil::EcalEta(), EgammaSuperClusters::ecalEta(), ECALPositionCalculator::ecalEta(), ContainmentCorrectionAnalyzer::ecalEta(), MCPizeroAnalyzer::etaTransformation(), MCPhotonAnalyzer::etaTransformation(), PhotonsWithConversionsAnalyzer::etaTransformation(), ConversionProducer::etaTransformation(), MCElectronAnalyzer::etaTransformation(), SimpleConvertedPhotonAnalyzer::etaTransformation(), SimplePhotonAnalyzer::etaTransformation(), PhotonValidator::etaTransformation(), TkConvValidator::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(), HICaloUtil::EcalPhi(), HcalDetDiagLEDMonitor::GetCalib(), HcalDetDiagLaserMonitor::GetCalib(), WindowFinder::getWindow(), 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().