DataFormats
EgammaCandidates
interface
ElectronFwd.h
Go to the documentation of this file.
1
#ifndef EgammaReco_ElectronFwd_h
2
#define EgammaReco_ElectronFwd_h
3
#include <vector>
4
#include "
DataFormats/Common/interface/Ref.h
"
5
#include "
DataFormats/Common/interface/RefProd.h
"
6
#include "
DataFormats/Common/interface/RefVector.h
"
7
8
namespace
reco
{
9
class
Electron
;
10
12
typedef
std::vector<Electron>
ElectronCollection
;
13
15
typedef
edm::Ref<ElectronCollection>
ElectronRef
;
16
18
typedef
edm::RefProd<ElectronCollection>
ElectronRefProd
;
19
21
typedef
edm::RefVector<ElectronCollection>
ElectronRefVector
;
22
24
typedef
ElectronRefVector::iterator
electron_iterator
;
25
}
// namespace reco
26
27
#endif
edm::RefProd
Definition:
EDProductfwd.h:25
RefProd.h
Electron
Definition:
Electron.py:1
reco::ElectronRefProd
edm::RefProd< ElectronCollection > ElectronRefProd
reference to a collection of Electron objects
Definition:
ElectronFwd.h:18
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::ElectronRef
edm::Ref< ElectronCollection > ElectronRef
reference to an object in a collection of Electron objects
Definition:
ElectronFwd.h:15
reco::electron_iterator
ElectronRefVector::iterator electron_iterator
iterator over a vector of reference to Electron objects
Definition:
ElectronFwd.h:24
edm::Ref
Definition:
AssociativeIterator.h:58
reco::ElectronRefVector
edm::RefVector< ElectronCollection > ElectronRefVector
vector of objects in the same collection of Electron objects
Definition:
ElectronFwd.h:21
RefVector.h
reco::ElectronCollection
std::vector< Electron > ElectronCollection
collectin of Electron objects
Definition:
ElectronFwd.h:9
Ref.h
edm::RefVectorIterator
Definition:
EDProductfwd.h:33
Generated for CMSSW Reference Manual by
1.8.16