|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Application that goes from the TH2D of NLLRs of multiple candidates, generate by JGen2_condNLLR, and computes the trial factor for their joint analysis. More...
#include <string>#include <iostream>#include <unistd.h>#include <filesystem>#include <vector>#include <map>#include <exception>#include <algorithm>#include "TROOT.h"#include "TFile.h"#include "TF1.h"#include "TH1D.h"#include "TH2D.h"#include "TGraph.h"#include "TMath.h"#include "JTools/JAbstractHistogram.hh"#include "Jeep/JParser.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Application that goes from the TH2D of NLLRs of multiple candidates, generate by JGen2_condNLLR, and computes the trial factor for their joint analysis.
You can also duplicate candidates with duplicatesPerCandidate (for testing).
Definition in file JTrialFactorsFromCondNLLR.cc.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 30 of file JTrialFactorsFromCondNLLR.cc.