Changeset 8804 for trunk


Ignore:
Timestamp:
01/09/08 12:06:56 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r8788 r8804  
    18151815
    18161816    tlist.AddToList(&taskenv);
    1817    
     1817
    18181818    if (IsUsePINDiode())
    18191819      tlist.AddToList(&pinext);
     
    18251825    {
    18261826      taskenv2.SetDefault(fTimeExtractor);
    1827      
     1827
    18281828      if (IsRelTimes())
    18291829        tlist.AddToList(&taskenv2);
    18301830    }
    1831    
     1831
    18321832    //
    18331833    // Apply a filter against cosmics
  • trunk/MagicSoft/Mars/mpedestal/MPedestalCam.cc

    r8788 r8804  
    304304    *fLog << all << GetDescriptor();
    305305    *fLog << " - Events=" << fNumEvents << ", Slices=" << fNumSlices << ":" << endl;
    306     *fLog << endl;
    307306
    308307    *fLog << endl;
     
    316315    if (TString(option).Contains("all", TString::kIgnoreCase))
    317316    {
     317        *fLog << endl;
    318318        *fLog << "Pixels:" << endl;
    319319        PrintArr(*fArray);
Note: See TracChangeset for help on using the changeset viewer.