#include <ICalFailureModeSvc.h>
Inheritance diagram for ICalFailureModeSvc:
Public Methods | |
virtual int | getFailureConditions ()=0 |
get the list of enabled failure mode conditions | |
virtual bool | matchChannel (idents::CalXtalId id)=0 |
look for crystal in list of dead towers | |
Static Public Methods | |
const InterfaceID & | interfaceID () |
Protected Methods | |
virtual bool | matchTower (idents::CalXtalId id)=0 |
look for crystal in list of dead towers | |
virtual bool | matchTowerLayer (idents::CalXtalId id)=0 |
look for crystal in list of dead layers | |
virtual void | processTowerList ()=0 |
process the input list of towers | |
virtual void | processTowerLayerList ()=0 |
process the input list of tower/layer pairs |
Author: R.Dubois
Definition at line 23 of file ICalFailureModeSvc.h.
|
get the list of enabled failure mode conditions
Implemented in CalFailureModeSvc. |
|
Reimplemented in CalFailureModeSvc. Definition at line 28 of file ICalFailureModeSvc.h. Referenced by CalFailureModeSvc::interfaceID().
00028 { return IID_ICalFailureModeSvc; } |
|
look for crystal in list of dead towers
Implemented in CalFailureModeSvc. |
|
look for crystal in list of dead towers
Implemented in CalFailureModeSvc. |
|
look for crystal in list of dead layers
Implemented in CalFailureModeSvc. |
|
process the input list of tower/layer pairs
Implemented in CalFailureModeSvc. |
|
process the input list of towers
Implemented in CalFailureModeSvc. |