ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Init/interface/ModNames.h
Revision: 1.14
Committed: Fri Jan 21 09:23:06 2011 UTC (14 years, 3 months ago) by dkralph
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_029c, Mit_029b, Mit_029a, Mit_028a, Mit_028, Mit_027, Mit_027a, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b, Mit_020a, Mit_020, Mit_020pre1, Mit_018
Changes since 1.13: +2 -1 lines
Log Message:
Added gkCorrectedElectronsName.

File Contents

# User Rev Content
1 loizides 1.1 //--------------------------------------------------------------------------------------------------
2 dkralph 1.14 // $Id: ModNames.h,v 1.13 2010/10/20 02:44:52 ceballos 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 ceballos 1.12 static const char *gkCleanPFTausName;
31 bendavid 1.11 static const char *gkCorrectedJetsName;
32 loizides 1.10 static const char *gkElFakeableObjsName;
33     static const char *gkFakeEventHeadersName;
34 loizides 1.3 static const char *gkGoodElectronsName;
35 loizides 1.7 static const char *gkGoodJetsName;
36 loizides 1.3 static const char *gkGoodMuonsName;
37     static const char *gkGoodPhotonsName;
38     static const char *gkGoodTausName;
39 ceballos 1.12 static const char *gkGoodPFTausName;
40 ceballos 1.13 static const char *gkGoodVertexesName;
41 loizides 1.7 static const char *gkMCAllLeptonsName;
42     static const char *gkMCBosonsName;
43 loizides 1.9 static const char *gkMCISRPhotonsName;
44 loizides 1.7 static const char *gkMCLeptonsName;
45 ceballos 1.6 static const char *gkMCMETName;
46 loizides 1.1 static const char *gkMCNeutrinosName;
47 loizides 1.7 static const char *gkMCPhotonsName;
48 loizides 1.9 static const char *gkMCQuarksName;
49 ceballos 1.8 static const char *gkMCRadPhotonsName;
50 loizides 1.7 static const char *gkMCTausName;
51 loizides 1.1 static const char *gkMCqqHsName;
52 loizides 1.3 static const char *gkMergedLeptonsName;
53 loizides 1.10 static const char *gkMuFakeableObjsName;
54 loizides 1.7 static const char *gkPubJetsName;
55 dkralph 1.14 static const char *gkCorrectedElectronsName;
56 loizides 1.1 };
57     }
58     #endif