CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PreIdFwd.h
Go to the documentation of this file.
1 #ifndef PreIdFwd_H
2 #define PreIdFwd_H
3 #include <vector>
5 namespace reco{
6  class PreId;
7  typedef std::vector<reco::PreId> PreIdCollection;
9 }
10 
11 #endif
std::vector< reco::PreId > PreIdCollection
Definition: PreIdFwd.h:6
edm::Ref< reco::PreIdCollection > PreIdRef
Definition: PreIdFwd.h:8