Fork me on GitHub

Changeset 6038170 in git


Ignore:
Timestamp:
Nov 21, 2017, 4:01:17 PM (7 years ago)
Author:
Michele Selvaggi (michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5107603
Parents:
433360f
Message:

updated validation scripts

Location:
validation
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • validation/validation.sh

    • Property mode changed from 100644 to 100755
    r433360f r6038170  
    7373  if [ ! -f $inputroot ]
    7474  then
    75     python validation/FlatGunLHEventProducer.py --pdg $pid --ptmin 1 --ptmax 50000 --etamin -6 --etamax 6 --size $nEvents --seed 1 --output $lhe --log --ecm 100000
    76 
     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
    7777    sed "/Beams:LHEF/s|=[[:space:]].*|= $lhe|; /Main:numberOfEvents/s/=[[:space:]]*[0-9]*/= $nEvents/" examples/Pythia8/configLHE.cmnd > $cmnd
    7878
Note: See TracChangeset for help on using the changeset viewer.