#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 < EcalIsolatedParticleCandidate > | reco::EcalIsolatedParticleCandidateCollection |
collection of EcalIsolatedParticleCandidate objects More... | |
typedef EcalIsolatedParticleCandidateRefVector::iterator | reco::EcalIsolatedParticleCandidateIterator |
iterator over a vector of reference to EcalIsolatedParticleCandidate objects More... | |
typedef edm::Ref < EcalIsolatedParticleCandidateCollection > | reco::EcalIsolatedParticleCandidateRef |
reference to an object in a collection of EcalIsolatedParticleCandidate objects More... | |
typedef edm::RefProd < EcalIsolatedParticleCandidateCollection > | reco::EcalIsolatedParticleCandidateRefProd |
reference to a collection of EcalIsolatedParticleCandidate objects More... | |
typedef edm::RefVector < EcalIsolatedParticleCandidateCollection > | reco::EcalIsolatedParticleCandidateRefVector |
vector of objects in the same collection of EcalIsolatedParticleCandidate objects More... | |