#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 RecoStandAloneMuonCandidateRefVector::iterator | reco::recoStandAloneMuonCandidate_iterator |
iterator over a vector of reference to RecoStandAloneMuonCandidate objects More... | |
typedef std::vector < RecoStandAloneMuonCandidate > | reco::RecoStandAloneMuonCandidateCollection |
collectin of RecoStandAloneMuonCandidate objects More... | |
typedef edm::Ref < RecoStandAloneMuonCandidateCollection > | reco::RecoStandAloneMuonCandidateRef |
reference to an object in a collection of RecoStandAloneMuonCandidate objects More... | |
typedef edm::RefProd < RecoStandAloneMuonCandidateCollection > | reco::RecoStandAloneMuonCandidateRefProd |
reference to a collection of RecoStandAloneMuonCandidate objects More... | |
typedef edm::RefVector < RecoStandAloneMuonCandidateCollection > | reco::RecoStandAloneMuonCandidateRefVector |
vector of objects in the same collection of RecoStandAloneMuonCandidate objects More... | |