![]() |
ATLAS Offline Software
|
#include <MdtCalibrationTMaxShiftTool.h>
Public Member Functions | |
| MdtCalibrationTMaxShiftTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| ~MdtCalibrationTMaxShiftTool ()=default | |
| StatusCode | initializeMap () override final |
| StatusCode | setTUpper (const float tUpper) |
| float | getTUpper () const |
| 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"} |
Private Attributes | |
| float | m_tUpper {688.1818} |
Definition at line 15 of file MdtCalibrationTMaxShiftTool.h.
| MdtCalibrationTMaxShiftTool::MdtCalibrationTMaxShiftTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 11 of file MdtCalibrationTMaxShiftTool.cxx.
|
default |
|
inherited |
Definition at line 22 of file MdtCalibrationShiftMapBase.cxx.
|
inline |
Definition at line 30 of file MdtCalibrationTMaxShiftTool.h.
|
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 14 of file MdtCalibrationTMaxShiftTool.cxx.
|
inherited |
Definition at line 60 of file MdtCalibrationShiftMapBase.cxx.
| StatusCode MdtCalibrationTMaxShiftTool::setTUpper | ( | const float | tUpper | ) |
Definition at line 92 of file MdtCalibrationTMaxShiftTool.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.
|
private |
Definition at line 33 of file MdtCalibrationTMaxShiftTool.h.