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 |
|
|
21 |
|
public: |
22 |
|
static const char *gkEvtTreeName; |
23 |
|
static const char *gkEvtHeaderBrn; |
24 |
< |
static const char *gkGenPartBrn; |
24 |
> |
static const char *gkMCEvtInfoBrn; |
25 |
|
static const char *gkTrackBrn; |
26 |
+ |
static const char *gkBarrelBasicClusterBrn; |
27 |
+ |
static const char *gkBarrelSuperClusterBrn; |
28 |
+ |
static const char *gkEndcapBasicClusterBrn; |
29 |
+ |
static const char *gkEndcapSuperClusterBrn; |
30 |
+ |
static const char *gkCaloTowerBrn; |
31 |
|
static const char *gkMuonBrn; |
32 |
|
static const char *gkElectronBrn; |
33 |
< |
static const char *gkGlobalMuonBrn; |
33 |
> |
static const char *gkCaloJetBrn; |
34 |
> |
static const char *gkCaloMetBrn; |
35 |
> |
static const char *gkMCPartBrn; |
36 |
> |
static const char *gkPhotonBrn; |
37 |
|
|
38 |
|
static const char *gkRunTreeName; |
39 |
|
static const char *gkRunInfoBrn; |