Changeset 17992 for branches


Ignore:
Timestamp:
10/23/14 18:51:41 (10 years ago)
Author:
dneise
Message:
tiny improvement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_use_drstimefiles/fact/analysis/callisto_drstime.C

    r17990 r17992  
    260260    factfits drs_time_file(drs_time_file_path);
    261261
    262     const int NumberOfChips = 160;
    263     const int NumberOfCells = 1024;
     262    const int NumberOfChips = drs_time_file.GetInt("NCHIPS");
     263    const int NumberOfCells = drs_time_file.GetInt("NCELLS");
    264264    timecam.fStat.resize(NumberOfChips * NumberOfCells);
    265265    double *drs_sampling_time_deviations = new double[NumberOfChips * NumberOfCells];
Note: See TracChangeset for help on using the changeset viewer.