ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Init/src/ModNames.cc
Revision: 1.17
Committed: Fri Jan 21 09:23:26 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.16: +2 -1 lines
Log Message:
Added "CorrectedElectronsName".

File Contents

# Content
1 // $Id: ModNames.cc,v 1.16 2010/10/20 02:44:47 ceballos Exp $
2
3 #include "MitPhysics/Init/interface/ModNames.h"
4
5 using namespace mithep;
6
7 //--------------------------------------------------------------------------------------------------
8
9 const char *ModNames::gkCleanCaloMetName = "CleanCaloMet";
10 const char *ModNames::gkCleanElectronsName = "CleanElectrons";
11 const char *ModNames::gkCleanFwdJetsName = "CleanFwdJets";
12 const char *ModNames::gkCleanJetsName = "CleanRandomJets";
13 const char *ModNames::gkCleanMuonsName = "CleanMuons";
14 const char *ModNames::gkCleanNoFwdJetsName = "CleanNoFwdJets";
15 const char *ModNames::gkCleanPhotonsName = "CleanPhotons";
16 const char *ModNames::gkCleanTausName = "CleanTaus";
17 const char *ModNames::gkCleanPFTausName = "CleanPFTaus";
18 const char *ModNames::gkCorrectedJetsName = "CorrectedJets";
19 const char *ModNames::gkElFakeableObjsName = "ElectronFakeableObjects";
20 const char *ModNames::gkFakeEventHeadersName = "FakeEventHeaders";
21 const char *ModNames::gkGoodElectronsName = "GoodElectrons";
22 const char *ModNames::gkGoodJetsName = "GoodRandomJets";
23 const char *ModNames::gkGoodMuonsName = "GoodMuons";
24 const char *ModNames::gkGoodPhotonsName = "GoodPhotons";
25 const char *ModNames::gkGoodTausName = "GoodTaus";
26 const char *ModNames::gkGoodPFTausName = "GoodPFTaus";
27 const char *ModNames::gkGoodVertexesName = "GoodVertexes";
28 const char *ModNames::gkMCAllLeptonsName = "MCAllLeptons";
29 const char *ModNames::gkMCBosonsName = "MCBosons";
30 const char *ModNames::gkMCISRPhotonsName = "MCISRPhotons";
31 const char *ModNames::gkMCLeptonsName = "MCLeptons";
32 const char *ModNames::gkMCMETName = "MCMET";
33 const char *ModNames::gkMCNeutrinosName = "MCNeutrinos";
34 const char *ModNames::gkMCPhotonsName = "MCPhotons";
35 const char *ModNames::gkMCQuarksName = "MCQuarks";
36 const char *ModNames::gkMCRadPhotonsName = "MCRadPhotons";
37 const char *ModNames::gkMCTausName = "MCTaus";
38 const char *ModNames::gkMCqqHsName = "MCqqHs";
39 const char *ModNames::gkMergedLeptonsName = "MergedLeptons";
40 const char *ModNames::gkMuFakeableObjsName = "MuonFakeableObjects";
41 const char *ModNames::gkPubJetsName = "PubJets";
42 const char *ModNames::gkCorrectedElectronsName = "CorrectedElectrons";