CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronSeedFwd.h
Go to the documentation of this file.
1 #ifndef EGammaReco_ElectronSeedFwd_h
2 #define EGammaReco_ElectronSeedFwd_h
3 
4 #include <vector>
8 
9 namespace reco {
10  class ElectronSeed;
12  typedef std::vector<ElectronSeed> ElectronSeedCollection;
21 }
22 
23 #endif
edm::Ref< ElectronSeedCollection > ElectronSeedRef
reference to an object in a collection of ElectronSeed objects
edm::RefVector< ElectronSeedCollection > ElectronSeedRefVector
vector of objects in the same collection of ElectronSeed objects
edm::RefProd< ElectronSeedCollection > ElectronSeedRefProd
reference to a collection of ElectronSeed objects
std::vector< ElectronSeed > ElectronSeedCollection
collection of ElectronSeed objects
ElectronSeedRefVector::iterator electronephltseed_iterator
iterator over a vector of reference to ElectronSeed objects