Skip to content
Snippets Groups Projects
Commit 5cad4ce8 authored by Peter Steinberg's avatar Peter Steinberg
Browse files

Fix to ZdcRecChannelTool to use the correct side numbering convention

parent bfde3e12
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ int ZdcRecChannelToolV2::convertTT2ZM(const xAOD::TriggerTowerContainer* ttColle
{
xAOD::ZdcModule* new_sum = new xAOD::ZdcModule();
zdcSums->push_back(xAOD::ZdcModuleContainer::unique_type(new_sum));
new_sum->setZdcSide(iside);
new_sum->setZdcSide(iside ? 1 : -1);
}
return 0;
......
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