# | Line 12 | Line 12 | |
---|---|---|
12 | #ifndef MITANA_DATATREE_NAMES_H | |
13 | #define MITANA_DATATREE_NAMES_H | |
14 | ||
15 | – | #include "MitAna/DataTree/interface/Types.h" |
16 | – | |
15 | namespace mithep | |
16 | { | |
17 | class Names | |
# | Line 54 | Line 52 | namespace mithep | |
52 | ||
53 | static const char *gkL1TreeName; | |
54 | static const char *gkL1TableBrn; | |
55 | + | |
56 | + | static const char *gkAllEvtTreeName; |
57 | + | static const char *gkAllEvtHeaderBrn; |
58 | }; | |
59 | } | |
60 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |