5#ifndef LARROD_LARSCSIMPLEMAKER_H
6#define LARROD_LARSCSIMPLEMAKER_H
20#include "GaudiKernel/ToolHandle.h"
52 StatusCode
execute(
const EventContext& context)
const;
57 {
this,
"SCIDTool",
"CaloSuperCellIDTool" ,
58 "Offline / supercell mapping tool."};
62 {
this,
"CellContainer",
"AllCalo",
63 "SG key for the input calorimeter cell container"};
67 {
this,
"SCellContainer",
"SCellContainer",
68 "SG key for the output supercell LAr channel container"};
72 {
this,
"CaloNoiseSigmaDiff",
"CaloNoiseSigmaDiff",
"Sigma Diff for CaloNoise with High and Medium gain"};
76 {
this,
"BCIDAvgKey",
"CaloBCIDAverage",
"" };
79 Gaudi::Property<bool>
m_compNoise{
this,
"CompNoise",
true,
"Compensate for Noise difference in LAr between high and medium gain"};
81 Gaudi::Property<bool>
m_addBCID{
this,
"addBCID",
true,
"Add BCID compensation back to cells prior to sum them up"};
85 this,
"CaloSuperCellDetDescrManager",
"CaloSuperCellDetDescrManager",
"SG key of the resulting CaloSuperCellDetDescrManager"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Data object for each calorimeter readout cell.
This class groups all DetDescr information related to a CaloCell.
This class initializes the Calo (LAr and Tile) offline identifiers.
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSuperCellMgrKey
Gaudi::Property< bool > m_addBCID
SG::WriteHandleKey< CaloCellContainer > m_sCellContainerKey
Property: SG key for the output supercell LAr channel container.
StatusCode execute(const EventContext &context) const
Algorithm execute method.
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
Property: SG key for the input calorimeter cell container.
ToolHandle< ICaloSuperCellIDTool > m_scidtool
Property: Offline / supercell mapping tool.
StatusCode initialize()
Standard Gaudi initialize method.
const CaloIdManager * m_calo_id_manager
Entry point for calorimeter ID helpers.
SG::ReadCondHandleKey< CaloNoiseSigmaDiff > m_noise_per_cell_Key
Property SG Key for the Expected Noise Sigma diff in diff gains.
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Property SG Key for the CaloLumiBCID.
LArSCSimpleMaker(const std::string &name, ISvcLocator *pSvcLocator)
Standard Gaudi algorithm constructor.
Gaudi::Property< bool > m_compNoise
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.