Changeset 11830 for trunk/FACT++/src


Ignore:
Timestamp:
08/07/11 16:40:56 (14 years ago)
Author:
tbretz
Message:
Added keys for ADC resolution and ADC range
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataWriteFits.cc

    r11750 r11830  
    9696        fFile.WriteKey("CAMERA",   "MGeomCamFACT", "");
    9797        fFile.WriteKey("DAQ",      "DRS4", "");
    98 
    99         fFile.WriteKey("ADCCOUNT",  2.0f,       "ADC Counts per milliVolt");
     98        fFile.WriteKey("ADCRANGE", 2000,        "Dynamic range in mV") ||
     99        fFile.WriteKey("ADC",      12,          "Resolution in bits")
    100100
    101101
Note: See TracChangeset for help on using the changeset viewer.