12 |
|
#ifndef MITANA_DATATREE_NAMES_H |
13 |
|
#define MITANA_DATATREE_NAMES_H |
14 |
|
|
15 |
– |
#include "MitAna/DataTree/interface/Types.h" |
16 |
– |
|
15 |
|
namespace mithep |
16 |
|
{ |
17 |
|
class Names |
33 |
|
static const char *gkMuonBrn; |
34 |
|
static const char *gkElectronBrn; |
35 |
|
static const char *gkCaloJetBrn; |
36 |
+ |
static const char *gkSC5JetBrn; |
37 |
+ |
static const char *gkIC5GenJetBrn; |
38 |
+ |
static const char *gkSC5GenJetBrn; |
39 |
|
static const char *gkCaloMetBrn; |
40 |
|
static const char *gkMCPartBrn; |
41 |
|
static const char *gkPhotonBrn; |
52 |
|
|
53 |
|
static const char *gkL1TreeName; |
54 |
|
static const char *gkL1TableBrn; |
55 |
+ |
|
56 |
+ |
static const char *gkAllEvtTreeName; |
57 |
+ |
static const char *gkAllEvtHeaderBrn; |
58 |
|
}; |
59 |
|
} |
60 |
|
#endif |