Revision: | 1.1.1.1 (vendor branch) |
Committed: | Thu Sep 8 13:33:18 2011 UTC (13 years, 8 months ago) by khahn |
Branch: | kh, MAIN |
CVS Tags: | AP-Mar05, compiled, synced_FSR_2, synced_FSR, synched2, synched, AN490, v1, HEAD |
Changes since 1.1: | +0 -0 lines |
Error occurred while calculating annotation data. | |
Log Message: |
# | Content |
---|---|
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 |