1 |
paus |
1.7 |
//--------------------------------------------------------------------------------------------------
|
2 |
loizides |
1.8 |
// $Id: Names.h,v 1.7 2008/06/18 13:23:13 paus Exp $
|
3 |
loizides |
1.2 |
//
|
4 |
|
|
// Names
|
5 |
|
|
//
|
6 |
|
|
// This class defines the standard names for branches,
|
7 |
|
|
// collections and what else we will standardize.
|
8 |
|
|
//
|
9 |
paus |
1.7 |
// Authors: C.Loizides, C.Paus
|
10 |
loizides |
1.2 |
//--------------------------------------------------------------------------------------------------
|
11 |
loizides |
1.8 |
|
12 |
paus |
1.7 |
#ifndef DATATREE_NAMES_H
|
13 |
|
|
#define DATATREE_NAMES_H
|
14 |
|
|
|
15 |
|
|
#include "MitAna/DataTree/interface/Types.h"
|
16 |
loizides |
1.2 |
|
17 |
loizides |
1.1 |
namespace mithep
|
18 |
|
|
{
|
19 |
|
|
class Names
|
20 |
|
|
{
|
21 |
loizides |
1.2 |
public:
|
22 |
loizides |
1.3 |
static const char *gkMitTreeName;
|
23 |
loizides |
1.6 |
static const char *gkEvtHeaderBrn;
|
24 |
loizides |
1.3 |
static const char *gkGenPartBrn;
|
25 |
bendavid |
1.4 |
static const char *gkTrackBrn;
|
26 |
loizides |
1.3 |
static const char *gkMuonBrn;
|
27 |
bendavid |
1.4 |
static const char *gkElectronBrn;
|
28 |
paus |
1.7 |
static const char *gkGlobalMuonBrn;
|
29 |
loizides |
1.1 |
};
|
30 |
loizides |
1.5 |
}
|
31 |
|
|
#endif
|