Ignore:
Timestamp:
09/15/04 20:14:15 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCam.cc

    r5019 r5043  
    7676#include "MCalibrationCam.h"
    7777
    78 #include <TObjArray.h>
     78#include <TOrdCollection.h>
    7979
    8080#include "MLog.h"
     
    105105{
    106106  for (UInt_t i=a; i<b; i++)
    107     (*fPixels)[i] = new MCalibrationRelTimePix;
     107    fPixels->AddAt(new MCalibrationRelTimePix,i);
    108108}
    109109
     
    112112{
    113113  for (UInt_t i=a; i<b; i++)
    114     (*fAverageAreas)[i] = new MCalibrationRelTimePix;
     114    fAverageAreas->AddAt(new MCalibrationRelTimePix,i);
    115115}
    116116
     
    118118{
    119119  for (UInt_t i=a; i<b; i++)
    120     (*fAverageSectors)[i] = new MCalibrationRelTimePix;
     120    fAverageSectors->AddAt(new MCalibrationRelTimePix,i);
    121121}
    122122
Note: See TracChangeset for help on using the changeset viewer.