Changeset 14178
- Timestamp:
- 06/13/12 21:42:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataCalib.cc
r14169 r14178 249 249 file.SetInt("NROI", roi, "Region of interest"); 250 250 251 file.SetInt("NBOFFSET", fData.fNumOffset, "Num berof entries for offset calibration");252 file.SetInt("NBGAIN", fData.fNumGain/1953125, "Num berof entries for gain calibration");253 file.SetInt("NBTRGOFF", fData.fNumTrgOff, "Num berof entries for trigger offset calibration");251 file.SetInt("NBOFFSET", fData.fNumOffset, "Num of entries for offset calibration"); 252 file.SetInt("NBGAIN", fData.fNumGain/1953125, "Num of entries for gain calibration"); 253 file.SetInt("NBTRGOFF", fData.fNumTrgOff, "Num of entries for trigger offset calibration"); 254 254 255 255 // file.WriteKeyNT("DAC_A", fData.fDAC[0], "Level of DAC 0 in DAC counts") ||
Note:
See TracChangeset
for help on using the changeset viewer.