Changeset 09ffaee in git for validation
- Timestamp:
- Apr 2, 2020, 11:49:17 AM (5 years ago)
- Branches:
- master
- Children:
- 974f5bc, a07b54c
- Parents:
- 354b7f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
validation/validation.sh
r354b7f3 r09ffaee 2 2 ################################################################################ 3 3 # 4 # This code produces a tset of validation plots for a given detector card.4 # This code produces a set of validation plots for a given detector card. 5 5 # 6 6 # In order to run this you need to compile Delphes with Pythia8 first, see: … … 10 10 # After you (re-)compiled Delphes with Pythia8 you are ready to go, execute from Delphes main dir: 11 11 # 12 # ./ examples/validation.sh [detector_card] [number_of_events]12 # ./validation/validation.sh [detector_card] [number_of_events] 13 13 # 14 14 # e.g. 15 15 # 16 # ./ examples/validation.sh cards/delphes_card_CMS.tcl 10000016 # ./validation/validation.sh cards/delphes_card_CMS.tcl 100000 17 17 # 18 18 # Note that the more events you specify, the more accurate the controls plots will be ...
Note:
See TracChangeset
for help on using the changeset viewer.