ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/Names.cc
Revision: 1.5
Committed: Wed Jun 18 13:23:13 2008 UTC (16 years, 10 months ago) by paus
Content type: text/plain
Branch: MAIN
Changes since 1.4: +2 -1 lines
Log Message:
Basic structure of Filling framework.

File Contents

# User Rev Content
1 paus 1.5 // $Id: Names.cc,v 1.4 2008/06/17 14:47:16 loizides Exp $
2 loizides 1.1
3     #include "MitAna/DataTree/interface/Names.h"
4    
5     using namespace mithep;
6    
7 loizides 1.4 const char *Names::gkMitTreeName = "MitTree";
8     const char *Names::gkEvtHeaderBrn = "EventHeader";
9     const char *Names::gkGenPartBrn = "GenParticles";
10     const char *Names::gkTrackBrn = "Tracks";
11     const char *Names::gkMuonBrn = "Muons";
12     const char *Names::gkElectronBrn = "Electrons";
13 paus 1.5 const char *Names::gkGlobalMuonBrn = "GlobalMuons";