CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BaseTauFwd.h
Go to the documentation of this file.
1 #ifndef DataFormats_TauReco_BaseTauFwd_h
2 #define DataFormats_TauReco_BaseTauFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class BaseTau;
11  typedef std::vector<BaseTau> BaseTauCollection;
20 }
21 
22 #endif
BaseTauRefVector::iterator basetau_iterator
iterator over a vector of references to BaseTau objects all in the same collection ...
Definition: BaseTauFwd.h:19
edm::RefVector< BaseTauCollection > BaseTauRefVector
vector of references to BaseTau objects all in the same collection
Definition: BaseTauFwd.h:17
std::vector< BaseTau > BaseTauCollection
collection of BaseTau objects
Definition: BaseTauFwd.h:9
edm::Ref< BaseTauCollection > BaseTauRef
presistent reference to a BaseTau
Definition: BaseTauFwd.h:13
edm::RefProd< BaseTauCollection > BaseTauRefProd
references to BaseTau collection
Definition: BaseTauFwd.h:15