#include "DataFormats/Common/interface/OwnVector.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefToBase.h"
#include "DataFormats/Common/interface/RefToBaseVector.h"
#include "DataFormats/Common/interface/RefToBaseProd.h"
#include "DataFormats/Common/interface/View.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef edm::RefToBase < NamedCompositeCandidate > | reco::NamedCompositeCandidateBaseRef |
persistent reference to an object in a collection of Candidate objects More... | |
typedef edm::RefToBaseProd < NamedCompositeCandidate > | reco::NamedCompositeCandidateBaseRefProd |
vector of references to objects in the same collection of Candidate objects via base type More... | |
typedef edm::RefToBaseVector < NamedCompositeCandidate > | reco::NamedCompositeCandidateBaseRefVector |
vector of references to objects in the same collection of Candidate objects via base type More... | |
typedef std::vector < NamedCompositeCandidate > | reco::NamedCompositeCandidateCollection |
collection of Candidate objects More... | |
typedef edm::Ref < NamedCompositeCandidateCollection > | reco::NamedCompositeCandidateRef |
persistent reference to an object in a collection of Candidate objects More... | |
typedef edm::RefProd < NamedCompositeCandidateCollection > | reco::NamedCompositeCandidateRefProd |
reference to a collection of Candidate objects More... | |
typedef edm::RefVector < NamedCompositeCandidateCollection > | reco::NamedCompositeCandidateRefVector |
vector of references to objects in the same collection of Candidate objects More... | |
typedef edm::View < NamedCompositeCandidate > | reco::NamedCompositeCandidateView |
view of a collection containing candidates More... | |