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.24 by loizides, Wed Dec 3 17:37:40 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 MITANA_DATATREE_NAMES_H
13 + #define MITANA_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;
23 <      static const char *gkGenPartBrn;
22 >      static const char *gkEvtTreeName;
23 >      static const char *gkEvtHeaderBrn;
24 >      static const char *gkL1BitBrn;
25 >      static const char *gkL1ObjBrn;
26 >      static const char *gkHltBitBrn;
27 >      static const char *gkHltObjBrn;
28 >      static const char *gkMCEvtInfoBrn;
29        static const char *gkTrackBrn;
30 +      static const char *gkBarrelBasicClusterBrn;
31 +      static const char *gkBarrelSuperClusterBrn;
32 +      static const char *gkEndcapBasicClusterBrn;
33 +      static const char *gkEndcapSuperClusterBrn;
34 +      static const char *gkCaloTowerBrn;
35        static const char *gkMuonBrn;
36        static const char *gkElectronBrn;
37 <  };
37 >      static const char *gkCaloJetBrn;
38 >      static const char *gkSC5JetBrn;
39 >      static const char *gkIC5GenJetBrn;
40 >      static const char *gkSC5GenJetBrn;
41 >      static const char *gkCaloMetBrn;
42 >      static const char *gkMCPartBrn;
43 >      static const char *gkPhotonBrn;
44 >
45 >      static const char *gkRunTreeName;
46 >      static const char *gkRunInfoBrn;
47  
48 < } /*namespace mithep*/
48 >      static const char *gkLATreeName;
49 >      static const char *gkLAHeaderBrn;
50  
51 < #endif /*DATATREE_NAMES_H*/
51 >      static const char *gkHltTreeName;
52 >      static const char *gkHltTableBrn;
53 >      static const char *gkHltLabelBrn;
54 >
55 >      static const char *gkL1TreeName;
56 >      static const char *gkL1TableBrn;
57 >
58 >      static const char *gkAllEvtTreeName;
59 >      static const char *gkAllEvtHeaderBrn;
60 >  };
61 > }
62 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines