Skip to content
Snippets Groups Projects
Commit 47db348e authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-56f1d28383-master' into 'master'

Sweeping !16581 from 21.0 to master.
fix FCAL-A ftname

See merge request atlas/athena!16681
parents cc558335 8eecf22a
No related merge requests found
......@@ -155,7 +155,7 @@ std::string LArOnlineID_Base::feedthrough_name( const HWIdentifier id )const{
if( ft==3 ){result = "A02L";}
if( ft==4 ){result = "A03R";}
if( ft==5 ){result = "A03L";}
if( ft==6 ){result = "A04L";}
if( ft==6 ){result = "A04R";}
if( ft==7 ){result = "A05R";}
if( ft==8 ){result = "A05L";}
if( ft==9 ){result = "A06R";}
......
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