Changeset 2377 for trunk/MagicSoft/Mars/mfileio/MReadCurrents.cc
- Timestamp:
- 10/04/03 12:47:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadCurrents.cc
r2206 r2377 24 24 25 25 ///////////////////////////////////////////////////////////////////////////// 26 // //27 // MReadCurrents //28 // //29 // Input Containers: //30 // -/- //31 // //32 // Output Containers: //33 // MCerPhotEvt //34 // //26 // 27 // MReadCurrents 28 // 29 // Input Containers: 30 // -/- 31 // 32 // Output Containers: 33 // MCerPhotEvt 34 // 35 35 ///////////////////////////////////////////////////////////////////////////// 36 36 #include "MReadCurrents.h" … … 63 63 const char *name, 64 64 const char *title) 65 : fIn(NULL) 65 : fIn(NULL), fNumPixel(577) 66 66 { 67 67 fName = name ? name : "MReadCurrents"; … … 225 225 fTime->SetTime(h, m, s, ms*1000000); 226 226 227 for (int i=0; i< 577; i++)227 for (int i=0; i<fNumPixel; i++) 228 228 *fIn >> (*fCurrents)[i]; 229 229
Note:
See TracChangeset
for help on using the changeset viewer.