Changeset 13062 for trunk


Ignore:
Timestamp:
03/11/12 13:29:42 (13 years ago)
Author:
tbretz
Message:
Updated the resistors. We have now 3900Ohm at the G-APD, 1kOhm serial resistor; 1kOhm in the bias crate; 100Ohm measurement resistor in the bias crate.
File:
1 edited

Legend:

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

    r13060 r13062  
    178178            for (int i=0; i<BIAS::kNumChannels; i++)
    179179            {
    180                 // 3900 Ohm/n  +  1000 Ohm  +  1200 Ohm
    181                 const double R = fMap.hv(i).group()==0 ? 3175 : 2980;
     180                // 3900 Ohm/n  +  1000 Ohm  +  1100 Ohm
     181                const double R = fMap.hv(i).group()==0 ? 3075 : 2880;
    182182                const double I = double(fCurrentsAvg[i])/fCursorCur - fCalibration[i];
    183183                vec[i+416] += R * I*conv;
Note: See TracChangeset for help on using the changeset viewer.