#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 ElectronPixelSeedRefVector::iterator | reco::electronephltseed_iterator |
iterator over a vector of reference to ElectronPixelSeed objects | |
typedef std::vector < ElectronPixelSeed > | reco::ElectronPixelSeedCollection |
collectin of ElectronPixelSeed objects | |
typedef edm::Ref < ElectronPixelSeedCollection > | reco::ElectronPixelSeedRef |
reference to an object in a collection of ElectronPixelSeed objects | |
typedef edm::RefProd < ElectronPixelSeedCollection > | reco::ElectronPixelSeedRefProd |
reference to a collection of ElectronPixelSeed objects | |
typedef edm::RefVector < ElectronPixelSeedCollection > | reco::ElectronPixelSeedRefVector |
vector of objects in the same collection of ElectronPixelSeed objects |