main-coverity-LArSamplesMon
Coverity defects: a few possible divide-by-zero defects, and a lot of resource leaks due to 'new'ed histograms not being deleted. Resolution was to create these on the stack, not the heap. cppcheck defect: uninitialised member variable.