17 virtual public IIncidentListener{
19 InjSigTimeSvc(
const std::string& name, ISvcLocator* svcloc );
27 void handle(
const Incident&);
31 int getFlag(
unsigned int parId)
const {
return m_flag[parId];}
32 ULong64_t
getIST(
unsigned int parId)
const {
return m_IST[parId];}
36 bool initCalibConst();
38 IDataProviderSvc* m_pCalDataSvc;
42 std::vector<int> m_flag;
43 std::vector<ULong64_t> m_IST;