CMS 3D CMS Logo

List of all members | Public Member Functions
CSCTFMonitorInterface Class Referenceabstract

#include <CSCTFMonitorInterface.h>

Public Member Functions

 CSCTFMonitorInterface ()
 
virtual void process (CSCTFDCCEventData &dccData)=0
 
virtual void process (CSCTFTBEventData &tbdata)=0
 
virtual ~CSCTFMonitorInterface ()
 

Detailed Description

Interface to the Data Quality Monitoring Module.

Author
Ilaria Segoni (CERN)

Definition at line 16 of file CSCTFMonitorInterface.h.

Constructor & Destructor Documentation

◆ CSCTFMonitorInterface()

CSCTFMonitorInterface::CSCTFMonitorInterface ( )
inline

Definition at line 18 of file CSCTFMonitorInterface.h.

18 {}

◆ ~CSCTFMonitorInterface()

virtual CSCTFMonitorInterface::~CSCTFMonitorInterface ( )
inlinevirtual

Definition at line 19 of file CSCTFMonitorInterface.h.

19 {}

Member Function Documentation

◆ process() [1/2]

virtual void CSCTFMonitorInterface::process ( CSCTFDCCEventData &  dccData)
pure virtual

◆ process() [2/2]

virtual void CSCTFMonitorInterface::process ( CSCTFTBEventData &  tbdata)
pure virtual