Skip to content

Commit c0b71e2

Browse files
author
Brandon Gomes
authored
Merge pull request #61 from bhgomes/master
Change Tau to Electron
2 parents 64ce8dc + a8ac49c commit c0b71e2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

studies/box/background/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
./install --run -j$1 -q -s studies/box/background/script.mac energy $2 count $3
3+
./install --run -j$2 -o $1 -q -s studies/box/background/script.mac energy $3 count $4

studies/box/signal/tau.cmnd studies/box/signal/electron.cmnd

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! File: tau.cmnd
1+
! File: electron.cmnd
22
! This file contains commands to be read in for a Pythia8 run.
33
! Lines not beginning with a letter or digit are comments.
44
! Names are case-insensitive - but spellings-sensitive!
@@ -46,9 +46,9 @@ HiggsBSM:allH2 = on ! Higgs production by gluon-gluon fusion
4646
25:3:bRatio = 0.000 ! H -> c cbar
4747
25:4:bRatio = 0.000 ! H -> b bbar
4848
25:5:bRatio = 0.000 ! H -> t tbar
49-
25:6:bRatio = 0.000 ! H -> e+ e-
49+
25:6:bRatio = 1.000 ! H -> e+ e-
5050
25:7:bRatio = 0.000 ! H -> mu+ mu-
51-
25:8:bRatio = 1.000 ! H -> tau+ tau-
51+
25:8:bRatio = 0.000 ! H -> tau+ tau-
5252
25:9:bRatio = 0.000 ! H -> g g
5353
25:10:bRatio = 0.000 ! H -> gamma gamma
5454
25:11:bRatio = 0.000 ! H -> gamma Z

studies/box/signal/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
./install --run -j1 -q -s studies/box/signal/script.mac particle $1 count $2
3+
./install --run -j1 -q -o $1 -s studies/box/signal/script.mac particle $2 count $3

studies/box/signal/script.mac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/gen/pythia/cuts/clear
77
/gen/pythia/cuts/add 2 | | 0.8:1.6 | -0.4636:0.4636 rad
8+
/gen/pythia/cuts/add 11 | | 0.8:1.6 | -0.4636:0.4636 rad
89
/gen/pythia/cuts/add 13 | | 0.8:1.6 | -0.4636:0.4636 rad
9-
/gen/pythia/cuts/add 15 | | 0.8:1.6 | -0.4636:0.4636 rad
1010

1111
/run/beamOn {count}

0 commit comments

Comments
 (0)