CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFBlockElementFwd.h
Go to the documentation of this file.
1 #ifndef DataFormats_ParticleFlowReco_PFBlockElementFwd_h
2 #define DataFormats_ParticleFlowReco_PFBlockElementFwd_h
3 
4 /* #include <vector> */
5 
6 /* #include "DataFormats/Common/interface/RefProd.h" */
7 /* #include "DataFormats/Common/interface/RefVector.h" */
8 
9 namespace reco {
10  class PFBlockElement;
11  class PFBlockElementCluster;
12  class PFBlockElementTrack;
13 }
14 
15 #endif