#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/JetMETObjects/interface/JetResolution.h"
#include "CondFormats/JetMETObjects/interface/JetResolutionObject.h"
#include "CondFormats/JetMETObjects/interface/Utilities.h"
#include <memory>
#include <sstream>
#include <fstream>
#include <iostream>
#include "TH2F.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
Go to the source code of this file.
Classes | |
class | JME::JetResolutionCompare |
class | JME::JetResolutionSummary |
class | JME::JetResolutionVsEta |
class | JME::JetResolutionVsPt |
class | JME::JetScaleFactorCompare |
class | JME::JetScaleFactorSummary |
class | JME::JetScaleFactorVsEta< ii > |
class | JME::JetScaleFactorVsPt< ii > |
Namespaces | |
JME | |
Macros | |
#define | MAX_ETA 5.05 |
#define | MAX_PT 3005. |
#define | MIN_ETA -5.05 |
#define | MIN_PT -5. |
#define | NBIN_ETA 51 |
#define | NBIN_PT 301 |
Typedefs | |
typedef JetScaleFactorVsEta< DOWN > | JME::JetScaleFactorVsEtaDOWN |
typedef JetScaleFactorVsEta< NORM > | JME::JetScaleFactorVsEtaNORM |
typedef JetScaleFactorVsEta< UP > | JME::JetScaleFactorVsEtaUP |
typedef JetScaleFactorVsPt< DOWN > | JME::JetScaleFactorVsPtDOWN |
typedef JetScaleFactorVsPt< NORM > | JME::JetScaleFactorVsPtNORM |
typedef JetScaleFactorVsPt< UP > | JME::JetScaleFactorVsPtUP |
Enumerations | |
enum | JME::index { JME::NORM = 0, JME::DOWN = 1, JME::UP = 2 } |
Functions | |
JME::PYBIND11_MODULE (pluginJetResolutionObject_PayloadInspector, m) | |
#define MAX_ETA 5.05 |
#define MAX_PT 3005. |
Definition at line 31 of file JetResolution_PayloadInspector.cc.
Referenced by JME::JetResolutionVsPt::fill(), JME::JetResolutionSummary::fill(), JME::JetResolutionCompare::fill(), JME::JetScaleFactorVsPt< ii >::fill(), JME::JetScaleFactorSummary::fill(), and JME::JetScaleFactorCompare::fill().
#define MIN_ETA -5.05 |
#define MIN_PT -5. |
Definition at line 30 of file JetResolution_PayloadInspector.cc.
#define NBIN_ETA 51 |
#define NBIN_PT 301 |
Definition at line 32 of file JetResolution_PayloadInspector.cc.
Referenced by JME::JetResolutionVsPt::fill(), JME::JetResolutionSummary::fill(), JME::JetResolutionCompare::fill(), JME::JetScaleFactorVsPt< ii >::fill(), JME::JetScaleFactorSummary::fill(), and JME::JetScaleFactorCompare::fill().