#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 TrackExtraRefVector::iterator | reco::trackExtra_iterator |
iterator over a vector of references to TrackExtra in the same collection More... | |
typedef std::vector< TrackExtra > | reco::TrackExtraCollection |
collection of TrackExtra objects More... | |
typedef edm::Ref< TrackExtraCollection > | reco::TrackExtraRef |
persistent reference to a TrackExtra More... | |
typedef edm::RefProd< TrackExtraCollection > | reco::TrackExtraRefProd |
reference to a TrackExtra collection More... | |
typedef edm::RefVector< TrackExtraCollection > | reco::TrackExtraRefVector |
vector of references to TrackExtra in the same collection More... | |