5#ifndef LARROD_LARSCSIMPLEMAKER_H
6#define LARROD_LARSCSIMPLEMAKER_H
20#include "GaudiKernel/ToolHandle.h"
53 StatusCode
execute(
const EventContext& context)
const;
58 {
this,
"SCIDTool",
"CaloSuperCellIDTool" ,
59 "Offline / supercell mapping tool."};
63 {
this,
"CellContainer",
"AllCalo",
64 "SG key for the input calorimeter cell container"};
68 {
this,
"SCellContainer",
"SCellContainer",
69 "SG key for the output supercell LAr channel container"};
73 {
this,
"CaloNoiseSigmaDiff",
"CaloNoiseSigmaDiff",
"Sigma Diff for CaloNoise with High and Medium gain"};
77 {
this,
"BCIDAvgKey",
"CaloBCIDAverage",
"" };
80 Gaudi::Property<bool>
m_compNoise{
this,
"CompNoise",
true,
"Compensate for Noise difference in LAr between high and medium gain"};
82 Gaudi::Property<bool>
m_addBCID{
this,
"addBCID",
true,
"Add BCID compensation back to cells prior to sum them up"};
86 this,
"CaloSuperCellDetDescrManager",
"CaloSuperCellDetDescrManager",
"SG key of the resulting CaloSuperCellDetDescrManager"};
defines and typedefs for IOVSvc
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.