ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Init/interface/ModNames.h
Revision: 1.9
Committed: Thu Apr 30 08:09:31 2009 UTC (16 years ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_009c, Mit_009b, Mit_009a
Changes since 1.8: +3 -3 lines
Log Message:
Cleanup

File Contents

# Content
1 //--------------------------------------------------------------------------------------------------
2 // $Id: ModNames.h,v 1.8 2009/04/17 13:45:10 ceballos Exp $
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 MITPHYSICS_INIT_MODNAMES_H
13 #define MITPHYSICS_INIT_MODNAMES_H
14
15 #include "MitAna/DataTree/interface/Names.h"
16
17 namespace mithep
18 {
19 class ModNames
20 {
21 public:
22 static const char *gkCleanCaloMetName;
23 static const char *gkCleanElectronsName;
24 static const char *gkCleanFwdJetsName;
25 static const char *gkCleanJetsName;
26 static const char *gkCleanMuonsName;
27 static const char *gkCleanNoFwdJetsName;
28 static const char *gkCleanPhotonsName;
29 static const char *gkCleanTausName;
30 static const char *gkGoodElectronsName;
31 static const char *gkGoodJetsName;
32 static const char *gkGoodMuonsName;
33 static const char *gkGoodPhotonsName;
34 static const char *gkGoodTausName;
35 static const char *gkMCAllLeptonsName;
36 static const char *gkMCBosonsName;
37 static const char *gkMCISRPhotonsName;
38 static const char *gkMCLeptonsName;
39 static const char *gkMCMETName;
40 static const char *gkMCNeutrinosName;
41 static const char *gkMCPhotonsName;
42 static const char *gkMCQuarksName;
43 static const char *gkMCRadPhotonsName;
44 static const char *gkMCTausName;
45 static const char *gkMCqqHsName;
46 static const char *gkMergedLeptonsName;
47 static const char *gkPubJetsName;
48 };
49 }
50 #endif