Changes in validation/validation.sh [5107603:183eef2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
validation/validation.sh
r5107603 r183eef2 1 #!/bin/ sh1 #!/bin/bash 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 ... … … 38 38 outputrootdir=report_${cardbase%.*}/root 39 39 cardlabel=${cardbase%.*} 40 version= $(cat VERSION)40 version=x.y.z 41 41 outpdf=$mainoutputdir/${output%.*}.pdf 42 42 cardsdir=validation/cards
Note:
See TracChangeset
for help on using the changeset viewer.