ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TreeMod/src/BaseMod.cc
Revision: 1.1
Committed: Thu Jun 12 08:47:57 2008 UTC (16 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: MITHEP_2_0_x
Log Message:
Added base module that we can custom as we wish.

File Contents

# User Rev Content
1 loizides 1.1 // $Id: ParticleExample.cc,v 1.6 2008/06/09 00:06:36 bendavid Exp $
2    
3     #include "MitAna/TreeMod/interface/BaseMod.h"
4    
5     using namespace mithep;
6    
7     ClassImp(mithep::BaseMod)