|
| void | CorrectInefficiencies (unique_ptr< TH1 > &unf, const map< TString, unique_ptr< TH1 >> &miss) |
| |
| double | Condition (const unique_ptr< TH2 > &RM) |
| |
| void | NegativeBins (const unique_ptr< TH1 > &unf) |
| |
| unique_ptr< TH2 > | GetPM (const unique_ptr< TH2 > &RM) |
| |
| void | folding (const unique_ptr< TH1 > &genIn, const unique_ptr< TH1 > &recIn, const unique_ptr< TH2 > &PMin, const map< TString, unique_ptr< TH1 >> &miss, const map< TString, unique_ptr< TH1 >> &fake) |
| |
| void | BLT (const unique_ptr< TH1 > &dataDist, const unique_ptr< TH2 > &dataCov, const unique_ptr< TH1 > &MC, int rebin=1) |
| |
| void | CovMargin (unique_ptr< TH1 > &h, unique_ptr< TH2 > &cov, TString name, int ibin) |
| |
| void | PrepareRegularisation (TString MCvar, const char *fname, unique_ptr< MyTUnfoldDensity > &density) |
| |
| void | RedoUnfold (unique_ptr< MyTUnfoldDensity > &density, double newtau, TString name, TString subtitle, shared_ptr< TFile > fOut, const map< TString, unique_ptr< TH1 >> &miss) |
| |
| double | ScanLcurve (unique_ptr< MyTUnfoldDensity > &density, TDirectory *dOut, const pt::ptree &config) |
| |
| void | unfold (const fs::path &inputData, const fs::path &inputMC, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0}) |
| |
| int | main (int argc, char *argv[]) |
| |