ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since f01dee6 was f01dee6, checked in by Alexandre Mertens <alexandre.mertens@…>, 8 years ago |
Adding script for running the validation
|
-
Property mode
set to
100755
|
File size:
464 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | function runParticleGun {
|
---|
3 | in=$1
|
---|
4 | ID=$2
|
---|
5 | outcmnd="examples/Pythia8/configParticleGun$in.cmnd"
|
---|
6 | sed 's/ID/'$ID'/g' examples/Pythia8/configParticleGun.cmnd > $outcmnd
|
---|
7 | ./DelphesPythia8 cards/delphes_card_CMS.tcl $outcmnd delphes_ParticleGun$in.root
|
---|
8 | }
|
---|
9 | runParticleGun el 11
|
---|
10 | runParticleGun mu 13
|
---|
11 | runParticleGun b 5
|
---|
12 | runParticleGun jet 1
|
---|
13 | hadd delphes_all.root delphes_ParticleGunmu.root delphes_ParticleGunb.root delphes_ParticleGunjet.root
|
---|
14 |
|
---|
15 |
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.