ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigSteerMonitor
TrigSteerMonitor
ISchedulerMonSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGSTEERMONITOR_ISCHEDULERMONSVC_H
6
#define TRIGSTEERMONITOR_ISCHEDULERMONSVC_H
7
8
#include "GaudiKernel/IInterface.h"
9
13
class
ISchedulerMonSvc
:
virtual
public
IInterface {
14
public
:
16
DeclareInterfaceID
(
ISchedulerMonSvc
, 1, 0);
17
19
virtual
StatusCode
startMonitoring
() = 0;
20
22
virtual
StatusCode
stopMonitoring
() = 0;
23
};
24
25
#endif
// TRIGSTEERMONITOR_ISCHEDULERMONSVC_H
ISchedulerMonSvc
Defines interface for interaction with a service monitoring the Scheduler status.
Definition
ISchedulerMonSvc.h:13
ISchedulerMonSvc::startMonitoring
virtual StatusCode startMonitoring()=0
Start querying and monitoring Scheduler status.
ISchedulerMonSvc::DeclareInterfaceID
DeclareInterfaceID(ISchedulerMonSvc, 1, 0)
Interface ID.
ISchedulerMonSvc::stopMonitoring
virtual StatusCode stopMonitoring()=0
Stop querying and monitoring Scheduler status.
Generated on
for ATLAS Offline Software by
1.17.0