// Histograms are presumably added at intialization time and the list does not change thereafter. // Thus no locking of the histogram list. public void AddHistogram(string histoName, EventHistogram histo) { m_histograms.Add(histoName, histo); }