![]() |
DAS
3.0
Das Analysis System
|
#include <cstdlib>#include <iostream>#include <tuple>#include <utility>#include <vector>#include "Core/Objects/interface/Event.h"#include "Core/Objects/interface/Jet.h"#include "Core/CommonTools/interface/binnings.h"#include "Core/CommonTools/interface/DASOptions.h"#include "Core/CommonTools/interface/toolbox.h"#include "Core/JEC/interface/JMEmatching.h"#include <TH2.h>#include "Math/VectorUtil.h"#include "Math/GenVector/GenVector_exception.h"#include <darwin.h>
Include dependency graph for getUnfHistPt.cc:Classes | |
| struct | PtVariation |
Namespaces | |
| DAS | |
| DAS::Unfolding | |
| DAS::Unfolding::InclusiveJet1D | |
Macros | |
| #define | PAIR(name) make_pair(dynamic_cast<TH1*>(name), #name) |
Functions | |
| void | getUnfHistPt (const vector< fs::path > &inputs, const fs::path &output, const int steering, const DT::Slice slice={1, 0}) |
| int | main (int argc, char *argv[]) |
Variables | |
| static const std::vector< double > | recBins {18,21,24,28,32,37,43,49,56,64,74,84,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 {18, 24, 32, 43, 56, 74 ,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 int | nRecBins = recBins.size()-1 |
| static const int | nGenBins = genBins.size()-1 |
| static const double | minpt = recBins.front() |
| static const double | maxpt = recBins.back() |
| static const double | maxy = 2.0 |
| #define PAIR | ( | name | ) | make_pair(dynamic_cast<TH1*>(name), #name) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |