1 |
khahn |
1.1 |
|
2 |
|
|
# builing
|
3 |
|
|
|
4 |
|
|
1) Edit Makefile.defs and set the paths to external dependencies
|
5 |
|
|
2) run make
|
6 |
|
|
|
7 |
|
|
-- NB : currently we depend on Si's ntuples (EWkAna) and RunRangeLumiMap (MitAna/DataCont) but
|
8 |
|
|
that will change
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
# running
|
12 |
|
|
|
13 |
|
|
1) example of applying the HZZ4L selection on data :
|
14 |
|
|
./Selection/bin/applySelection.exe --inputfile ./data/datafiles.txt --outputfile root/blah.root
|
15 |
|
|
|
16 |
|
|
2) example of applying the HZZ4L selection on MC :
|
17 |
|
|
./Selection/bin/applySelection.exe --mc --inputfile ./data/datafiles-ZZ-pythia.txt --outputfile root/blah.root
|
18 |
|
|
|
19 |
|
|
3) example of determining helicity angles on ZZ* MC :
|
20 |
|
|
./Angles/bin/testangles.exe --mc --inputfile ./data/datafiles-ZZ-pythia.txt --outputfile root/angles.zz.root
|
21 |
|
|
|