|
||||
File indexing completed on 2024-04-06 12:08:38
0001 #ifndef DQM_SiStripCommon_ExtractTObject_H 0002 #define DQM_SiStripCommon_ExtractTObject_H 0003 0004 #include "DQMServices/Core/interface/DQMStore.h" 0005 #include <string> 0006 0007 /** */ 0008 template <class T> 0009 class ExtractTObject { 0010 public: 0011 typedef dqm::legacy::MonitorElement MonitorElement; 0012 0013 static T* extract(MonitorElement* me); 0014 }; 0015 0016 #endif // DQM_SiStripCommon_ExtractTObject_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |