CMS 3D CMS Logo

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 } // namespace reco
26 
27 #endif
edm::RefProd
Definition: EDProductfwd.h:25
RefProd.h
edm::RefVector
Definition: EDProductfwd.h:27
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
edm::Ref< PhotonCollection >
reco::PhotonRefProd
edm::RefProd< PhotonCollection > PhotonRefProd
reference to a collection of Photon objects
Definition: PhotonFwd.h:18
RefVector.h
Photon
Definition: Photon.py:1
reco::PhotonRef
edm::Ref< PhotonCollection > PhotonRef
reference to an object in a collection of Photon objects
Definition: PhotonFwd.h:15
Ref.h
edm::RefVectorIterator
Definition: EDProductfwd.h:33
reco::PhotonCollection
std::vector< Photon > PhotonCollection
collectin of Photon objects
Definition: PhotonFwd.h:9
reco::PhotonRefVector
edm::RefVector< PhotonCollection > PhotonRefVector
vector of objects in the same collection of Photon objects
Definition: PhotonFwd.h:21
reco::photon_iterator
PhotonRefVector::iterator photon_iterator
iterator over a vector of reference to Photon objects
Definition: PhotonFwd.h:24