ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/NSVFitFwd.h
Revision: 1.2
Committed: Tue Jan 31 15:39:49 2012 UTC (13 years, 3 months ago) by rwolf
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
State: FILE REMOVED
Log Message:
remove obsolete NSVfit stuff from Bambu

File Contents

# Content
1 // $Id: NSVFitFwd.h,v 1.1 2011/05/05 12:40:35 rwolf Exp $
2
3 #ifndef MITANA_DATATREE_NSVFITFWD_H
4 #define MITANA_DATATREE_NSVFITFWD_H
5
6 #include "MitAna/DataCont/interface/CollectionFwd.h"
7 #include "MitAna/DataCont/interface/ArrayFwd.h"
8 #include "MitAna/DataCont/interface/ObjArrayFwd.h"
9
10 namespace mithep {
11 class NSVFit;
12 typedef Collection<NSVFit> NSVFitCol;
13 typedef Array<NSVFit> NSVFitArr;
14 typedef ObjArray<NSVFit> NSVFitOArr;
15 }
16 #endif