Skip to content
Snippets Groups Projects
Commit c7d71107 authored by Matthew Caleb Hoppesch's avatar Matthew Caleb Hoppesch Committed by Antonio De Maria
Browse files

Fix Typo in Zdc Module Location Tag

Fix Typo in Zdc Module Location Tag
parent 9048621f
No related branches found
No related tags found
2 merge requests!656302023-09-06: merge of 23.0 into main,!65588Fix Typo in Zdc Module Location Tag
......@@ -37,7 +37,7 @@ public:
static const std::string xAODTriggerTowerRerunLocation;
static const std::string CPMTowerLocation;
static const std::string JetElementLocation;
static const std::string xAODZdcMoudleLocation;
static const std::string xAODZdcModuleLocation;
static const std::string CPMCMXDataLocation;
static const std::string JetCMXDataLocation;
......
......@@ -32,7 +32,7 @@ const std::string TrigT1CaloDefs::xAODTriggerTowerLocation="xAODTriggerTowers";
const std::string TrigT1CaloDefs::xAODTriggerTowerRerunLocation="xAODTriggerTowers_rerun";
const std::string TrigT1CaloDefs::JetElementLocation="JetElements";
const std::string TrigT1CaloDefs::CPMTowerLocation="CPMTowers";
const std::string TrigT1CaloDefs::xAODZdcMoudleLocation="ZdcModules";
const std::string TrigT1CaloDefs::xAODZdcModuleLocation="ZdcModules";
const std::string TrigT1CaloDefs::CPMHitsLocation="CPMHits";
const std::string TrigT1CaloDefs::JEMHitsLocation="JEMHits";
......
......@@ -50,7 +50,7 @@ namespace LVL1 {
private :
/* Input handles */
SG::ReadHandleKey<xAOD::ZdcModuleContainer> m_zdcModuleKey{
this, "ZdcModuleLocation", TrigT1CaloDefs::xAODZdcMoudleLocation,
this, "ZdcModuleLocation", TrigT1CaloDefs::xAODZdcModuleLocation,
"Read handle key for ZdcModuleContainer"};
SG::ReadDecorHandleKey<xAOD::ZdcModuleContainer> m_zdcModuleCalibEnergyKey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment