CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronIDFwd.h
Go to the documentation of this file.
1 #ifndef EgammaReco_ElectronIDFwd_h
2 #define EgammaReco_ElectronIDFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class ElectronID;
10 
12  typedef std::vector<ElectronID> ElectronIDCollection;
13 
16 
19 
22 
25 }
26 
27 #endif
edm::RefVector< ElectronIDCollection > ElectronIDRefVector
vector of objects in the same collection of ElectronID objects
Definition: ElectronIDFwd.h:21
ElectronIDRefVector::iterator electronID_iterator
iterator over a vector of reference to ElectronID objects
Definition: ElectronIDFwd.h:24
edm::RefProd< ElectronIDCollection > ElectronIDRefProd
reference to a collection of ElectronID objects
Definition: ElectronIDFwd.h:18
std::vector< ElectronID > ElectronIDCollection
collection of ElectronID objects
Definition: ElectronIDFwd.h:9
edm::Ref< ElectronIDCollection > ElectronIDRef
reference to an object in a collection of ElectronID objects
Definition: ElectronIDFwd.h:15