#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 SiStripElectronRefVector::iterator | reco::siStripElectron_iterator |
iterator over a vector of reference to SiStripElectron objects | |
typedef std::vector < SiStripElectron > | reco::SiStripElectronCollection |
collectin of SiStripElectron objects | |
typedef edm::Ref < SiStripElectronCollection > | reco::SiStripElectronRef |
reference to an object in a collection of SiStripElectron objects | |
typedef edm::RefProd < SiStripElectronCollection > | reco::SiStripElectronRefProd |
reference to a collection of SiStripElectron objects | |
typedef edm::RefVector < SiStripElectronCollection > | reco::SiStripElectronRefVector |
vector of objects in the same collection of SiStripElectron objects |