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
16
class
CSCTFDCCEventData;
17
class
CSCTFTBEventData;
18
19
class
CSCTFMonitorInterface
{
20
21
public
:
22
23
CSCTFMonitorInterface
(){}
24
virtual
~CSCTFMonitorInterface
(){}
25
virtual
void
process
(CSCTFDCCEventData & dccData)=0;
26
virtual
void
process
(CSCTFTBEventData & tbdata)=0;
27
28
29
private
:
30
31
32
};
33
34
#endif
CSCTFMonitorInterface::CSCTFMonitorInterface
CSCTFMonitorInterface()
Definition:
CSCTFMonitorInterface.h:23
CSCTFMonitorInterface
Definition:
CSCTFMonitorInterface.h:19
CSCTFMonitorInterface::~CSCTFMonitorInterface
virtual ~CSCTFMonitorInterface()
Definition:
CSCTFMonitorInterface.h:24
CSCTFMonitorInterface::process
virtual void process(CSCTFDCCEventData &dccData)=0
Generated for CMSSW Reference Manual by
1.8.5