#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef std::vector< reco::PileUpPFCandidate > | reco::PileUpPFCandidateCollection |
collection of PileUpPFCandidates More... | |
typedef PileUpPFCandidateCollection::const_iterator | reco::PileUpPFCandidateConstIterator |
iterator More... | |
typedef PileUpPFCandidateCollection::iterator | reco::PileUpPFCandidateIterator |
iterator More... | |
typedef edm::Ptr< PileUpPFCandidate > | reco::PileUpPFCandidatePtr |
persistent reference to a PileUpPFCandidate More... | |
typedef edm::Ref< PileUpPFCandidateCollection > | reco::PileUpPFCandidateRef |
persistent reference to a PileUpPFCandidate More... | |
typedef edm::RefProd< PileUpPFCandidateCollection > | reco::PileUpPFCandidateRefProd |
persistent reference to a PileUpPFCandidates collection More... | |
typedef edm::RefVector< PileUpPFCandidateCollection > | reco::PileUpPFCandidateRefVector |
vector of reference to GenParticleCandidate in the same collection More... | |