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 
14 class CSCDCCEventData;
15 class CSCDCCExaminer;
16 
18 
19 public:
20 
23  // virtual void process(CSCDCCEventData & dccData)=0;
24  virtual void process(CSCDCCExaminer * examiner, CSCDCCEventData * dccData)=0;
25 
26 private:
27 
28 
29 };
30 
31 #endif
01/20/05 A.Tumanov
virtual void process(CSCDCCExaminer *examiner, CSCDCCEventData *dccData)=0