Changeset ebf057e in git for examples/validation.sh
- Timestamp:
- Aug 26, 2016, 2:17:11 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 058006a
- Parents:
- 1160e4f (diff), 7da1826 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/validation.sh
r1160e4f rebf057e 1 #! /bin/bash1 #! /bin/sh 2 2 function runParticleGun { 3 in=$14 ID=$25 outcmnd="examples/Pythia8/configParticleGun$in.cmnd"6 sed 's/ID/'$ID'/g' examples/Pythia8/configParticleGun.cmnd > $outcmnd7 ./DelphesPythia8 cards/delphes_card_CMS.tcl $outcmnd delphes_ParticleGun$in.root3 name=$1 4 pid=$2 5 cmnd="examples/Pythia8/configParticleGun_$name.cmnd" 6 sed '/Main:spareMode1/s/=[[:space:]]*[0-9]*/= '$pid'/' examples/Pythia8/configParticleGun.cmnd > $cmnd 7 ./DelphesPythia8 cards/delphes_card_CMS.tcl $cmnd delphes_ParticleGun_$name.root 8 8 } 9 runParticleGun el 11 10 runParticleGun mu 1311 runParticleGun ph 2212 runParticleGun b 59 10 runParticleGun electron 11 11 runParticleGun muon 13 12 runParticleGun photon 22 13 13 runParticleGun jet 1 14 runParticleGun tau 15 14 runParticleGun bjet 5 15 runParticleGun taujet 15 15 16 16 ./Validation delphes_ParticleGunel.root delphes_ParticleGunmu.root delphes_ParticleGunph.root delphes_ParticleGunjet.root delphes_ParticleGunb.root delphes_ParticleGuntau.root validation.root 17 17 ./Validation delphes_ParticleGun_electron.root delphes_ParticleGun_muon.root delphes_ParticleGun_photon.root delphes_ParticleGun_jet.root delphes_ParticleGun_bjet.root delphes_ParticleGun_taujet.root delphes_validation.root
Note:
See TracChangeset
for help on using the changeset viewer.