22 virtual public IIncidentListener {
24 ScanEnergySvc(
const std::string& name, ISvcLocator* svcloc );
33 void handle(
const Incident& );
38 void setScanEnergy(
double _ScanEnergy ) { m_ScanEnergy = _ScanEnergy; }
42 void setRunEnd(
int _RunEnd ) { m_RunEnd = _RunEnd; }
55 unsigned int serialNo;
57 IDataProviderSvc* m_eventSvc;