|
The following instruction describes how to run &gamma&gamma+MET analysis codes.
All analysis techniques and physics are well described in my thesis and cdfnote 9575.
The first thing you need to do is to install Stntuple package on a local machine. See Stntuple Documentation tiki page for more information on this.
Once you have successfully installed Stntuple package then do the step-by-step instruction below:
| ||||||||
| How to set up and run main analysis codes | ||||||||
|
The tarball of the analysis code package is located in here. You can download it over your local area.
>gmake JetUser.lib LINK_SHARED_ROOT=yes >cvsroot zoom >addpkg ZMutility >addpkg Exceptions >gmake ZMutility.all USESHLIBS=1 >gmake Exceptions.all USESHLIBS=1
5. In myDiPho_ggXsignal_GMSB_fnl.C replace /home/elee/Stn_614_new/ with an actual path to your release 6. In myDiPho_ggXsignal_GMSB_fnl.C replace all input data/MC stntuple root file locations with an actual location of your files (For 2.6 fb-1 all data and MC root files are located at txpc15.fnal.gov:/raid2/elee/GMSB/ and GMSB signal sample for (140,0) at txpc15.fnal.gov:/raid2/elee/emtestfinal/0-11/.) 7. For a test run with 10 events, for example, our optimal cuts (HT>200 GeV, MET-significance>3, &Delta&phi(&gamma1,&gamma2) < &pi -0.35) do the following: root>.x myDiPho_ggXsignal_GMSB_fnl.C(1,10)
root>.x myDiPho_ggXsignal_GMSB_fnl.C(0,-1) Note that the first parameter controls the kinematic cuts and the second does the number of events you want to run over.
|