|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef IMOOPATTERNFORCALIBRATIONTOOL_H
16 #define IMOOPATTERNFORCALIBRATIONTOOL_H
19 #include "GaudiKernel/IAlgTool.h"
22 class RZSegmentCombination;
29 static const InterfaceID IID_IMooPatternForCalibrationTool(
"MuonCalib::IMooPatternForCalibrationTool", 1, 0);
44 static const InterfaceID&
interfaceID() {
return IID_IMooPatternForCalibrationTool; };
47 virtual void handlePattern(
const RZSegmentCombination* rzCombi,
double phi ) = 0;
52 virtual void handlePattern(
const MooRZSegment* rz_seg,
double phi) = 0;
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.