DAS
3.0
Das Analysis System
|
#include <cmath>
#include <cassert>
#include <iostream>
#include <map>
#include <filesystem>
#include <TString.h>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
#include <TH3.h>
#include <TF1.h>
#include <TKey.h>
#include "Core/CommonTools/interface/DASOptions.h"
#include "Core/JEC/interface/resolution.h"
#include "Core/JEC/interface/DoubleCrystalBall.h"
#include "common.h"
#include "fit.h"
#include <darwin.h>
Classes | |
struct | ResponseFit |
Namespaces | |
DAS | |
DAS::JetEnergy | |
Functions | |
vector< double > | GetMergedBinning (TH1 *h, const int threshold=30) |
pair< float, float > | findDLogExtrema (const unique_ptr< TH1 > &DLog, const double mu, const pair< float, float > Range) |
double | round_to (double value, double precision=1.0) |
TH1 * | CumulativeResponse (TH1 *res1D) |
void | FitResponseByBin (TDirectory *dir, unique_ptr< TH2 > res2D, const int steering) |
void | loopDirsFromGetResponse (TDirectory *dIn, TDirectory *dOut, const int steering, const DT::Slice slice) |
void | fitJetResponse (const fs::path &input, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0}) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |