Ignore:
Timestamp:
10/23/06 11:02:51 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MArrivalTimeCam.h

    r8132 r8144  
    6262    void DrawPixelContent(Int_t num) const;
    6363
    64     ClassDef(MArrivalTimeCam, 1)        // Storage Container for the ArrivalTime in the camera
     64    ClassDef(MArrivalTimeCam, 2)        // Storage Container for the ArrivalTime in the camera
    6565};
    6666
  • trunk/MagicSoft/Mars/msignal/MExtractTime.cc

    r7816 r8144  
    143143        return kFALSE;
    144144
    145     if (fArrTime)
    146       fArrTime->SetUsedFADCSlices(fHiGainFirst, fHiGainLast+fHiLoLast, fLoGainFirst, fLoGainLast);
     145//    if (fArrTime)
     146//      fArrTime->SetUsedFADCSlices(fHiGainFirst, fHiGainLast+fHiLoLast, fLoGainFirst, fLoGainLast);
    147147
    148148    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.