CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/ParticleFlowReco/interface/PFBlockElementSuperClusterFwd.h

Go to the documentation of this file.
00001 #ifndef PFBlockElementSuperClusterFwd_H
00002 #define PFBlockElementSuperClusterFwd_H
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 namespace reco{
00006   class PFBlockElementSuperCluster;
00007   typedef std::vector<reco::PFBlockElementSuperCluster> PFBlockElementSuperClusterCollection;
00008   typedef edm::Ref<reco::PFBlockElementSuperClusterCollection> PFBlockElementSuperClusterRef;
00009 }
00010 
00011 #endif