-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding some more options to the odd_full_chain (#3179)
This PR adds a few more options to the `full_chain` script, in order to steer it a bit better: ```sh options: -h, --help show this help message and exit --output OUTPUT, -o OUTPUT Output directory --events EVENTS, -n EVENTS Number of events --skip SKIP, -s SKIP Number of events --edm4hep EDM4HEP Use edm4hep inputs --geant4 Use Geant4 instead of fatras --ttbar Use Pythia8 (ttbar, pile-up 200) instead of particle gun --ttbar-pu TTBAR_PU Number of pile-up events for ttbar --gun-particles GUN_PARTICLES Multiplicity (no. of particles) of the particle gun --gun-multiplicity GUN_MULTIPLICITY Multiplicity (no. of vertices) of the particle gun --gun-eta-range GUN_ETA_RANGE [GUN_ETA_RANGE ...] Eta range of the particle gun --gun-pt-range GUN_PT_RANGE [GUN_PT_RANGE ...] Pt range of the particle gun (GeV) --digi-config DIGI_CONFIG Digitization configuration file --material-config MATERIAL_CONFIG Material map configuration file --ambi-solver {greedy,scoring,ML} Set which ambiguity solver to use, default is the classical one --ambi-config AMBI_CONFIG Set the configuration file for the Score Based ambiguity resolution --MLSeedFilter Use the Ml seed filter to select seed after the seeding step --reco, --no-reco Switch reco on/off --output-root, --no-output-root Switch root output on/off --output-csv, --no-output-csv Switch csv output on/off ``` Particularly interesting are the configurations for the particle gun (multiplicity, momentum, eta range) and steering of the output. With these modification I dropped the `sim_digi_odd` file again.
- Loading branch information
1 parent
8a8e54a
commit 3681185
Showing
2 changed files
with
176 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.