Changeset aafe927 in git for validation
- Timestamp:
- Aug 28, 2020, 5:29:36 PM (4 years ago)
- Branches:
- master
- Children:
- f0f1443
- Parents:
- d192152 (diff), a643a7f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Aleksander Filip Żarnecki <zarnecki@…> (08/28/20 17:29:36)
- git-committer:
- GitHub <noreply@…> (08/28/20 17:29:36)
- Location:
- validation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
validation/DelphesValidation.cpp
rd192152 raafe927 32 32 #include "TGraph.h" 33 33 #include "TGraphErrors.h" 34 #include "TF1.h" 34 35 #include "TH1.h" 35 36 #include "TH2.h" -
validation/validation.sh
rd192152 raafe927 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.