CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhotonFwd.h
Go to the documentation of this file.
1 #ifndef EgammaReco_PhotonFwd_h
2 #define EgammaReco_PhotonFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class Photon;
10 
12  typedef std::vector<Photon> PhotonCollection;
13 
16 
19 
22 
25 }
26 
27 #endif
edm::RefVector< PhotonCollection > PhotonRefVector
vector of objects in the same collection of Photon objects
Definition: PhotonFwd.h:21
edm::RefProd< PhotonCollection > PhotonRefProd
reference to a collection of Photon objects
Definition: PhotonFwd.h:18
std::vector< Photon > PhotonCollection
collectin of Photon objects
Definition: PhotonFwd.h:9
edm::Ref< PhotonCollection > PhotonRef
reference to an object in a collection of Photon objects
Definition: PhotonFwd.h:15
PhotonRefVector::iterator photon_iterator
iterator over a vector of reference to Photon objects
Definition: PhotonFwd.h:24