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