src
EventFilter
CSCTFRawToDigi
interface
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
16
class
CSCTFMonitorInterface
{
17
public
:
18
CSCTFMonitorInterface
() {}
19
virtual
~CSCTFMonitorInterface
() {}
20
virtual
void
process
(CSCTFDCCEventData& dccData) = 0;
21
virtual
void
process
(CSCTFTBEventData& tbdata) = 0;
22
23
private
:
24
};
25
26
#endif
CSCTFMonitorInterface::CSCTFMonitorInterface
CSCTFMonitorInterface()
Definition:
CSCTFMonitorInterface.h:18
CSCTFMonitorInterface
Definition:
CSCTFMonitorInterface.h:16
CSCTFMonitorInterface::~CSCTFMonitorInterface
virtual ~CSCTFMonitorInterface()
Definition:
CSCTFMonitorInterface.h:19
CSCTFMonitorInterface::process
virtual void process(CSCTFDCCEventData &dccData)=0
Generated for CMSSW Reference Manual by
1.8.14