ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/SelectionDefs.h
Revision: 1.2
Committed: Wed May 9 14:57:20 2012 UTC (13 years ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.1: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 khahn 1.1 //
2     // defines
3     //
4    
5     #define MUON_MASS 105.658369e-3
6     #define ELECTRON_MASS 0.51099892e-3
7     #define Z_MASS 91.1876
8    
9     #define K_BDT_LOOSE 0
10     #define K_BDT_MED 1
11     #define K_BDT_TIGHT 2
12    
13     #define EVTFAIL_JSON 0
14     #define EVTFAIL_TRIGGER 1
15     #define EVTFAIL_Z1 2
16     #define EVTFAIL_Z1_PLUSL 3
17     #define EVTFAIL_4L 4
18     #define EVTFAIL_ISOLATION 5
19     #define EVTFAIL_IP 6
20     #define EVTFAIL_KINEMATICS 7
21    
22 khahn 1.2
23