Revision: | 1.1 |
Committed: | Thu May 5 12:40:35 2011 UTC (14 years ago) by rwolf |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_025c_branch2, Mit_025c_branch1, Mit_025c_branch0, 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_021, Mit_021pre2 |
Branch point for: | Mit_025c_branch |
Log Message: | added NSVfit information |
# | Content |
---|---|
1 | // $Id: NSVFitFwd.h,v 1.1 2009/06/15 15:00:13 loizides 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 |