|
typedef edm::RefToBase< Candidate > | reco::CandidateBaseRef |
| persistent reference to an object in a collection of Candidate objects More...
|
|
typedef edm::RefToBaseProd< Candidate > | reco::CandidateBaseRefProd |
| vector of references to objects in the same collection of Candidate objects via base type More...
|
|
typedef edm::RefToBaseVector< Candidate > | reco::CandidateBaseRefVector |
| vector of references to objects in the same collection of Candidate objects via base type More...
|
|
typedef edm::OwnVector< Candidate > | reco::CandidateCollection |
| collection of Candidate objects More...
|
|
typedef edm::Ptr< Candidate > | reco::CandidatePtr |
| persistent reference to an object in a collection of Candidate objects More...
|
|
typedef edm::PtrVector< Candidate > | reco::CandidatePtrVector |
| persistent reference to an object in a collection of Candidate objects More...
|
|
typedef edm::Ref< CandidateCollection > | reco::CandidateRef |
| persistent reference to an object in a collection of Candidate objects More...
|
|
typedef edm::RefProd< CandidateCollection > | reco::CandidateRefProd |
| reference to a collection of Candidate objects More...
|
|
typedef edm::RefVector< CandidateCollection > | reco::CandidateRefVector |
| vector of references to objects in the same collection of Candidate objects More...
|
|
typedef edm::View< Candidate > | reco::CandidateView |
| view of a collection containing candidates More...
|
|