ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Init/interface/ModNames.h
Revision: 1.15
Committed: Sat Aug 3 11:55:06 2013 UTC (11 years, 9 months ago) by ceballos
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -1 lines
Log Message:
new cleaning module

File Contents

# User Rev Content
1 loizides 1.1 //--------------------------------------------------------------------------------------------------
2 ceballos 1.15 // $Id: ModNames.h,v 1.14 2011/01/21 09:23:06 dkralph 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 ceballos 1.15 static const char *gkCleanCosmicsName;
25 loizides 1.7 static const char *gkCleanFwdJetsName;
26     static const char *gkCleanJetsName;
27 loizides 1.1 static const char *gkCleanMuonsName;
28 loizides 1.7 static const char *gkCleanNoFwdJetsName;
29 loizides 1.1 static const char *gkCleanPhotonsName;
30     static const char *gkCleanTausName;
31 ceballos 1.12 static const char *gkCleanPFTausName;
32 bendavid 1.11 static const char *gkCorrectedJetsName;
33 loizides 1.10 static const char *gkElFakeableObjsName;
34     static const char *gkFakeEventHeadersName;
35 loizides 1.3 static const char *gkGoodElectronsName;
36 loizides 1.7 static const char *gkGoodJetsName;
37 loizides 1.3 static const char *gkGoodMuonsName;
38     static const char *gkGoodPhotonsName;
39     static const char *gkGoodTausName;
40 ceballos 1.12 static const char *gkGoodPFTausName;
41 ceballos 1.13 static const char *gkGoodVertexesName;
42 loizides 1.7 static const char *gkMCAllLeptonsName;
43     static const char *gkMCBosonsName;
44 loizides 1.9 static const char *gkMCISRPhotonsName;
45 loizides 1.7 static const char *gkMCLeptonsName;
46 ceballos 1.6 static const char *gkMCMETName;
47 loizides 1.1 static const char *gkMCNeutrinosName;
48 loizides 1.7 static const char *gkMCPhotonsName;
49 loizides 1.9 static const char *gkMCQuarksName;
50 ceballos 1.8 static const char *gkMCRadPhotonsName;
51 loizides 1.7 static const char *gkMCTausName;
52 loizides 1.1 static const char *gkMCqqHsName;
53 loizides 1.3 static const char *gkMergedLeptonsName;
54 loizides 1.10 static const char *gkMuFakeableObjsName;
55 loizides 1.7 static const char *gkPubJetsName;
56 dkralph 1.14 static const char *gkCorrectedElectronsName;
57 loizides 1.1 };
58     }
59     #endif