ATLAS Offline Software
Loading...
Searching...
No Matches
FrontEndSimTool.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#include "FrontEndSimTool.h"
5
9 ATH_CHECK(m_pixelReadout.retrieve());
10 ATH_CHECK(m_chargeDataKey.initialize());
11 if (m_cosmics){
13 m_timeOffset = 100.;
14 m_timeJitter = 25.0;
15 }
16
17 return StatusCode::SUCCESS;
18}
#define ATH_CHECK
Evaluate an expression and check for errors.
SG::ReadCondHandleKey< PixelChargeCalibCondData > m_chargeDataKey
ServiceHandle< InDetDD::IPixelReadoutManager > m_pixelReadout
Gaudi::Property< bool > m_cosmics
virtual StatusCode initialize() override
ToolHandle< IInDetConditionsTool > m_pixelConditionsTool
::StatusCode StatusCode
StatusCode definition for legacy code.