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

Classes

struct  MjjYmax
 
struct  MjjYmaxFiller
 

Variables

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()
 

Variable Documentation

◆ maxMjj

const auto maxMjj = Mjj_edges.back()
static

◆ maxy

const auto maxy = ymax_edges.back()
static

◆ minMjj

const auto minMjj = Mjj_edges.front()
static

◆ Mjj_edges

const std::vector<double> Mjj_edges
static
Initial value:
{ 200, 249, 306, 372, 449, 539, 641,
756, 887, 1029, 1187, 1361, 1556, 1769,
2008, 2273, 2572, 2915, 3306, 3754, 4244,
4805, 5374, 6094, 6908, 7861, 8929, 10050 }

◆ nYmaxBins

const size_t nYmaxBins = ymax_edges.size() - 1
static

◆ ymax_edges

const std::vector<double> ymax_edges {0., 0.5, 1.0, 1.5, 2.0, 2.5, 3.0}
static