Changeset 18850 for trunk/FACT++/src


Ignore:
Timestamp:
05/13/17 13:15:10 (7 years ago)
Author:
Daniela Dorner
Message:
removed workaround for channel 91, i.e. 2/27
File:
1 edited

Legend:

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

    r18800 r18850  
    276276            if (!fEmergencyShutdown)
    277277            {
    278                 if (fCurrent[id]<0 && id!=91)
     278                if (fCurrent[id]<0)
    279279                {
    280280                    Warn("OverCurrent detected (first ch="+to_string(id)+").");
     
    443443            bool oc = false;
    444444            for (int ch=0; ch<kNumChannels; ch++)
    445                 if (fPresent[ch/kNumChannelsPerBoard] && fCurrent[ch]<0 && ch!=91)
     445                if (fPresent[ch/kNumChannelsPerBoard] && fCurrent[ch]<0)
    446446                    oc = true;
    447447
     
    14971497    {
    14981498        for (int ch=0; ch<kNumChannels; ch++)
    1499             if (fPresent[ch/kNumChannelsPerBoard] && fCurrent[ch]<0 && ch!=91)
     1499            if (fPresent[ch/kNumChannelsPerBoard] && fCurrent[ch]<0)
    15001500                return true;
    15011501
Note: See TracChangeset for help on using the changeset viewer.