Changes in validation/validation.sh [183eef2:5107603] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
validation/validation.sh
r183eef2 r5107603 1 #!/bin/ bash1 #!/bin/sh 2 2 ################################################################################ 3 3 # 4 # This code produces a set of validation plots for a given detector card.4 # This code produces at 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 # ./ validation/validation.sh [detector_card] [number_of_events]12 # ./examples/validation.sh [detector_card] [number_of_events] 13 13 # 14 14 # e.g. 15 15 # 16 # ./ validation/validation.sh cards/delphes_card_CMS.tcl 10000016 # ./examples/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= x.y.z40 version=$(cat VERSION) 41 41 outpdf=$mainoutputdir/${output%.*}.pdf 42 42 cardsdir=validation/cards
Note:
See TracChangeset
for help on using the changeset viewer.