Revision: | 1.1 |
Committed: | Sat May 5 16:49:10 2012 UTC (13 years ago) by paus |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, HEAD |
Branch point for: | Mit_025c_branch |
Log Message: | Version 027 - complete version for ICHEP 2012. |
# | Content |
---|---|
1 | // $Id: PSClusterFwd.h,v 1.1 2009/06/15 15:00:11 loizides Exp $ |
2 | |
3 | #ifndef MITANA_DATATREE_PSCLUSTERFWD_H |
4 | #define MITANA_DATATREE_PSCLUSTERFWD_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 PsCluster; |
12 | typedef Collection<PsCluster> PsClusterCol; |
13 | typedef Array<PsCluster> PsClusterArr; |
14 | typedef ObjArray<PsCluster> PsClusterOArr; |
15 | } |
16 | #endif |