13#ifndef SCT_SensorsTool_h
14#define SCT_SensorsTool_h
32 SCT_SensorsTool(
const std::string&
type,
const std::string& name,
const IInterface* parent);
35 virtual StatusCode
finalize()
override;
38 virtual void getSensorsData(std::vector<std::string>& userVector,
const EventContext& ctx)
const override;
39 virtual void getSensorsData(std::vector<std::string>& userVector)
const override;
42 virtual std::string
getManufacturer(
unsigned int truncatedSerialNumber,
const EventContext& ctx)
const override;
43 virtual std::string
getManufacturer(
unsigned int truncatedSerialNumber)
const override;
header file for data object for SCT_SensorsCondAlg and SCT_SensorsTool.
std::map< CondAttrListCollection::ChanNum, SCT_SensorCondData > SCT_SensorsCondData
Class for data object for SCT_SensorsCondAlg and SCT_SensorsTool.
Class for data object used in SCT_SensorsCondAlg and SCT_SensorsTool.