Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
CSCTFRawToDigi
interface
CSCTFMonitorInterface.h
Go to the documentation of this file.
1
#ifndef CSCTFMonitorInterface_h
2
#define CSCTFMonitorInterface_h
3
14
class
CSCTFDCCEventData;
15
class
CSCTFTBEventData;
16
17
class
CSCTFMonitorInterface
{
18
19
public
:
20
21
CSCTFMonitorInterface
(){}
22
virtual
~CSCTFMonitorInterface
(){}
23
virtual
void
process
(CSCTFDCCEventData & dccData)=0;
24
virtual
void
process
(CSCTFTBEventData & tbdata)=0;
25
26
27
private
:
28
29
30
};
31
32
#endif
CSCTFMonitorInterface::CSCTFMonitorInterface
CSCTFMonitorInterface()
Definition:
CSCTFMonitorInterface.h:21
CSCTFMonitorInterface
Definition:
CSCTFMonitorInterface.h:17
CSCTFMonitorInterface::~CSCTFMonitorInterface
virtual ~CSCTFMonitorInterface()
Definition:
CSCTFMonitorInterface.h:22
CSCTFMonitorInterface::process
virtual void process(CSCTFDCCEventData &dccData)=0
Generated for CMSSW Reference Manual by
1.8.5