CMS 3D CMS Logo

PileUpPFCandidateFwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowCandidate_PileUpPFCandidateFwd_h
2 #define ParticleFlowCandidate_PileUpPFCandidateFwd_h
3 #include <vector>
7 
8 namespace reco {
10 
12  typedef std::vector<reco::PileUpPFCandidate> PileUpPFCandidateCollection;
13 
15  typedef PileUpPFCandidateCollection::const_iterator PileUpPFCandidateConstIterator;
16 
18  typedef PileUpPFCandidateCollection::iterator PileUpPFCandidateIterator;
19 
22 
25 
28 
31 
32 } // namespace reco
33 
34 #endif
edm::Ptr< PileUpPFCandidate > PileUpPFCandidatePtr
persistent reference to a PileUpPFCandidate
edm::RefVector< PileUpPFCandidateCollection > PileUpPFCandidateRefVector
vector of reference to GenParticleCandidate in the same collection
PileUpPFCandidateCollection::iterator PileUpPFCandidateIterator
iterator
PileUpPFCandidateCollection::const_iterator PileUpPFCandidateConstIterator
iterator
std::vector< reco::PileUpPFCandidate > PileUpPFCandidateCollection
collection of PileUpPFCandidates
edm::Ref< PileUpPFCandidateCollection > PileUpPFCandidateRef
persistent reference to a PileUpPFCandidate
fixed size matrix
edm::RefProd< PileUpPFCandidateCollection > PileUpPFCandidateRefProd
persistent reference to a PileUpPFCandidates collection
Particle reconstructed by the particle flow algorithm.