|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef MUONCALIB_IIDTOFIXEDID_H
15 #define MUONCALIB_IIDTOFIXEDID_H
17 #include "GaudiKernel/IAlgTool.h"
20 #include "Identifier/Identifier.h"
31 static const InterfaceID IID_IIdToFixedIdTool(
"MuonCalib::IdToFixedIdTool", 1, 0 );
33 class IIdToFixedIdTool:
virtual public IAlgTool {
35 static const InterfaceID&
interfaceID() {
return IID_IIdToFixedIdTool; }
39 virtual void print(
const MuonFixedId& fid)
const = 0;
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.