Changeset 1461 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 07/31/02 14:09:39 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
r1457 r1461 70 70 // 71 71 // Default constructor. Here you can specify the cleaning levels. If you 72 // don't specify them the 'common standard' values 2.5 and 3.0(sigma72 // don't specify them the 'common standard' values 3.0 and 2.5 (sigma 73 73 // above mean) are used 74 74 // … … 135 135 // (MCerPhotEvt::IsPixelUsed) all the time. 136 136 // 137 Byte_t *ispixused = new Byte_t[max ];137 Byte_t *ispixused = new Byte_t[max+1]; 138 138 139 139 for (Int_t i=0; i<entries; i++)
Note:
See TracChangeset
for help on using the changeset viewer.