- Timestamp:
- 08/13/10 16:42:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mimage/MHHillasExt.cc
r9854 r9859 174 174 MH::SetBinning(fHTimeSpread, binsx); 175 175 MH::SetBinning(fHSlopeSpread, binsx); 176 binsx.SetEdges(150, 0, 1.5);177 176 MH::SetBinning(fHTimeSpreadW, binsx); 178 177 MH::SetBinning(fHSlopeSpreadW, binsx); … … 218 217 219 218 ApplyBinning(*plist, "TimeSpread", fHTimeSpread); 220 ApplyBinning(*plist, "TimeSpread W",fHTimeSpreadW);219 ApplyBinning(*plist, "TimeSpread", fHTimeSpreadW); 221 220 ApplyBinning(*plist, "TimeSpread", fHSlopeSpread); 222 ApplyBinning(*plist, "TimeSpread W",fHSlopeSpreadW);221 ApplyBinning(*plist, "TimeSpread", fHSlopeSpreadW); 223 222 224 223 return kTRUE; … … 332 331 333 332 fHSlopeSpreadW.Draw(); 333 fHSlopeSpread.Draw("same"); 334 334 fHTimeSpread.Draw("same"); 335 fHSlopeSpread.Draw("same");336 335 fHTimeSpreadW.Draw("same"); 337 336 }
Note:
See TracChangeset
for help on using the changeset viewer.