ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/Names.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/Names.h (file contents):
Revision 1.4 by bendavid, Thu Jun 5 16:03:35 2008 UTC vs.
Revision 1.12 by loizides, Mon Jul 7 16:02:25 2008 UTC

# Line 1 | Line 1
1 // $Id$
2
3 #ifndef DATATREE_NAMES_H
4 #define DATATREE_NAMES_H
5
6 #include "MitAna/DataTree/interface/Types.h"
7
1   //--------------------------------------------------------------------------------------------------
2 + // $Id$
3   //
4   // Names
5   //
6   // This class defines the standard names for branches,
7   // collections and what else we will standardize.
8   //
9 < // Authors: C.Loizides
16 < //
9 > // Authors: C.Loizides, C.Paus
10   //--------------------------------------------------------------------------------------------------
11  
12 + #ifndef DATATREE_NAMES_H
13 + #define DATATREE_NAMES_H
14 +
15 + #include "MitAna/DataTree/interface/Types.h"
16 +
17   namespace mithep
18   {
19    class Names
20    {
21      public:
22 <      static const char *gkMitTreeName;
22 >      static const char *gkEvtTreeName;
23 >      static const char *gkEvtHeaderBrn;
24        static const char *gkGenPartBrn;
25        static const char *gkTrackBrn;
26        static const char *gkMuonBrn;
27        static const char *gkElectronBrn;
28 <  };
28 >      static const char *gkCaloJetBrn;
29 >      static const char *gkCaloMetBrn;
30 >      static const char *gkSimPartBrn;
31 >      static const char *gkPhotonBrn;
32  
33 < } /*namespace mithep*/
33 >      static const char *gkRunTreeName;
34 >      static const char *gkRunInfoBrn;
35 >
36 >      static const char *gkLATreeName;
37 >      static const char *gkLAHeaderBrn;
38 >  };
39 > }
40 > #endif
41  
33 #endif /*DATATREE_NAMES_H*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines