ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/Names.cc
Revision: 1.3
Committed: Thu Jun 5 16:03:35 2008 UTC (16 years, 11 months ago) by bendavid
Content type: text/plain
Branch: MAIN
Changes since 1.2: +3 -1 lines
Log Message:
added electron class, updated lepton class, added basic functionality for tracks, muons

File Contents

# User Rev Content
1 bendavid 1.3 // $Id: Names.cc,v 1.2 2008/06/05 07:53:21 loizides Exp $
2 loizides 1.1
3     #include "MitAna/DataTree/interface/Names.h"
4    
5     using namespace mithep;
6    
7 loizides 1.2 const char *Names::gkMitTreeName = "MitTree";
8     const char *Names::gkGenPartBrn = "GenParticles";
9 bendavid 1.3 const char *Names::gkTrackBrn = "Tracks";
10 loizides 1.2 const char *Names::gkMuonBrn = "Muons";
11 bendavid 1.3 const char *Names::gkElectronBrn = "Electrons";