#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/ParticleFlowReco/interface/RecoPFClusterRefCandidate.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef RecoPFClusterRefCandidateRefVector::iterator | reco::recoPFClusterRefCandidate_iterator |
iterator over a vector of reference to RecoPFClusterRefCandidate objects More... | |
typedef std::vector < RecoPFClusterRefCandidate > | reco::RecoPFClusterRefCandidateCollection |
collectin of LeafRefCandidateT<reco::TrackRef> objects More... | |
typedef edm::Ref < RecoPFClusterRefCandidateCollection > | reco::RecoPFClusterRefCandidateRef |
reference to an object in a collection of RecoPFClusterRefCandidate objects More... | |
typedef edm::RefProd < RecoPFClusterRefCandidateCollection > | reco::RecoPFClusterRefCandidateRefProd |
reference to a collection of RecoPFClusterRefCandidate objects More... | |
typedef edm::RefToBase < reco::Candidate > | reco::RecoPFClusterRefCandidateRefToBase |
typedef edm::RefVector < RecoPFClusterRefCandidateCollection > | reco::RecoPFClusterRefCandidateRefVector |
vector of objects in the same collection of RecoPFClusterRefCandidate objects More... | |