CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PreshowerClusterFwd.h
Go to the documentation of this file.
1 #ifndef EgammaReco_PreshowerClusterFwd_h
2 #define EgammaReco_PreshowerClusterFwd_h
3 //
4 // $Id: PreshowerClusterFwd.h,v 1.4 2006/06/11 17:59:41 rahatlou Exp $
5 //
6 #include <vector>
11 
12 namespace reco {
14 
16  typedef std::vector<PreshowerCluster> PreshowerClusterCollection;
17 
20 
23 
26 
29 }
30 
31 #endif
edm::Ref< PreshowerClusterCollection > PreshowerClusterRef
persistent reference to PreshowerCluster objects
std::vector< PreshowerCluster > PreshowerClusterCollection
collection of PreshowerCluster objects
edm::RefProd< PreshowerClusterCollection > PreshowerClusterRefProd
reference to PreshowerCluster collection
edm::RefVector< PreshowerClusterCollection > PreshowerClusterRefVector
vector of references to PreshowerCluster objects all in the same collection
PreshowerClusterRefVector::iterator PreshowerCluster_iterator
iterator over a vector of references to PreshowerCluster objects