Ignore:
Timestamp:
10/23/14 14:05:28 (10 years ago)
Author:
dneise
Message:
write NCHIPS and NCELLS into the header. was forgotten
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/produce_drs_time_fits_file.C

    r17987 r17991  
    8282        "see following COMMENT."
    8383    );
     84    drstimeFile.SetInt("NCHIPS", NumberOfChips, "number of drs chips");
     85    drstimeFile.SetInt("NCELLS", NumberOfCells, "number of cells of each chip");
    8486    drstimeFile.AddComment(
    8587"The SamplingTimeDeviation specifies the deviation of the actual ");
Note: See TracChangeset for help on using the changeset viewer.