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.10 by loizides, Tue Jun 24 14:01:41 2008 UTC vs.
Revision 1.18 by loizides, Wed Sep 17 04:20:47 2008 UTC

# Line 9 | Line 9
9   // Authors: C.Loizides, C.Paus
10   //--------------------------------------------------------------------------------------------------
11  
12 < #ifndef DATATREE_NAMES_H
13 < #define DATATREE_NAMES_H
12 > #ifndef MITANA_DATATREE_NAMES_H
13 > #define MITANA_DATATREE_NAMES_H
14  
15   #include "MitAna/DataTree/interface/Types.h"
16  
# Line 21 | Line 21 | namespace mithep
21      public:
22        static const char *gkEvtTreeName;
23        static const char *gkEvtHeaderBrn;
24 <      static const char *gkGenPartBrn;
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 <      static const char *gkGlobalMuonBrn;
37 >      static const char *gkCaloJetBrn;
38 >      static const char *gkCaloMetBrn;
39 >      static const char *gkMCPartBrn;
40 >      static const char *gkPhotonBrn;
41  
42        static const char *gkRunTreeName;
43        static const char *gkRunInfoBrn;
44  
45        static const char *gkLATreeName;
46        static const char *gkLAHeaderBrn;
47 +
48 +      static const char *gkHltTreeName;
49 +      static const char *gkHltTableBrn;
50 +      static const char *gkHltLabelBrn;
51 +
52 +      static const char *gkL1TreeName;
53 +      static const char *gkL1TableBrn;
54    };
55   }
56   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines