- Timestamp:
- 01/09/08 12:06:56 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r8788 r8804 1815 1815 1816 1816 tlist.AddToList(&taskenv); 1817 1817 1818 1818 if (IsUsePINDiode()) 1819 1819 tlist.AddToList(&pinext); … … 1825 1825 { 1826 1826 taskenv2.SetDefault(fTimeExtractor); 1827 1827 1828 1828 if (IsRelTimes()) 1829 1829 tlist.AddToList(&taskenv2); 1830 1830 } 1831 1831 1832 1832 // 1833 1833 // Apply a filter against cosmics -
trunk/MagicSoft/Mars/mpedestal/MPedestalCam.cc
r8788 r8804 304 304 *fLog << all << GetDescriptor(); 305 305 *fLog << " - Events=" << fNumEvents << ", Slices=" << fNumSlices << ":" << endl; 306 *fLog << endl;307 306 308 307 *fLog << endl; … … 316 315 if (TString(option).Contains("all", TString::kIgnoreCase)) 317 316 { 317 *fLog << endl; 318 318 *fLog << "Pixels:" << endl; 319 319 PrintArr(*fArray);
Note:
See TracChangeset
for help on using the changeset viewer.