![]() |
![]() |
00001 #ifndef VIS_RECO_VIS_PF_CONTENT_H 00002 #define VIS_RECO_VIS_PF_CONTENT_H 00003 00004 #include "VisFramework/VisFrameworkBase/interface/VisCoreContent.h" 00005 00006 class VisPFContent : public VisContent 00007 { 00008 IG_DECLARE_STATE_ELEMENT(VisPFContent); 00009 public: 00010 VisPFContent(IgState *state); 00011 00012 private: 00013 void init(void); 00014 }; 00015 00016 #endif