TrigInDetAnalysis+TrigInDetAnalysisExample: fix cppcheck warnings
- make
TrackAnalysis
non-copyable (as it uses dynamic memory allocation in constructor) - initialize uninitialized histogram pointers (they are being initialized later but not in the constructor)