CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ClusterShapeFwd.h
Go to the documentation of this file.
1 #ifndef EgammaReco_ClusterShapeFwd_h
2 #define EgammaReco_ClusterShapeFwd_h
6 
7 namespace reco {
8  class ClusterShape;
9 
11  typedef std::vector<ClusterShape> ClusterShapeCollection;
12 
15 
18 
21 
24 }
25 
26 #endif
edm::RefProd< ClusterShapeCollection > ClusterShapeRefProd
reference to a collection of ClusterShape objects
std::vector< ClusterShape > ClusterShapeCollection
collection of ClusterShape objects
edm::RefVector< ClusterShapeCollection > ClusterShapeRefVector
vector of references to objects in the same collectin of ClusterShape objects
ClusterShapeRefVector::iterator clusterShape_iterator
iterator over a vector of references to ClusterShape objects
edm::Ref< ClusterShapeCollection > ClusterShapeRef
reference to an object in a collection of ClusterShape objects