- Timestamp:
- 02/29/04 03:58:46 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3349 r3359 5 5 -*-*- END OF LINE -*-*- 6 6 2004/02/27: Markus Gaug 7 7 8 * mjobs/MJPedestal.cc 9 10 - put in call to MHCamera::Projection the name of teh calling 11 class, otherwise the projected hsitogram will be overwritten by 12 an empyt one. 13 8 14 * mcalib/MHCalibrationChargePix.[h,cc] 9 15 * mcalib/MHCalibrationHiGainChargePix.[h,cc] -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r3238 r3359 112 112 void MJPedestal::DrawProjection(MHCamera *obj1, Int_t fit) const 113 113 { 114 TH1D *obj2 = (TH1D*)obj1->Projection( );114 TH1D *obj2 = (TH1D*)obj1->Projection(obj1->GetName()); 115 115 obj2->Draw(); 116 116 obj2->SetBit(kCanDelete);
Note:
See TracChangeset
for help on using the changeset viewer.