Skip to content
Snippets Groups Projects
Commit d1cf9637 authored by John Kenneth Anders's avatar John Kenneth Anders
Browse files

Merge branch 'newBranch.1660652351' into '22.0'

TrigCaloDataAccessSvc: fix for wrong gain

See merge request atlas/athena!55940
parents 1696a205 31553216
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ unsigned int TrigCaloDataAccessSvc::lateInit(const EventContext& context) { // n
if ( id!=0 ){
const CaloDetDescrElement* el = theCaloDDM->get_element(id);
if ( el->is_tile() ) {
cachefullcont->at(i) = new TileCell(el,0);
cachefullcont->at(i) = new TileCell(el,0,0,0,0,CaloGain::TILEHIGHHIGH);
} else {
cachefullcont->at(i) = new LArCell(el,0,0,0,(CaloGain::CaloGain)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