10#ifndef DERIVATIONFRAMEWORK_DERIVATIONFRAMEWORKTILECAL_TILECELLSMUONDECORATOR_H
11#define DERIVATIONFRAMEWORK_DERIVATIONFRAMEWORKTILECAL_TILECELLSMUONDECORATOR_H 1
30#include "GaudiKernel/ToolHandle.h"
47 using base_class::base_class;
49 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
52 virtual StatusCode
initialize()
override final;
57 Gaudi::Property<double>
m_minPt{
this,
"MinMuonPt", 10000.0};
58 Gaudi::Property<double>
m_maxAbsEta{
this,
"MaxAbsMuonEta", 1.7};
59 Gaudi::Property<double>
m_isoCone{
this,
"IsoCone", 0.4};
60 Gaudi::Property<std::vector<double>>
m_drCones{
this,
61 "DeltaRCones", {0.2, 0.4},
"Sum energies in calorimeter layers in these cones aroud track"};
63 "EnergyInSamplings", {1, 2, 3, 5, 6, 7},
"Sum energies in these calorimeter layers in cone aroud track"};
90 "LArEnergyInCone",
m_muonContainerKey, {},
"It is atuoconfigured based on requested delta R cones, eg.: elarcone40"};
93 "TrackTools",
"TileCall::TrackTools/TrackTools"};
96 "TracksInConeTool",
"xAOD::TrackParticlesInConeTool/TrackParticlesInConeTool"};
99 "CellsDecorator",
"DerivationFramework::TileCellsDecorator/TileCellsDecorator"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonDxKey
Gaudi::Property< double > m_maxRelEtrkInIsoCone
ToolHandle< DerivationFramework::TileCellsDecorator > m_cellsDecorator
SG::WriteDecorHandleKeyArray< xAOD::MuonContainer > m_larEnergyInConeKeyArray
Gaudi::Property< double > m_gapCrackCellsInDeltaEta
Gaudi::Property< bool > m_selectMuons
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonZKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonPhiKey
ToolHandle< TileCal::ITrackTools > m_trackInCalo
ToolHandle< xAOD::ITrackParticlesInConeTool > m_tracksInCone
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsToMuonDetaKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonDeDxKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsToMuonDyKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_econeMuKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonXKey
Gaudi::Property< std::set< unsigned int > > m_energyInLayers
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsToMuonDphiKey
Gaudi::Property< double > m_isoCone
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonYKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsToMuonDzKey
virtual StatusCode initialize() override final
Gaudi::Property< double > m_minPt
virtual StatusCode addBranches(const EventContext &ctx) const override final
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_selectedMuKey
Gaudi::Property< double > m_gapCrackCellsInDeltaPhi
std::set< xAOD::CaloCluster::CaloSample > m_energyInSamplings
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsMuonEtaKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterContainerKey
Gaudi::Property< double > m_maxAbsEta
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_cellsToMuonDxKey
Gaudi::Property< std::vector< double > > m_drCones
SG::ReadHandleKey< xAOD::MuonContainer > m_muonContainerKey
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Helper class for TileCal online (hardware) identifiers.
Helper class for TileCal offline identifiers.
DecorHandleKeyArray< WriteDecorHandle< T, S >, WriteDecorHandleKey< T >, Gaudi::DataHandle::Writer > WriteDecorHandleKeyArray