Revision: | 1.1 |
Committed: | Mon Feb 13 09:45:15 2012 UTC (13 years, 3 months ago) by khahn |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | synched |
Log Message: | *** empty log message *** |
# | 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 |