ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Init/interface/ModNames.h
Revision: 1.11
Committed: Tue Sep 8 00:00:29 2009 UTC (15 years, 7 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_014c, Mit_014b, Mit_014a, Mit_014, Mit_014pre3, Mit_014pre2, Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a
Changes since 1.10: +2 -1 lines
Log Message:
Add JetCorrectionMod for on the fly jet corrections

File Contents

# User Rev Content
1 loizides 1.1 //--------------------------------------------------------------------------------------------------
2 bendavid 1.11 // $Id: ModNames.h,v 1.10 2009/06/30 10:58:51 loizides Exp $
3 loizides 1.1 //
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 loizides 1.4 static const char *gkCleanCaloMetName;
23 loizides 1.1 static const char *gkCleanElectronsName;
24 loizides 1.7 static const char *gkCleanFwdJetsName;
25     static const char *gkCleanJetsName;
26 loizides 1.1 static const char *gkCleanMuonsName;
27 loizides 1.7 static const char *gkCleanNoFwdJetsName;
28 loizides 1.1 static const char *gkCleanPhotonsName;
29     static const char *gkCleanTausName;
30 bendavid 1.11 static const char *gkCorrectedJetsName;
31 loizides 1.10 static const char *gkElFakeableObjsName;
32     static const char *gkFakeEventHeadersName;
33 loizides 1.3 static const char *gkGoodElectronsName;
34 loizides 1.7 static const char *gkGoodJetsName;
35 loizides 1.3 static const char *gkGoodMuonsName;
36     static const char *gkGoodPhotonsName;
37     static const char *gkGoodTausName;
38 loizides 1.7 static const char *gkMCAllLeptonsName;
39     static const char *gkMCBosonsName;
40 loizides 1.9 static const char *gkMCISRPhotonsName;
41 loizides 1.7 static const char *gkMCLeptonsName;
42 ceballos 1.6 static const char *gkMCMETName;
43 loizides 1.1 static const char *gkMCNeutrinosName;
44 loizides 1.7 static const char *gkMCPhotonsName;
45 loizides 1.9 static const char *gkMCQuarksName;
46 ceballos 1.8 static const char *gkMCRadPhotonsName;
47 loizides 1.7 static const char *gkMCTausName;
48 loizides 1.1 static const char *gkMCqqHsName;
49 loizides 1.3 static const char *gkMergedLeptonsName;
50 loizides 1.10 static const char *gkMuFakeableObjsName;
51 loizides 1.7 static const char *gkPubJetsName;
52 loizides 1.1 };
53     }
54     #endif