![]() |
ATLAS Offline Software
|
Provides a per-tube smearing of the T0 value. More...
#include <MdtCalibrationT0ShiftTool.h>
Public Member Functions | |
| MdtCalibrationT0ShiftTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| constructor | |
| ~MdtCalibrationT0ShiftTool ()=default | |
| destructor | |
| StatusCode | initializeMap () override final |
| float | getValue (const Identifier &id) const override |
| virtual StatusCode | initialize () override |
| StatusCode | dumpMapAsFile () |
| StatusCode | loadMapFromFile () |
Protected Attributes | |
| Gaudi::Property< std::string > | m_mapFileName {this,"MapFile",""} |
| Gaudi::Property< float > | m_centralValue {this,"CentralValue",0} |
| Gaudi::Property< float > | m_sigma {this,"Sigma",10} |
| Gaudi::Property< bool > | m_forceMapRecreate {this,"ForceMapRecreate",false} |
| std::map< Identifier, float > | m_shiftValues |
| bool | m_mapIsInitialized {false} |
| ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
| SG::ReadCondHandleKey< MuonMDT_CablingMap > | m_mdtCab {this, "MdtCabling", "MuonMDT_CablingMap"} |
Provides a per-tube smearing of the T0 value.
Definition at line 16 of file MdtCalibrationT0ShiftTool.h.
| MdtCalibrationT0ShiftTool::MdtCalibrationT0ShiftTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
constructor
Definition at line 11 of file MdtCalibrationT0ShiftTool.cxx.
|
default |
destructor
|
inherited |
Definition at line 22 of file MdtCalibrationShiftMapBase.cxx.
|
overrideinherited |
Definition at line 130 of file MdtCalibrationShiftMapBase.cxx.
|
overridevirtualinherited |
Definition at line 15 of file MdtCalibrationShiftMapBase.cxx.
|
finaloverridevirtual |
Loop over all tdc channels
Implements MdtCalibrationShiftMapBase.
Definition at line 15 of file MdtCalibrationT0ShiftTool.cxx.
|
inherited |
Definition at line 60 of file MdtCalibrationShiftMapBase.cxx.
|
protectedinherited |
Definition at line 53 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 55 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 60 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 52 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 58 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 61 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 57 of file MdtCalibrationShiftMapBase.h.
|
protectedinherited |
Definition at line 54 of file MdtCalibrationShiftMapBase.h.