Changeset 12066
- Timestamp:
- 09/11/11 21:33:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataCalib.cc
r12056 r12066 167 167 } 168 168 169 fStep = file.GetUInt("STEP") +1;169 fStep = file.GetUInt("STEP"); 170 170 fNumOffset = file.GetUInt("NBOFFSET"); 171 171 fNumGain = file.GetUInt("NBGAIN"); … … 199 199 fGain[i] *= 1024; 200 200 } 201 202 // Now mark the stored DRS data as "officially valid" 203 // However, this is not thread safe. It only ensures that 204 // this data is not used before it is completely and correctly 205 // read. 206 fStep++; 201 207 202 208 return true;
Note:
See TracChangeset
for help on using the changeset viewer.