ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/Names.h
Revision: 1.2
Committed: Tue Jun 3 09:51:21 2008 UTC (16 years, 11 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.1: +14 -2 lines
Log Message:
Public static members, plus class comment

File Contents

# User Rev Content
1 loizides 1.2 // $Id: Names.h,v 1.1 2008/06/01 10:03:39 loizides Exp $
2 loizides 1.1
3     #ifndef DATATREE_NAMES_H
4     #define DATATREE_NAMES_H
5    
6     #include "MitAna/DataTree/interface/Types.h"
7    
8 loizides 1.2 //--------------------------------------------------------------------------------------------------
9     //
10     // Names
11     //
12     // This class defines the standard names for branches,
13     // collections and what else we will standardize.
14     //
15     // Authors: C.Loizides
16     //
17     //--------------------------------------------------------------------------------------------------
18    
19 loizides 1.1 namespace mithep
20     {
21     class Names
22     {
23 loizides 1.2 public:
24     static const char *mittree;
25 loizides 1.1 };
26    
27     } /*namespace mithep*/
28    
29     #endif /*DATATREE_NAMES_H*/