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
CSCTFMonitorInterface::process
virtual void process(CSCTFDCCEventData &dccData)=0
CSCTFMonitorInterface
Definition: CSCTFMonitorInterface.h:16
CSCTFMonitorInterface::~CSCTFMonitorInterface
virtual ~CSCTFMonitorInterface()
Definition: CSCTFMonitorInterface.h:19
CSCTFMonitorInterface::CSCTFMonitorInterface
CSCTFMonitorInterface()
Definition: CSCTFMonitorInterface.h:18