00001 #ifndef EgammaReco_ClusterShapeFwd_h 00002 #define EgammaReco_ClusterShapeFwd_h 00003 #include "DataFormats/Common/interface/Ref.h" 00004 #include "DataFormats/Common/interface/RefProd.h" 00005 #include "DataFormats/Common/interface/RefVector.h" 00006 00007 namespace reco { 00008 class ClusterShape; 00009 00011 typedef std::vector<ClusterShape> ClusterShapeCollection; 00012 00014 typedef edm::Ref<ClusterShapeCollection> ClusterShapeRef; 00015 00017 typedef edm::RefProd<ClusterShapeCollection> ClusterShapeRefProd; 00018 00020 typedef edm::RefVector<ClusterShapeCollection> ClusterShapeRefVector; 00021 00023 typedef ClusterShapeRefVector::iterator clusterShape_iterator; 00024 } 00025 00026 #endif