|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef LARROD_LARRAWCHANNELBUILDERALG_H
7 #define LARROD_LARRAWCHANNELBUILDERALG_H
42 "SG Key of LArDigitContaiiner"};
45 "SG key of the output LArRawChannelContainer"};
59 Gaudi::Property<float>
m_eCutFortQ{
this,
"ECutFortQ",256.0,
"Time and Quality will be computed only for channels with E above this value"};
61 Gaudi::Property<bool>
m_absECutFortQ{
this,
"absECut",
true,
"Cut on fabs(E) for Q and t computation"};
62 Gaudi::Property<bool>
m_useShapeDer{
this,
"useShapeDer",
true,
"Use shape derivative in Q-factor computation"};
64 Gaudi::Property<bool>
m_useDBFortQ{
this,
"useDB",
true,
"Use DB for cut on t,Q"};
66 Gaudi::Property<int>
m_firstSample{
this,
"firstSample",0,
"first of the 32 sampels of the MC shape to be used"};
const LArOnlineID * m_onlineId
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
SG::ReadCondHandleKey< ILArPedestal > m_pedestalKey
Gaudi::Property< bool > m_absECutFortQ
Gaudi::Property< bool > m_useShapeDer
StatusCode initialize() override
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< float > m_eCutFortQ
StatusCode finalize() override
SG::ReadCondHandleKey< LArDSPThresholdsComplete > m_run1DSPThresholdsKey
Handle class for recording to StoreGate.
SG::ReadCondHandleKey< ILArShape > m_shapeKey
AthReentrantAlgorithm()
Default constructor:
SG::ReadCondHandleKey< AthenaAttributeList > m_run2DSPThresholdsKey
A LArRawConditionsContainer holding thresholds used by the DSP.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< bool > m_useDBFortQ
SG::ReadCondHandleKey< ILArOFC > m_ofcKey
Gaudi::Property< int > m_firstSample
SG::ReadHandleKey< LArDigitContainer > m_digitKey
Container class for LArDigit.
SG::ReadCondHandleKey< LArADC2MeV > m_adc2MeVKey
Handle class for reading from StoreGate.
SG::WriteHandleKey< LArRawChannelContainer > m_rawChannelKey
Container for LArRawChannel (IDC using LArRawChannelCollection)
StatusCode execute(const EventContext &ctx) const override