Revision: | 1.1 |
Committed: | Sun Jun 1 10:03:39 2008 UTC (16 years, 11 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | Added Names and PVector. |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.1 | // $Id: Types.h,v 1.2 2008/05/27 19:59:54 loizides Exp $ |
2 | |||
3 | #ifndef DATATREE_NAMES_H | ||
4 | #define DATATREE_NAMES_H | ||
5 | |||
6 | #include "MitAna/DataTree/interface/Types.h" | ||
7 | |||
8 | namespace mithep | ||
9 | { | ||
10 | class Names | ||
11 | { | ||
12 | static const char *mittree; | ||
13 | }; | ||
14 | |||
15 | } /*namespace mithep*/ | ||
16 | |||
17 | #endif /*DATATREE_NAMES_H*/ |