ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/Selection.h
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/interface/Selection.h (file contents):
Revision 1.5 by khahn, Mon Oct 17 16:23:42 2011 UTC vs.
Revision 1.6 by dkralph, Sun Oct 23 11:50:01 2011 UTC

# Line 18 | Line 18 | using namespace std;
18   // ROOT headers
19   //
20   #include <TROOT.h>                  // access to gROOT, entry point to ROOT system
21 < #include <TTree.h>
21 > #include <TTree.h>
22 > #include <TFile.h>
23   #include <TChain.h>                 //
24   #include <TBranch.h>                // class to access branches in TTree
25   #include <TClonesArray.h>           // ROOT array class
# Line 48 | Line 49 | using namespace std;
49   //
50   // defines
51   //
52 + #define K_BDT_LOOSE 0
53 + #define K_BDT_MED   1
54 + #define K_BDT_TIGHT 2
55 +
56   #define EVTFAIL_JSON       0
57   #define EVTFAIL_TRIGGER    1
58   #define EVTFAIL_Z1         2
# Line 57 | Line 62 | using namespace std;
62   #define EVTFAIL_IP         6
63   #define EVTFAIL_KINEMATICS 7
64  
65 +
66   //i: 9cut: 0.275effB: 0.45364effS: 0.895138nsig: 344158ntot: 384475
67   #define PFISO_ELE_TIGHT_EB_HIGHPT 0.275
68   //i: 2cut: 0.45effB: 0.765236effS: 0.949037nsig: 364881ntot: 384475
# Line 101 | Line 107 | using namespace std;
107   #define PFISO_MU_TIGHT_EE_LOWPT 0.05
108  
109  
110 + //#define THEIR_EVENTS
111  
112  
106 // Si's numbers
107 /* #define PFISO_EB_HIGHPT   0.15 */
108 /* #define PFISO_EB_LOWPT    0.18   */
109 /* #define PFISO_EE_HIGHPT   0.1 */
110 /* #define PFISO_EE_LOWPT    0.1 */
111
112 //#define THEIR_EVENTS
113  
114   void initRunLumiRangeMap();
115  
# Line 134 | Line 134 | unsigned fails_HZZ4L_selection(ControlFl
134                                 double eventweight,           // weight
135                                 TTree * passtuple,          // output ntuple
136                                 LabVectors * l);
137 +
138   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines