CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GsfElectronFwd.h
Go to the documentation of this file.
1 
2 #ifndef EgammaReco_GsfElectronFwd_h
3 #define EgammaReco_GsfElectronFwd_h
4 
8 #include <vector>
9 
11 
12 namespace reco {
13 
14  class GsfElectron ;
15 
17  typedef std::vector<GsfElectron> GsfElectronCollection ;
18  //typedef GsfElectronCollection PixelMatchGsfElectronCollection ;
19 
22  //typedef GsfElectronRef PixelMatchGsfElectronRef ;
23 
26  //typedef GsfElectronRefProd PixelMatchGsfElectronRefProd ;
27 
30  //typedef GsfElectronRefVector PixelMatchGsfElectronRefVector ;
31 
34  //typedef GsfElectron_iterator PixelMatchGsfElectron_iterator ;
35 
36 }
37 
38 #endif
edm::RefVector< GsfElectronCollection > GsfElectronRefVector
vector of objects in the same collection of GsfElectron objects
std::vector< GsfElectron > GsfElectronCollection
collection of GsfElectron objects
edm::RefProd< GsfElectronCollection > GsfElectronRefProd
reference to a collection of GsfElectron objects
edm::Ref< GsfElectronCollection > GsfElectronRef
reference to an object in a collection of GsfElectron objects
GsfElectronRefVector::iterator GsfElectron_iterator
iterator over a vector of reference to GsfElectron objects