DAS  3.0
Das Analysis System
DAS::Unfolding::Rij Namespace Reference

Classes

struct  HTn
 
struct  HTnFiller
 
struct  HTnTransformer
 
struct  Ratios
 

Variables

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
 

Variable Documentation

◆ genHt_edges

const std::vector<double> genHt_edges
static
Initial value:
= { 300, 360, 430, 510, 600, 700, 800,
920, 1060, 1220, 1400, 1600, 1840, 2100,
2400, 2740, 3140, 3590, 4120, 5500 }

◆ Htmax

const double Htmax = recHt_edges.back()
static

◆ Htmin

const double Htmin = recHt_edges.front()
static

◆ n_jets_edges

const std::vector<double> n_jets_edges = { 1.5, 2.5, 3.5, 4.5, 5.5 }
static

◆ nGenHtBins

const int nGenHtBins = genHt_edges.size()-1
static

◆ nJetsBins

const int nJetsBins = n_jets_edges.size()-1
static

◆ nJetsmax

const double nJetsmax = n_jets_edges.back()-0.5
static

◆ nJetsmin

const double nJetsmin = n_jets_edges.front()+0.5
static

◆ nRecHtBins

const int nRecHtBins = recHt_edges.size()-1
static

◆ ptmin

const double ptmin = 150
static

◆ recHt_edges

const std::vector<double> recHt_edges
static
Initial value:
= { 300, 330, 360, 390, 430, 470, 510,
550, 600, 650, 700, 750, 800, 860,
920, 980, 1060, 1140, 1220, 1300, 1400,
1500, 1600, 1720, 1840, 1960, 2100, 2240,
2400, 2560, 2740, 2940, 3140, 3340, 3590,
3840, 4120, 4700, 5500 }

◆ ymax

const double ymax = 3.0
static