Changeset 2857 for trunk/MagicSoft/Mars
- Timestamp:
- 01/20/04 14:05:44 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2856 r2857 6 6 7 7 2004/01/20: Abelardo moralejo 8 9 * mcalib/MHCalibrationPINDiode.cc 10 - Added call to SetDirecory(0) for histograms fHErrCharge, 11 fHPCharge, fHPTime. 8 12 9 13 * manalysis/MCerPhotPix.h -
trunk/MagicSoft/Mars/mcalib/MHCalibrationPINDiode.cc
r2734 r2857 76 76 fHPCharge->SetYTitle("Nr. of events"); 77 77 fHPCharge->Sumw2(); 78 fHPCharge->SetDirectory(0); 78 79 79 80 fErrChargeFirst = 0.; … … 85 86 fHErrCharge->SetYTitle("Nr. of events"); 86 87 fHErrCharge->Sumw2(); 88 fHErrCharge->SetDirectory(0); 87 89 88 90 Int_t tfirst = 0; … … 94 96 fHPTime->SetYTitle("Nr. of events"); 95 97 fHPTime->Sumw2(); 98 fHPTime->SetDirectory(0); 96 99 97 100 }
Note:
See TracChangeset
for help on using the changeset viewer.