|
void | analyze (const edm::Event &, const edm::EventSetup &) override |
|
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
|
| MatchMETBenchmarkAnalyzer (const edm::ParameterSet ¶meterSet) |
|
| BenchmarkAnalyzer () |
| Constructors. More...
|
|
| BenchmarkAnalyzer (const edm::ParameterSet &) |
|
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
|
| ~BenchmarkAnalyzer () override |
| Destructor. More...
|
|
| DQMEDAnalyzer ()=default |
|
| DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete |
|
| DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete |
|
| ~DQMEDAnalyzer () override=default |
|
void | fillOne (const reco::MET &candidate, const reco::MET &matchedCandidate) |
| fill histograms with a given particle More...
|
|
| MatchMETBenchmark (Mode mode) |
|
void | setup (DQMStore::IBooker &b) |
| book histograms More...
|
|
| ~MatchMETBenchmark () override |
|
| Benchmark (Mode mode=DEFAULT) |
|
bool | isInRange (float pt, float eta, float phi) const |
|
virtual void | setDirectory (TDirectory *dir) |
|
void | setParameters (Mode mode) |
|
void | setRange (float ptMin, float ptMax, float etaMin, float etaMax, float phiMin, float phiMax) |
|
void | write () |
|
virtual | ~Benchmark ()(false) |
|
|
enum | Mode { DEFAULT,
DQMOFFLINE,
VALIDATION
} |
|
TH1F * | book1D (DQMStore::IBooker &b, const char *histname, const char *title, int nbins, float xmin, float xmax) |
| book a 1D histogram, either through IBooker or plain root More...
|
|
TH2F * | book2D (DQMStore::IBooker &b, const char *histname, const char *title, int nbinsx, float xmin, float xmax, int nbinsy, float ymin, float ymax) |
| book a 2D histogram, either through IBooker or plain root More...
|
|
TH2F * | book2D (DQMStore::IBooker &b, const char *histname, const char *title, int nbinsx, float *xbins, int nbinsy, float ymin, float ymax) |
| book a 2D histogram, either through IBooker or plain root More...
|
|
TProfile * | bookProfile (DQMStore::IBooker &b, const char *histname, const char *title, int nbinsx, float xmin, float xmax, float ymin, float ymax, const char *option) |
| book a TProfile, either through IBooker or plain root More...
|
|
TProfile * | bookProfile (DQMStore::IBooker &b, const char *histname, const char *title, int nbinsx, float *xbins, float ymin, float ymax, const char *option) |
| book a TProfile, either through IBooker or plain root More...
|
|
Definition at line 11 of file MatchMETBenchmarkAnalyzer.h.