|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef LARROD_LARRAWCHANNELBUILDERSCALG_H
7 #define LARROD_LARRAWCHANNELBUILDERSCALG_H
43 "SG Key of LArDigitContaiiner"};
46 "SG key of the output CaloCellContainer"};
58 Gaudi::Property<float>
m_eCutFortQ{
this,
"ECutFortQ",256.0,
"Time and Quality will be computed only for channels with E above this value"};
60 Gaudi::Property<bool>
m_absECutFortQ{
this,
"absECut",
true,
"Cut on fabs(E) for Q and t computation"};
61 Gaudi::Property<bool>
m_useShapeDer{
this,
"useShapeDer",
true,
"Use shape derivative in Q-factor computation"};
64 Gaudi::Property<int>
m_firstSample{
this,
"firstSample",0,
"first of the 32 sampels of the MC shape to be used"};
72 this,
"CaloSuperCellDetDescrManager",
"CaloSuperCellDetDescrManager",
"SG key of the resulting CaloSuperCellDetDescrManager"};
StatusCode initialize() override
SG::ReadCondHandleKey< ILArPedestal > m_pedestalKey
Gaudi::Property< int > m_firstSample
Gaudi::Property< bool > m_absECutFortQ
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Definition of CaloDetDescrManager.
An algorithm that can be simultaneously executed in multiple threads.
Handle class for recording to StoreGate.
SG::ReadHandleKey< LArDigitContainer > m_digitKey
AthReentrantAlgorithm()
Default constructor:
A LArRawConditionsContainer holding thresholds used by the DSP.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSuperCellMgrKey
Gaudi::Property< float > m_eCutFortQ
const LArOnline_SuperCellID * m_onlineId
SG::WriteHandleKey< CaloCellContainer > m_cellKey
SG::ReadCondHandleKey< LArADC2MeV > m_adc2MeVKey
Gaudi::Property< bool > m_useShapeDer
StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< ILArOFC > m_ofcKey
SG::ReadCondHandleKey< ILArShape > m_shapeKey
Container class for CaloCell.
StatusCode finalize() override
Container class for LArDigit.
Handle class for reading from StoreGate.