Index: /trunk/Mars/manalysis/MSoftwareTriggerCalc.cc
===================================================================
--- /trunk/Mars/manalysis/MSoftwareTriggerCalc.cc	(revision 19310)
+++ /trunk/Mars/manalysis/MSoftwareTriggerCalc.cc	(revision 19311)
@@ -93,6 +93,6 @@
 Int_t MSoftwareTriggerCalc::Process()
 {
-    const UInt_t nch  = fRawEvt->GetNumPixels(); // HW Channels
-    const UInt_t npix = fSignal->GetNumPixels(); // Pixel in camera
+    const UInt_t nch  = fRawEvt->GetNumPixels(); // HW Channels in file [1440]
+    const UInt_t npix = fSignal->GetNumPixels(); // Pixel in camera [1440 or 64]
 
     const UShort_t *ids = fRawEvt->GetPixelIds();
