CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PFRecHitFwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowReco_PFRecHitFwd_h
2 #define ParticleFlowReco_PFRecHitFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class PFRecHit;
10 
12  typedef std::vector<PFRecHit> PFRecHitCollection;
13 
16 
19 
22 
25 
28 } // namespace reco
29 
30 #endif
edm::RefVector< PFRecHitCollection > PFRecHitRefVector
vector of references to PFRecHit objects all in the same collection
Definition: PFRecHitFwd.h:21
PFRecHitRefVector::iterator basicRecHit_iterator
iterator over a vector of references to PFRecHit objects
Definition: PFRecHitFwd.h:24
edm::RefToBaseVector< reco::PFRecHit > PFRecHitBaseRefVector
ref to base vector for dealing with views
Definition: PFRecHitFwd.h:27
edm::RefProd< PFRecHitCollection > PFRecHitRefProd
reference to PFRecHit collection
Definition: PFRecHitFwd.h:18
std::vector< PFRecHit > PFRecHitCollection
collection of PFRecHit objects
Definition: PFRecHitFwd.h:9
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
Definition: PFRecHit.h:31
edm::Ref< PFRecHitCollection > PFRecHitRef
persistent reference to PFRecHit objects
Definition: PFRecHitFwd.h:15