Changeset 19311 for trunk/Mars/manalysis
- Timestamp:
- 10/25/18 21:20:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/manalysis/MSoftwareTriggerCalc.cc
r19310 r19311 93 93 Int_t MSoftwareTriggerCalc::Process() 94 94 { 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] 97 97 98 98 const UShort_t *ids = fRawEvt->GetPixelIds();
Note:
See TracChangeset
for help on using the changeset viewer.