CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DQM/SiStripCommon/interface/ExtractTObject.h

Go to the documentation of this file.
00001 #ifndef DQM_SiStripCommon_ExtractTObject_H
00002 #define DQM_SiStripCommon_ExtractTObject_H
00003 
00004 #include "DQMServices/Core/interface/MonitorElement.h"
00005 #include <string>
00006 
00007 class MonitorElement;
00008 
00010 template <class T> 
00011 class ExtractTObject {
00012 
00013  public:
00014 
00015   static T* extract( MonitorElement* me );
00016 
00017 };
00018 
00019 #endif // DQM_SiStripCommon_ExtractTObject_H