00001 #ifndef HFEMClusterShapeFwd_h 00002 #define HFEMClusterShapeFwd_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 HFEMClusterShape; 00009 // collection of HFEMClusterShape objects 00010 typedef std::vector<HFEMClusterShape> HFEMClusterShapeCollection; 00011 00013 typedef edm::Ref<HFEMClusterShapeCollection> HFEMClusterShapeRef; 00014 00016 typedef edm::RefProd<HFEMClusterShapeCollection> HFEMClusterShapeRefProd; 00017 00019 typedef edm::RefVector<HFEMClusterShapeCollection> HFEMClusterShapeRefVector; 00020 00022 typedef HFEMClusterShapeRefVector::iterator HFEMClusterShape_iterator; 00023 00024 } 00025 00026 #endif