Changeset 9851 for trunk/Mars/mpedestal
- Timestamp:
- 08/12/10 09:43:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mpedestal/MHPedestalCor.cc
r9153 r9851 95 95 fProf.SetDirectory(0); 96 96 97 MBinning binsx(15, -0.5, 14.5);98 MH::SetBinning( &fProf, &binsx);97 const MBinning binsx(15, -0.5, 14.5); 98 MH::SetBinning(fProf, binsx); 99 99 } 100 100 … … 181 181 182 182 const Axis_t xmax = fProf.GetXaxis()->GetXmax(); 183 MBinning bins(n, -xmax, xmax); 184 185 MH::SetBinning( &h, &bins, &bins);183 184 const MBinning bins(n, -xmax, xmax); 185 MH::SetBinning(h, bins, bins); 186 186 187 187 for (int x=0; x<n; x++)
Note:
See TracChangeset
for help on using the changeset viewer.