#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 GsfTrackExtraRefVector::iterator | reco::gsfTrackExtra_iterator |
iterator over a vector of references to GsfTrackExtra in the same collection More... | |
typedef std::vector < GsfTrackExtra > | reco::GsfTrackExtraCollection |
collection of GsfTrackExtra objects More... | |
typedef edm::Ref < GsfTrackExtraCollection > | reco::GsfTrackExtraRef |
persistent reference to a GsfTrackExtra More... | |
typedef edm::RefProd < GsfTrackExtraCollection > | reco::GsfTrackExtraRefProd |
reference to a GsfTrackExtra collection More... | |
typedef edm::RefVector < GsfTrackExtraCollection > | reco::GsfTrackExtraRefVector |
vector of references to GsfTrackExtra in the same collection More... | |