#include <vector>
#include <list>
#include <algorithm>
#include <optional>
#include <TUnfoldBinning.h>
#include <TTreeReaderArray.h>
#include <TTreeReaderValue.h>
#include <TH1.h>
#include <TH2.h>
#include "Core/Objects/interface/Event.h"
#include "Core/Objects/interface/Jet.h"
#include "Core/Unfolding/interface/Observable.h"
Go to the source code of this file.
|
static const std::vector< double > | genHt_edges |
|
static const std::vector< double > | recHt_edges |
|
static const std::vector< double > | n_jets_edges = { 1.5, 2.5, 3.5, 4.5, 5.5 } |
|
static const int | nRecHtBins = recHt_edges.size()-1 |
|
static const int | nGenHtBins = genHt_edges.size()-1 |
|
static const int | nJetsBins = n_jets_edges.size()-1 |
|
static const double | Htmin = recHt_edges.front() |
|
static const double | Htmax = recHt_edges.back() |
|
static const double | nJetsmin = n_jets_edges.front()+0.5 |
|
static const double | nJetsmax = n_jets_edges.back()-0.5 |
|
static const double | ptmin = 150 |
|
static const double | ymax = 3.0 |
|