Changeset 6122 for trunk/MagicSoft/Mars
- Timestamp:
- 01/30/05 10:20:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSlidingWindow.cc
r6121 r6122 215 215 const Float_t ABoffs = ped.GetPedestalABoffset(); 216 216 217 Float_t PedMean[2] = { pedes + ABoffs, pedes - ABoffs };217 const Float_t PedMean[2] = { pedes + ABoffs, pedes - ABoffs }; 218 218 219 219 fMaxBinContent = 0;
Note:
See TracChangeset
for help on using the changeset viewer.