예제 #1
0
 // 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);
 }
예제 #2
0
 // 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);
 }