#include "RecoParticleFlow/Benchmark/interface/GenericBenchmark.h"
#include "RecoParticleFlow/Benchmark/interface/BenchmarkTree.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) |
#define BOOK1D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx | |||
) |
Definition at line 11 of file GenericBenchmark.cc.
Referenced by GenericBenchmark::setup().
#define BOOK2D | ( | name, | |
title, | |||
nbinsx, | |||
lowx, | |||
highx, | |||
nbinsy, | |||
lowy, | |||
highy | |||
) |
Definition at line 16 of file GenericBenchmark.cc.
Referenced by GenericBenchmark::setup().
Definition at line 27 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 28 of file GenericBenchmark.cc.
Referenced by egammaTools::ecalEta(), ContainmentCorrectionAnalyzer::ecalEta(), EgammaSuperClusters::ecalEta(), EgammaObjects::ecalEta(), MCElectronAnalyzer::etaTransformation(), MCPizeroAnalyzer::etaTransformation(), MCPhotonAnalyzer::etaTransformation(), SimpleConvertedPhotonAnalyzer::etaTransformation(), PhotonsWithConversionsAnalyzer::etaTransformation(), SimplePhotonAnalyzer::etaTransformation(), TkConvValidator::etaTransformation(), PhotonValidator::etaTransformation(), ConversionProducer::etaTransformation(), and GenericBenchmark::setup().
#define PHI (PlotAgainstReco_) ? "reconstructed #phi (rad)" : "generated #phi (rad)" |
Definition at line 29 of file GenericBenchmark.cc.
Referenced by kinem::delta_phi(), kinem::phi(), and GenericBenchmark::setup().
#define SETAXES | ( | name, | |
xtitle, | |||
ytitle | |||
) |
Definition at line 23 of file GenericBenchmark.cc.
Referenced by GenericBenchmark::setup().