ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since 629e819 was 629e819, checked in by Alexandre Mertens <alexandre.mertens@…>, 8 years ago |
some bug fixes
|
-
Property mode
set to
100755
|
File size:
595 bytes
|
Rev | Line | |
---|
[9f8d4e7] | 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 ph 22
|
---|
| 12 | runParticleGun b 5
|
---|
| 13 | runParticleGun jet 1
|
---|
| 14 | runParticleGun tau 15
|
---|
| 15 |
|
---|
[629e819] | 16 | ./Validation delphes_ParticleGunel.root delphes_ParticleGunmu.root delphes_ParticleGunph.root delphes_ParticleGunjet.root delphes_ParticleGunb.root delphes_ParticleGuntau.root validation.root
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.