Trigger: thread-checker fixes
Enable thread-checker in a few packages and apply mostly trivial fixes.
TrigAnalysisExamples+TrigInDetAnalysis:
- enable thread-checker and const fixes
TrigAccel:
- enabled thread-checker (code was already clean of warnings)
TrigT1CaloMonitoring:
- Use
std::vector<bool>
instead of astatic
array to store bits. - Replace
localtime
with thread-safelocaltime_r
.