Changeset 2816
- Timestamp:
- 01/15/04 15:13:31 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2815 r2816 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/01/15: Raquel de los Reyes 8 9 * mhist/MHCamEvent.cc, mhist/MHCamera.cc 10 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError functions 11 to compute the estimation of the error of the mean. It can be done 12 calling to the function MCamEvent::SetBit(MHCamera::kVariance) in the 13 macro 6 14 7 15 2004/01/15: Markus Gaug -
trunk/MagicSoft/Mars/mhist/MHCamEvent.cc
r2563 r2816 109 109 fSum->SetYTitle("a.u."); 110 110 fSum->SetBit(MHCamera::kProfile); 111 if(TestBit(MHCamera::kVariance)) 112 fSum->SetBit(MHCamera::kVariance); 111 113 112 114 fRms = new MHCamera(*cam, name+";rms", fTitle); -
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2812 r2816 852 852 } 853 853 else 854 { 854 855 rc = TH1D::GetBinError(bin); 855 856 return Profile(rc); 856 rc = Profile(rc); 857 } 858 859 return rc; 857 860 } 858 861
Note:
See TracChangeset
for help on using the changeset viewer.