CMS 3D CMS Logo

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::RefProd
Definition: EDProductfwd.h:25
RefProd.h
edm::RefVector
Definition: EDProductfwd.h:27
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
edm::Ref< PFRecHitCollection >
reco::PFRecHitCollection
std::vector< PFRecHit > PFRecHitCollection
collection of PFRecHit objects
Definition: PFRecHitFwd.h:9
reco::PFRecHitBaseRefVector
edm::RefToBaseVector< reco::PFRecHit > PFRecHitBaseRefVector
ref to base vector for dealing with views
Definition: PFRecHitFwd.h:27
RefVector.h
reco::PFRecHitRef
edm::Ref< PFRecHitCollection > PFRecHitRef
persistent reference to PFRecHit objects
Definition: PFRecHitFwd.h:15
edm::RefToBaseVector
Definition: EDProductfwd.h:29
Ref.h
reco::PFRecHitRefVector
edm::RefVector< PFRecHitCollection > PFRecHitRefVector
vector of references to PFRecHit objects all in the same collection
Definition: PFRecHitFwd.h:21
edm::RefVectorIterator
Definition: EDProductfwd.h:33
reco::PFRecHit
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
Definition: PFRecHit.h:31
reco::basicRecHit_iterator
PFRecHitRefVector::iterator basicRecHit_iterator
iterator over a vector of references to PFRecHit objects
Definition: PFRecHitFwd.h:24
reco::PFRecHitRefProd
edm::RefProd< PFRecHitCollection > PFRecHitRefProd
reference to PFRecHit collection
Definition: PFRecHitFwd.h:18