Skip to content

Commit

Permalink
proof
Browse files Browse the repository at this point in the history
  • Loading branch information
admorris committed Mar 15, 2017
1 parent fae7491 commit 8d08c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/HypoTestInvTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ROOT
#include "TCanvas.h"
#include "TFile.h"
#include "TProofLite.h"
// RooFit
#include "RooRandom.h"
// RooStats
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main(int argc, char* argv[])
("NToysRatio", boost::program_options::value<double>(&optHTInv.NToysRatio)->default_value(2), "ratio Ntoys(S+B)/Ntoys(B)")
("PoiMin", boost::program_options::value<double>(&optHTInv.PoiMin)->default_value(0), "min/max value to scan in case of fixed scans")
("PoiMax", boost::program_options::value<double>(&optHTInv.PoiMax)->default_value(5), "(if min > max, try to find automatically)")
("UseProof", boost::program_options::value<bool>(&optHTInv.UseProof)->default_value(false), "use Proof Lite when using toys (for freq or hybrid)")
("UseProof", boost::program_options::value<bool>(&optHTInv.UseProof)->default_value(true), "use Proof Lite when using toys (for freq or hybrid)")
("ReuseAltToys", boost::program_options::value<bool>(&optHTInv.ReuseAltToys)->default_value(false), "reuse same toys for alternate hypothesis (if set one gets more stable bands)")
("NToys", boost::program_options::value<int>(&optHTInv.NToys)->default_value(1000), "number of toys per point")
("NWorkers", boost::program_options::value<int>(&optHTInv.NWorkers)->default_value(0), "number of worker for ProofLite (default use all available cores)")
Expand Down

0 comments on commit 8d08c78

Please sign in to comment.