diff --git a/Reconstruction/PFA/Pandora/GaudiPandora/src/CaloHitCreator.cpp b/Reconstruction/PFA/Pandora/GaudiPandora/src/CaloHitCreator.cpp index 72262b6083c401c9b953ab099c9fe6e36a47add3..e3bd6e3c3e9812a2fe75637c9ca3a0782c7b3933 100644 --- a/Reconstruction/PFA/Pandora/GaudiPandora/src/CaloHitCreator.cpp +++ b/Reconstruction/PFA/Pandora/GaudiPandora/src/CaloHitCreator.cpp @@ -449,6 +449,19 @@ pandora::StatusCode CaloHitCreator::CreateHCalCaloHits(const CollectionMaps& col else{ Stave = m_decoder->get(pCaloHit->getCellID(), "stave"); Stave = Stave ==0 ? Stave+7 : Stave-1 ;//correct, same with LCIO + /* + 1 0 + **** **** + 2 * * 0 1 * * 7 + * * * * + 3* * 7 ---> 2* * 6 + * * * * + 4 * * 6 3 * * 5 + **** **** + 5 4 + + + */ } float absorberCorrection(1.);