CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/IOPool/Common/interface/RootServiceChecker.h

Go to the documentation of this file.
00001 #ifndef IOPool_Common_RootServiceChecker_h
00002 #define IOPool_Common_RootServiceChecker_h
00003 
00004 namespace edm {
00005   class RootServiceChecker {
00006   public:
00007     RootServiceChecker();
00008     ~RootServiceChecker(){}
00009   };
00010 }
00011 
00012 #endif