-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
46 lines (28 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
A package to allow the Invisible Higgs samples to decay with Pythia.
Assuming Pythia can be run with the already exisiting object file: pythia-6.4.28.o
If not make sure your gfortran location is in your path:
$ which gfortran
$ gf=$(which gfortran)
$ export PATH=$gf:$PATH
or put in your bash profile for convenience
then:
$ gfortran -c pythia-6.4.28.f
Start by running the script:
./decayLHEs
This should compile the analysis code main81.f with Pythia.
Note, this needs to be run each time the code changes.
Then run the executable:
./decay
This allows the hard process to decay through Pythia.
NB:
main81.f is a generic code that reads an LHE, made either externally or with Pythia, and allows analyses of the process contained
NB:
LHEinfo.sh is a script that returns the number of events stored per lhe. It requires the LHE as an argument.
NB:
The Higgs decay H-> Z Z is known to Pythia with the decay mode number: 225
The Z decay Z -> v v is known to Pythia with the decay mode number: 183/ 185/ 187 for electrons, muon & tau neutrinos
The PDG ID for the Higgs= 25
Z boson= 23
e neutrino= 12
mu neutrino= 14
tau neutrino= 16