#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 std::vector< ElectronSeed > | reco::ElectronSeedCollection |
collection of ElectronSeed objects More... | |
typedef edm::Ref< ElectronSeedCollection > | reco::ElectronSeedRef |
reference to an object in a collection of ElectronSeed objects More... | |
typedef edm::RefProd< ElectronSeedCollection > | reco::ElectronSeedRefProd |
reference to a collection of ElectronSeed objects More... | |
typedef edm::RefVector< ElectronSeedCollection > | reco::ElectronSeedRefVector |
vector of objects in the same collection of ElectronSeed objects More... | |