#include <list>
#include <vector>
#include <optional>
#include <functional>
#include <TUnfoldBinning.h>
#include <TTreeReaderArray.h>
#include <TH1.h>
#include <TH2.h>
#include "Core/Objects/interface/Event.h"
#include "Core/Objects/interface/Jet.h"
#include "Core/Objects/interface/Di.h"
#include "Core/Unfolding/interface/Observable.h"
Go to the source code of this file.
|
static const std::vector< double > | Mjj_edges |
|
static const std::vector< double > | ymax_edges {0., 0.5, 1.0, 1.5, 2.0, 2.5, 3.0} |
|
static const size_t | nYmaxBins = ymax_edges.size() - 1 |
|
static const auto | minMjj = Mjj_edges.front() |
|
static const auto | maxMjj = Mjj_edges.back() |
|
static const auto | maxy = ymax_edges.back() |
|