CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCMonitorInterface.h
Go to the documentation of this file.
1 #ifndef CSCMonitorInterface_h
2 #define CSCMonitorInterface_h
3 
16 class CSCDCCEventData;
17 class CSCDCCExaminer;
18 
20 
21 public:
22 
25  // virtual void process(CSCDCCEventData & dccData)=0;
26  virtual void process(CSCDCCExaminer * examiner, CSCDCCEventData * dccData)=0;
27 
28 private:
29 
30 
31 };
32 
33 #endif
01/20/05 A.Tumanov
virtual void process(CSCDCCExaminer *examiner, CSCDCCEventData *dccData)=0