Changeset 11742 for trunk/FACT++
- Timestamp:
- 08/02/11 20:20:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataCalib.h
r11736 r11742 12 12 { 13 13 static std::vector<int32_t> fOffset; /// Storage for physical baseline 14 static std::vector<int 32_t> fGain; /// Storage for baseline corrected gain15 static std::vector<int 32_t> fTrgOff; /// Storage for logical baseline14 static std::vector<int64_t> fGain; /// Storage for baseline corrected gain 15 static std::vector<int64_t> fTrgOff; /// Storage for logical baseline 16 16 17 17 static uint64_t fNumOffset; /// Scale for physcial baseline
Note:
See TracChangeset
for help on using the changeset viewer.