11#ifndef ISCT_SensorsTool_h
12#define ISCT_SensorsTool_h
20#include "GaudiKernel/EventContext.h"
21#include "GaudiKernel/IAlgTool.h"
39 virtual void getSensorsData(std::vector<std::string>& userVector,
const EventContext& ctx)
const =0;
43 virtual std::string
getManufacturer(
unsigned int truncatedSerialNumber,
const EventContext& ctx)
const =0;
Class for data object used in SCT_SensorsCondAlg and SCT_SensorsTool.