11#include "GaudiKernel/MsgStream.h"
27 log << MSG::VERBOSE <<
"MdtCalibEventLoop::performAnalysis for region " <<
m_regionKey <<
endmsg;
42 log << MSG::WARNING <<
"MdtCalibEventLoop::handleSegment " << cseg <<
endmsg;
54 log << MSG::WARNING <<
"MdtCalibEventLoop::handleSegment: got nullptr " <<
endmsg;
63 log << MSG::DEBUG <<
"MdtCalibEventLoop::setRtCalibTool >> new tool " << calibImp <<
endmsg;
69 log << MSG::WARNING <<
"MdtCalibEventLoop::setCalibImp: got nullptr " <<
endmsg;
Interface to Mdt calibration algortihms.
std::string m_regionKey
region key
~MdtCalibEventLoop()
destructor
IMdtCalibration::MdtCalibOutputPtr m_calibrationResult
results calibration
IMdtCalibration * m_calibrationImp
pointer to calibration implementation
MuonSegVec m_segments
segment collection
void performAnalysis()
analyse segments using IRtCalibration
void setCalibImp(IMdtCalibration *calibImp)
set pointer to RtCalibration
MdtCalibEventLoop(const std::string ®ionKey)
constructor
bool handleSegment(const MuonCalibSegment *seg)
handle segment (for now store)
int m_printLevel
print level
A MuonCalibSegment is a reconstructed three dimensional track segment in the MuonSpectrometer.
singleton-like access to IMessageSvc via open function and helper
IMessageSvc * getMessageSvc(bool quiet=false)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.