 |
ATLAS Offline Software
|
Go to the documentation of this file.
33 NTuple::Item<float>
offset;
34 NTuple::Item<long>
gain;
37 m_nt->addItem(
"gain",
gain,0,3).ignore();
38 m_nt->addItem(
"offset",
offset,-5000,5000).ignore();
43 ATH_MSG_ERROR(
"Failed to retrieve LArFEBTimeOffset with key " << m_inputContainer );
44 return StatusCode::FAILURE;
47 const float novalue=-99999;
57 fillFromIdentifier(fid);
60 if (
sc!=StatusCode::SUCCESS) {
62 return StatusCode::FAILURE;
67 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
virtual StatusCode initialize() override
std::string m_inputContainer
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
LArFebTimeOffset2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
float TimeOffset(const HWIdentifier fId) const
StatusCode LArFebTimeOffset2Ntuple::stop ATLAS_NOT_THREAD_SAFE()
Install fatal handler with default options.
virtual ~LArFebTimeOffset2Ntuple()