Revision: | 1.10 |
Committed: | Mon Dec 17 12:34:18 2012 UTC (12 years, 4 months ago) by dkralph |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | compiled, HEAD |
Changes since 1.9: | +0 -0 lines |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | khahn | 1.1 | #ifndef PASS_HLT |
2 | #define PASS_HLT | ||
3 | |||
4 | #include <stdint.h> | ||
5 | khahn | 1.3 | #include <bitset> |
6 | #include "TriggerUtilsBits.h" | ||
7 | anlevin | 1.8 | #include "TriggerUtils.h" |
8 | dkralph | 1.6 | #include "ParseArgs.h" |
9 | khahn | 1.1 | |
10 | anlevin | 1.5 | enum EMCYear |
11 | { | ||
12 | k2011_MC, | ||
13 | k2012_MC | ||
14 | }; | ||
15 | |||
16 | khahn | 1.1 | #endif |