Class trait optimization
-
DetStatus
andRegSelRoI
can be made trivially destructible -
CaloBadChannel
can be made trivially copyable - CaloLocalHadCoeff has complex classes used in std::vector that can benefit from being moveable
DetStatus
and RegSelRoI
can be made trivially destructibleCaloBadChannel
can be made trivially copyable