CMS 3D CMS Logo

CSCTFMonitorInterface.h
Go to the documentation of this file.
1 #ifndef CSCTFMonitorInterface_h
2 #define CSCTFMonitorInterface_h
3 
13 class CSCTFDCCEventData;
14 class CSCTFTBEventData;
15 
17 public:
20  virtual void process(CSCTFDCCEventData& dccData) = 0;
21  virtual void process(CSCTFTBEventData& tbdata) = 0;
22 
23 private:
24 };
25 
26 #endif
virtual void process(CSCTFDCCEventData &dccData)=0