CMS 3D CMS Logo

ElectronFwd.h
Go to the documentation of this file.
1 #ifndef EgammaReco_ElectronFwd_h
2 #define EgammaReco_ElectronFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class Electron;
10 
12  typedef std::vector<Electron> ElectronCollection;
13 
16 
19 
22 
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