Changeset 19311 for trunk/Mars


Ignore:
Timestamp:
10/25/18 21:20:36 (6 years ago)
Author:
tbretz
Message:
Added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/manalysis/MSoftwareTriggerCalc.cc

    r19310 r19311  
    9393Int_t MSoftwareTriggerCalc::Process()
    9494{
    95     const UInt_t nch  = fRawEvt->GetNumPixels(); // HW Channels
    96     const UInt_t npix = fSignal->GetNumPixels(); // Pixel in camera
     95    const UInt_t nch  = fRawEvt->GetNumPixels(); // HW Channels in file [1440]
     96    const UInt_t npix = fSignal->GetNumPixels(); // Pixel in camera [1440 or 64]
    9797
    9898    const UShort_t *ids = fRawEvt->GetPixelIds();
Note: See TracChangeset for help on using the changeset viewer.