CMS 3D CMS Logo

IsolatedPFCandidateFwd.h
Go to the documentation of this file.
1 #ifndef ParticleFlowCandidate_IsolatedPFCandidateFwd_h
2 #define ParticleFlowCandidate_IsolatedPFCandidateFwd_h
3 #include <vector>
8 
9 namespace reco {
11 
13  typedef std::vector<reco::IsolatedPFCandidate> IsolatedPFCandidateCollection;
14 
16  typedef IsolatedPFCandidateCollection::const_iterator IsolatedPFCandidateConstIterator;
17 
19  typedef IsolatedPFCandidateCollection::iterator IsolatedPFCandidateIterator;
20 
23 
26 
29 
32 
33 } // namespace reco
34 
35 #endif
edm::RefProd
Definition: EDProductfwd.h:25
reco::IsolatedPFCandidateConstIterator
IsolatedPFCandidateCollection::const_iterator IsolatedPFCandidateConstIterator
iterator
Definition: IsolatedPFCandidateFwd.h:16
RefProd.h
reco::IsolatedPFCandidatePtr
edm::Ptr< IsolatedPFCandidate > IsolatedPFCandidatePtr
persistent reference to a IsolatedPFCandidate
Definition: IsolatedPFCandidateFwd.h:25
edm::RefVector
Definition: EDProductfwd.h:27
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
edm::Ref
Definition: AssociativeIterator.h:58
reco::IsolatedPFCandidate
Particle reconstructed by the particle flow algorithm.
Definition: IsolatedPFCandidate.h:16
reco::IsolatedPFCandidateCollection
std::vector< reco::IsolatedPFCandidate > IsolatedPFCandidateCollection
collection of IsolatedPFCandidates
Definition: IsolatedPFCandidateFwd.h:10
RefVector.h
reco::IsolatedPFCandidateRef
edm::Ref< IsolatedPFCandidateCollection > IsolatedPFCandidateRef
persistent reference to a IsolatedPFCandidate
Definition: IsolatedPFCandidateFwd.h:22
Ptr.h
edm::Ptr
Definition: AssociationVector.h:31
Ref.h
reco::IsolatedPFCandidateRefVector
edm::RefVector< IsolatedPFCandidateCollection > IsolatedPFCandidateRefVector
vector of reference to GenParticleCandidate in the same collection
Definition: IsolatedPFCandidateFwd.h:31
reco::IsolatedPFCandidateIterator
IsolatedPFCandidateCollection::iterator IsolatedPFCandidateIterator
iterator
Definition: IsolatedPFCandidateFwd.h:19
reco::IsolatedPFCandidateRefProd
edm::RefProd< IsolatedPFCandidateCollection > IsolatedPFCandidateRefProd
persistent reference to a IsolatedPFCandidates collection
Definition: IsolatedPFCandidateFwd.h:28