Changeset 17280


Ignore:
Timestamp:
10/20/13 21:56:01 (11 years ago)
Author:
tbretz
Message:
When we take data (eg drs-pedestal) and the voltag eis off do not display that as red, but as white instead.
File:
1 edited

Legend:

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

    r17278 r17280  
    27682768            // and Bias not in "data-taking state' => Red
    27692769            if (fMcpConfigurationState>MCP::State::kIdle && !bias_on)
    2770                 col = HTML::kRed;
     2770                col = HTML::kWhite;
    27712771
    27722772            const bool cal = fDimFeedback.state()>=Feedback::State::kCalibrated;
Note: See TracChangeset for help on using the changeset viewer.