Changeset 11742


Ignore:
Timestamp:
08/02/11 20:20:20 (13 years ago)
Author:
tbretz
Message:
changed some variable types to match the big range needed for the gain and secondary baseline.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataCalib.h

    r11736 r11742  
    1212{
    1313    static std::vector<int32_t> fOffset;  /// Storage for physical baseline
    14     static std::vector<int32_t> fGain;    /// Storage for baseline corrected gain
    15     static std::vector<int32_t> fTrgOff;  /// Storage for logical baseline
     14    static std::vector<int64_t> fGain;    /// Storage for baseline corrected gain
     15    static std::vector<int64_t> fTrgOff;  /// Storage for logical baseline
    1616
    1717    static uint64_t fNumOffset;           /// Scale for physcial baseline
Note: See TracChangeset for help on using the changeset viewer.