- Timestamp:
- 09/30/03 14:14:09 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2365 r2367 1 1 -*-*- END OF LINE -*-*- 2 3 4 2003/09/30: Robert Wagner 5 * mfileio/MCT1ReadPreProc.cc 6 - undone change from 2003/09/26 7 - MJD is filled in fTime.Duration 8 9 10 2 11 2003/09/29: Nicola Galante & Antonio Stamerra 3 12 … … 27 36 - Fixed a bug in the task list order to apply correctly the filters 28 37 - Now it writes on disk a root file with some histograms 38 29 39 30 40 -
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r2366 r2367 905 905 // int isecs_since_midday; // seconds passed since midday before sunset (JD of run start) 906 906 // int isecfrac_200ns; // fractional part of isecs_since_midday 907 fTime->SetTime(event.isecfrac_200ns, (Double_t)event.isecs_since_midday/86400 + (Int_t)fRawRunHeader->GetMJD()); 907 fTime->SetTime(event.isecfrac_200ns, event.isecs_since_midday); 908 fTime->SetDuration((Int_t)fRawRunHeader->GetMJD()); 908 909 fTime->SetReadyToSave(); 909 910
Note:
See TracChangeset
for help on using the changeset viewer.