Det/CaloDet: run clang-tidy
- run
clang-tidy -checks=modernize-\*,cppcoreguidelines-\*,clang-analyzer-\*,bugprone-\* - move code from DeCalorimeter.icpp into either DeCalorimeter.h or DeCalorimeter.cpp
- move
operator<<out of global scope into class scope when possible - change
DeSubCalorimeter::sidefrom anintto anenum class - prefer
const_castover c-style cast