Add atomic to mutable counters of MuidCaloEnergyTool
Add atomic to mutable counters of MuidCaloEnergyTool
http://goetz.web.cern.ch/goetz/mutable_2019-06-10.html#Calo_Other
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyMeas.h +111
109 double m_sigmasAboveNoiseCore; // The minimum sigmas above the noise tool rms
110
111 mutable int m_totalCoreCellsEM;
112 mutable int m_totalCoreCellsHEC;
113 mutable int m_totalCoreCellsTile;
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyMeas.h +112
110
111 mutable int m_totalCoreCellsEM;
112 mutable int m_totalCoreCellsHEC;
113 mutable int m_totalCoreCellsTile;
114 mutable int m_totalSelectedEM;
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyMeas.h +114
112 mutable int m_totalCoreCellsHEC;
113 mutable int m_totalCoreCellsTile;
114 mutable int m_totalSelectedEM;
115 mutable int m_totalSelectedHEC;
116 mutable int m_totalSelectedTile;
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyMeas.h +115
113 mutable int m_totalCoreCellsTile;
114 mutable int m_totalSelectedEM;
115 mutable int m_totalSelectedHEC;
116 mutable int m_totalSelectedTile;
117 };
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyTool.h +107
105
106 // counters (for finalize)
107 mutable int m_countMean; //number of tracks using mean
108 mutable int m_countMeasurement; //number of tracks using measurement
109 mutable int m_countMop; //number of tracks using mop
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyTool.h +108
106 // counters (for finalize)
107 mutable int m_countMean; //number of tracks using mean
108 mutable int m_countMeasurement; //number of tracks using measurement
109 mutable int m_countMop; //number of tracks using mop
110 };
nightly/master/2019-06-10T2153:Reconstruction/MuonIdentification/MuidCaloEnergyTools/MuidCaloEnergyTools/MuidCaloEnergyTool.h +109
107 mutable int m_countMean; //number of tracks using mean
108 mutable int m_countMeasurement; //number of tracks using measurement
109 mutable int m_countMop; //number of tracks using mop
110 };
111