Changeset 13255 for trunk/FACT++/src


Ignore:
Timestamp:
03/28/12 20:50:00 (12 years ago)
Author:
tbretz
Message:
Changed the resistance of the broken pixels to 390Ohm. Test yesterday night have shown that the amplitude is too low.
File:
1 edited

Legend:

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

    r13249 r13255  
    188188            // Pixel  583: 5 31 == 191 (5)
    189189            // Pixel  830: 2  2 ==  66 (4)
    190             // Pixel 1401: 6  1 == 193 (4)
     190            // Pixel 1401: 6  1 == 193 (5)
    191191
    192192            // Convert from DAC counts to uA
     
    215215                // This is assuming that the broken pixels
    216216                // have a 1kOhm instead of 390 Ohm serial resistor
    217                 if (i==66 || i==193)
    218                     U *= 2100./R[0];    // (1k)2665 / (390)2400 / (~0)2100
     217                if (i==66)
     218                    U *= 2400./R[0];    // (1k)2665 / (390)2400 / (~0)2100
    219219                if (i==191)
    220                     U *= 2100./R[1];    // (1k)2794 / (390)2320 / (~0)2100
     220                    U *= 2320./R[1];    // (1k)2794 / (390)2320 / (~0)2100
     221                if (i==193)
     222                    U *= 2320./R[1];    // (1k)2665 / (390)2400 / (~0)2100
    221223
    222224                vec[i+BIAS::kNumChannels] += U;
Note: See TracChangeset for help on using the changeset viewer.