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 //
5 #include <vector>
10 
11 namespace reco {
13 
15  typedef std::vector<PreshowerCluster> PreshowerClusterCollection;
16 
19 
22 
25 
28 }
29 
30 #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