CMS 3D CMS Logo

PhotonFwd.h

Go to the documentation of this file.
00001 #ifndef EgammaReco_PhotonFwd_h
00002 #define EgammaReco_PhotonFwd_h
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 #include "DataFormats/Common/interface/RefProd.h"
00006 #include "DataFormats/Common/interface/RefVector.h"
00007 
00008 namespace reco {
00009   class Photon;
00010 
00012   typedef std::vector<Photon> PhotonCollection;
00013 
00015   typedef edm::Ref<PhotonCollection> PhotonRef;
00016 
00018   typedef edm::RefProd<PhotonCollection> PhotonRefProd;
00019 
00021   typedef edm::RefVector<PhotonCollection> PhotonRefVector;
00022 
00024   typedef PhotonRefVector::iterator photon_iterator;
00025 }
00026 
00027 #endif

Generated on Tue Jun 9 17:30:43 2009 for CMSSW by  doxygen 1.5.4