FastTRT_Digitization+InDetEtaDependentCuts+GeoModelEnvelopes: Fix clang warnings.
- Jan 04, 2021
-
-
scott snyder authored
If a dtor is final, the class itself should also be final.
-
scott snyder authored
If a dtor is declared final, then the class itself must also be final.
-
scott snyder authored
Don't use fabs() with an integer argument; use std::abs instead.
-