CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFV0Fwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowReco_PFV0Fwd_h
2 #define ParticleFlowReco_PFV0Fwd_h
3 #include <vector>
7 
8 namespace reco {
9  class PFV0;
10 
12  typedef std::vector<PFV0> PFV0Collection;
13 
16 
19 
22 
25 }
26 
27 #endif
edm::RefVector< PFV0Collection > PFV0RefVector
vector of references to PFV0 objects all in the same collection
Definition: PFV0Fwd.h:21
PFV0RefVector::iterator PFV0_iterator
iterator over a vector of references to PFV0 objects
Definition: PFV0Fwd.h:24
edm::Ref< PFV0Collection > PFV0Ref
persistent reference to PFV0 objects
Definition: PFV0Fwd.h:15
std::vector< PFV0 > PFV0Collection
collection of PFV0 objects
Definition: PFV0Fwd.h:9
edm::RefProd< PFV0Collection > PFV0RefProd
reference to PFV0 collection
Definition: PFV0Fwd.h:18