Usage
Note, a double-dash -- should be used to separate mcdj's options from the generator command-line arguments.
> mcdj -h
usage: mcdj [-h] [-n #] [-j #] [-J #] -g PATH -y PATH [-r RUN] [-m] [-s SEED]
[-d] [-R] [-q] [-v] [-c] [-b PATH [PATH ...]] [--denoise]
gen [gen ...]
positional arguments:
gen generator command line or LUND file(s)
options:
-h, --help show this help message and exit
-n, --nevents # number of events per job (default=10)
-j, --jobs # number of parallel jobs (default=1)
-J, --Jobs # number of serial jobs (default=1)
-g, --gcard PATH GEMC gcard configuration file
-y, --yaml PATH COATJAVA yaml configuration file
-r, --run RUN run number (default=11)
-m, --match enable truth matching
-s, --seed SEED random number seed (default=clock)
-d, --dst run standalone dst-maker
-R, --recon disable reconstruction
-q, --quiet silence GEANT4 exceptions
-v, --verbose increase verbosity (repeatable)
-c, --cleanup delete intermediate outputs
-b, --back PATH [PATH ...]
background files for merging
--denoise enable old denoising (use YAML for new)