You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dead code in HGCalTriggerTowerGeometryHelper pointed by scram b checker
L1Trigger/L1THGCal/src/HGCalTriggerTowerGeometryHelper.cc:277:9: warning: Value stored to 'splitDivisor' during its initialization is never read [deadcode.DeadStores]
int splitDivisor = splitDivisorSilic_;
^~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Fix dead code in
HGCalTriggerTowerGeometryHelper
pointed byscram b checker
The text was updated successfully, but these errors were encountered: