Changeset 6038170 in git
- Timestamp:
- Nov 21, 2017, 4:01:17 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 5107603
- Parents:
- 433360f
- Location:
- validation
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
validation/validation.sh
-
Property mode
changed from
100644
to100755
r433360f r6038170 73 73 if [ ! -f $inputroot ] 74 74 then 75 python validation/ FlatGunLHEventProducer.py --pdg $pid --ptmin 1 --ptmax 50000 --etamin -6 --etamax 6 --size$nEvents --seed 1 --output $lhe --log --ecm 10000076 75 python validation/flatGunLHEventProducer.py --pdg $pid --guntype pt --pmin 1 --pmax 50000 --etamin -6 --etamax 6 --nevts $nEvents --seed 1 --output $lhe --log --ecm 100000 76 gunzip $lhe.gz 77 77 sed "/Beams:LHEF/s|=[[:space:]].*|= $lhe|; /Main:numberOfEvents/s/=[[:space:]]*[0-9]*/= $nEvents/" examples/Pythia8/configLHE.cmnd > $cmnd 78 78 -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.