Skip to content
Snippets Groups Projects

Removing one hardcoded SCell ID from jFEX Simulation

Merged Sergi Rodriguez Bosca requested to merge serodrig/athena:TauStudies into 23.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
}
Loading