Changeset 13256 for trunk


Ignore:
Timestamp:
03/28/12 20:51:10 (13 years ago)
Author:
tbretz
Message:
Set names for the dim services.
File:
1 edited

Legend:

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

    r12914 r13256  
    445445        fFTM("FTM_CONTROL/STATE",       (void*)NULL, 0, this),
    446446        fRates("FTM_CONTROL/TRIGGER_RATES", (void*)NULL, 0, this),
    447         fDimData("RATE_SCAN/DATA", "X:1;I:1;F:1;F:1;F:1;F:40;F:160", ""),
     447        fDimData("RATE_SCAN/DATA", "X:1;I:1;F:1;F:1;F:1;F:40;F:160",
     448                 "|Id[s]:Start time used to identify measurement (UnixTime)"
     449                 "|Threshold[dac]:Threshold in DAC counts"
     450                 "|ElapsedTime[s]:Real elapsed time"
     451                 "|RelOnTime[ratio]:Relative on time"
     452                 "|TriggerRate[Hz]:Camera trigger rate"
     453                 "|BoardRate[Hz]:Board trigger rates"
     454                 "|PatchRate[Hz]:Patch trigger rates"),
    448455        fDimProc("RATE_SCAN/PROCESS_DATA", "I:1;I:1;I:1",
    449456                 "Rate scan process data"
Note: See TracChangeset for help on using the changeset viewer.