#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 ElectronRefVector::iterator | reco::electron_iterator |
iterator over a vector of reference to Electron objects More... | |
typedef std::vector< Electron > | reco::ElectronCollection |
collectin of Electron objects More... | |
typedef edm::Ref< ElectronCollection > | reco::ElectronRef |
reference to an object in a collection of Electron objects More... | |
typedef edm::RefProd< ElectronCollection > | reco::ElectronRefProd |
reference to a collection of Electron objects More... | |
typedef edm::RefVector< ElectronCollection > | reco::ElectronRefVector |
vector of objects in the same collection of Electron objects More... | |