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.1 by loizides, Sun Jun 1 10:03:39 2008 UTC vs.
Revision 1.40 by loizides, Tue Dec 8 10:49:54 2009 UTC

# Line 1 | Line 1
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, 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  
6 #include "MitAna/DataTree/interface/Types.h"
7
15   namespace mithep
16   {
17    class Names
18    {
19 <    static const char *mittree;
20 <  };
19 >    public:
20 >      static const char *gkEvtTreeName;
21 >      static const char *gkBarrelBasicClusterBrn;
22 >      static const char *gkBarrelSuperClusterBrn;
23 >      static const char *gkCaloJetBrn;
24 >      static const char *gkCaloMetBrn;
25 >      static const char *gkCaloTauBrn;
26 >      static const char *gkCaloTowerBrn;
27 >      static const char *gkElectronBrn;
28 >      static const char *gkEndcapBasicClusterBrn;
29 >      static const char *gkEndcapSuperClusterBrn;
30 >      static const char *gkEvtHeaderBrn;
31 >      static const char *gkEvtSelDataBrn;
32 >      static const char *gkGenMetBrn;
33 >      static const char *gkGsfTrackBrn;
34 >      static const char *gkHltBitBrn;
35 >      static const char *gkHltObjBrn;
36 >      static const char *gkIC5GenJetBrn;
37 >      static const char *gkMCEvtInfoBrn;
38 >      static const char *gkMCPartBrn;
39 >      static const char *gkMuonBrn;
40 >      static const char *gkMvfConversionBrn;
41 >      static const char *gkL1TechBitsBrn;
42 >      static const char *gkL1AlgoBitsBrn;
43 >      static const char *gkPFCandidatesBrn;
44 >      static const char *gkPFTauBrn;
45 >      static const char *gkPhotonBrn;
46 >      static const char *gkPixelHitBrn;
47 >      static const char *gkPVBeamSpotBrn;
48 >      static const char *gkSC5GenJetBrn;
49 >      static const char *gkSC5JetBrn;
50 >      static const char *gkStripHitBrn;
51 >      static const char *gkTrackBrn;
52 >
53 >      static const char *gkRunTreeName;
54 >      static const char *gkRunInfoBrn;
55  
56 < } /*namespace mithep*/
56 >      static const char *gkLATreeName;
57 >      static const char *gkLAHeaderBrn;
58  
59 < #endif /*DATATREE_NAMES_H*/
59 >      static const char *gkHltTreeName;
60 >      static const char *gkHltTableBrn;
61 >      static const char *gkHltLabelBrn;
62 >
63 >      static const char *gkAllEvtTreeName;
64 >      static const char *gkAllEvtHeaderBrn;
65 >      static const char *gkSkimmedHeaders;
66 >
67 >      static const char *gkBranchTable;
68 >  };
69 > }
70 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines