Skip to content
Snippets Groups Projects
Commit abad4933 authored by Andrea Coccaro's avatar Andrea Coccaro
Browse files

Merge branch 'TauStudies' into '23.0'

Removing one hardcoded SCell ID from jFEX Simulation

See merge request atlas/athena!62810
parents d9eb65ec 4769815e
Branches 23.0
No related tags found
No related merge requests found
......@@ -1090,7 +1090,7 @@ int jSuperCellTowerMapper::FindAndConnectTower(std::unique_ptr<jTowerContainer>
iJTower = FindTowerIDForSuperCell(towereta, towerphi) + towerID_Modifier;
//Applying the SCell masking!
if( (prov >> 7 & 1) and m_apply_masking and ((ID.get_compact()>>32) != 906973184) ){
if( (prov >> 7 & 1) and m_apply_masking ){
//if masked then Et = 0
et = 0.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