Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.98 KB

GettingStarted.md

File metadata and controls

31 lines (29 loc) · 1.98 KB

Getting started

Applications

GUNDAM has a series of applications at it's disposal:

[gundamCalcXsec.cxx]: Usage: 
[gundamCalcXsec.cxx]: ──────────── Main options: ────────────
[gundamCalcXsec.cxx]: configFile {-c,--config-file}: Specify path to the fitter config file (expected: 1 value)
[gundamCalcXsec.cxx]: fitterFile {-f}: Specify the fitter output file (expected: 1 value)
[gundamCalcXsec.cxx]: outputFile {-o,--out-file}: Specify the CalcXsec output file (expected: 1 value)
[gundamCalcXsec.cxx]: nbThreads {-t,--nb-threads}: Specify nb of parallel threads (expected: 1 value)
[gundamCalcXsec.cxx]: nToys {-n}: Specify number of toys (expected: 1 value)
[gundamCalcXsec.cxx]: randomSeed {-s,--seed}: Set random seed (expected: 1 value)
[gundamCalcXsec.cxx]: ──────────── Trigger options: ────────────
[gundamCalcXsec.cxx]: dryRun {-d,--dry-run}: Only overrides fitter config and print it. (trigger)
[gundamCalcXsec.cxx]: useBfAsXsec {--use-bf-as-xsec}: Use best-fit as x-sec value instead of mean of toys. (trigger)
[gundamCalcXsec.cxx]: usePreFit {--use-prefit}: Use prefit covariance matrices for the toy throws. (trigger)

The only exception is gundamRoot that immediately launches an interactive session. Launch with the -h argument to get helpful output.