11#ifndef SCT_ConditionTools_SCT_ReadoutTool_h
12#define SCT_ConditionTools_SCT_ReadoutTool_h
22#include "GaudiKernel/ToolHandle.h"
37 SCT_ReadoutTool(
const std::string&
type,
const std::string& name,
const IInterface* parent);
43 virtual StatusCode
determineReadout(
const Identifier& moduleId, std::vector<SCT_Chip>& chips,
bool link0ok,
bool link1ok)
const override;
45 virtual StatusCode
determineReadout(
const int truncatedSerialNumber, std::vector<SCT_Chip>& chips,
bool link0ok,
bool link1ok)
const override;
51 ToolHandle<ISCT_CablingTool>
m_cablingTool{
this,
"SCT_CablingTool",
"SCT_CablingTool",
"Tool to retrieve SCT Cabling"};
Header file storing infomration on the SCT chips: id, config, mask.
This is an Identifier helper class for the SCT subdetector.