CMS 3D CMS Logo

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