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 |
|
namespace mithep |
16 |
|
{ |
17 |
|
class Names |
18 |
|
{ |
19 |
|
public: |
20 |
< |
static const char *gkMitTreeName; |
21 |
< |
static const char *gkGenPartBrn; |
20 |
> |
static const char *gkEvtTreeName; |
21 |
> |
static const char *gkBarrelBasicClusterBrn; |
22 |
> |
static const char *gkBarrelSuperClusterBrn; |
23 |
> |
static const char *gkBeamSpotBrn; |
24 |
> |
static const char *gkCaloJetBrn; |
25 |
> |
static const char *gkCaloMetBrn; |
26 |
> |
static const char *gkCaloTauBrn; |
27 |
> |
static const char *gkCaloTowerBrn; |
28 |
> |
static const char *gkElectronBrn; |
29 |
> |
static const char *gkEndcapBasicClusterBrn; |
30 |
> |
static const char *gkEndcapSuperClusterBrn; |
31 |
> |
static const char *gkEvtHeaderBrn; |
32 |
> |
static const char *gkEvtSelDataBrn; |
33 |
> |
static const char *gkGenMetBrn; |
34 |
> |
static const char *gkGsfTrackBrn; |
35 |
> |
static const char *gkHltBitBrn; |
36 |
> |
static const char *gkHltObjBrn; |
37 |
> |
static const char *gkGenJetBrn; |
38 |
> |
static const char *gkMCEvtInfoBrn; |
39 |
> |
static const char *gkMCPartBrn; |
40 |
> |
static const char *gkPileupInfoBrn; |
41 |
|
static const char *gkMuonBrn; |
42 |
< |
}; |
42 |
> |
static const char *gkMvfConversionBrn; |
43 |
> |
static const char *gkL1TechBitsBrn; |
44 |
> |
static const char *gkL1AlgoBitsBrn; |
45 |
> |
static const char *gkPFCandidatesBrn; |
46 |
> |
static const char *gkPFJetBrn; |
47 |
> |
static const char *gkPFTauBrn; |
48 |
> |
static const char *gkPhotonBrn; |
49 |
> |
static const char *gkPixelHitBrn; |
50 |
> |
static const char *gkPVBrn; |
51 |
> |
static const char *gkPVBeamSpotBrn; |
52 |
> |
static const char *gkSC5GenJetBrn; |
53 |
> |
static const char *gkSC5JetBrn; |
54 |
> |
static const char *gkStripHitBrn; |
55 |
> |
static const char *gkTrackBrn; |
56 |
> |
static const char *gkTrackJetBrn; |
57 |
> |
static const char *gkTrackingParticleBrn; |
58 |
> |
|
59 |
> |
static const char *gkRunTreeName; |
60 |
> |
static const char *gkRunInfoBrn; |
61 |
|
|
62 |
< |
} /*namespace mithep*/ |
62 |
> |
static const char *gkLATreeName; |
63 |
> |
static const char *gkLAHeaderBrn; |
64 |
|
|
65 |
< |
#endif /*DATATREE_NAMES_H*/ |
65 |
> |
static const char *gkHltTreeName; |
66 |
> |
static const char *gkHltTableBrn; |
67 |
> |
static const char *gkHltLabelBrn; |
68 |
> |
static const char *gkHltMenuBrn; |
69 |
> |
|
70 |
> |
static const char *gkAllEvtTreeName; |
71 |
> |
static const char *gkAllEvtHeaderBrn; |
72 |
> |
static const char *gkSkimmedHeaders; |
73 |
> |
|
74 |
> |
static const char *gkBranchTable; |
75 |
> |
}; |
76 |
> |
} |
77 |
> |
#endif |