DAS  3.0
Das Analysis System
PtY.h File Reference
#include <vector>
#include <list>
#include <optional>
#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/Unfolding/interface/Observable.h"
#include "Core/JEC/interface/JMEmatching.h"
+ Include dependency graph for PtY.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PtY
 
struct  PtYFiller
 

Namespaces

 DAS
 
 DAS::Unfolding
 
 DAS::Unfolding::InclusiveJet
 

Variables

static const std::vector< double > recBins {97,114,133,153,174,196,220,245,272,300,330,362,395,430,468,507,548,592,638,686,737,790,846,905,967,1032,1101,1172,1248,1327,1410,1497,1588,1684,1784,1890,2000,2116,2238,2366,2500,2640,2787,2941,3103,3273,3450,3637,3832}
 
static const std::vector< double > genBins {97 ,133 ,174 ,220 ,272 ,330 ,395 ,468 ,548 ,638 ,737 ,846 ,967 ,1101 ,1248 ,1410 ,1588 ,1784 ,2000 ,2238 ,2500 ,2787 ,3103 ,3450, 3832}
 
static const std::vector< double > y_edges {0., 0.5, 1.0, 1.5, 2.0, 2.5, 3.0}
 
static const int nRecBins = recBins.size()-1
 
static const int nGenBins = genBins.size()-1
 
static const int nYbins = y_edges.size()-1
 
static const double minpt = recBins.front()
 
static const double maxpt = recBins.back()
 
static const double maxy = y_edges.back()