Changeset 14366 for trunk/FACT++


Ignore:
Timestamp:
08/14/12 12:25:55 (12 years ago)
Author:
tbretz
Message:
Shortened a few descriptions complained by the datalogger
Location:
trunk/FACT++/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r14020 r14366  
    176176        fDimRuns        ("FAD_CONTROL/RUNS",               "I:5;C",
    177177                                                           "Run files statistics"
    178                                                            "|stats[int]:num of open run files, min/max run no, lastest opened or closed run"
     178                                                           "|stats[int]:num of open files, min/max run no, last opened or closed run"
    179179                                                           "|file[string]:filename of last opened file"),
    180180        fDimEvents      ("FAD_CONTROL/EVENTS",             "I:4",
  • trunk/FACT++/src/fadctrl.cc

    r14009 r14366  
    15541554        fDimStartRun("FAD_CONTROL/START_RUN", "X:1;X:1",
    15551555                                              "Run numbers"
    1556                                               "|run[idx]:Run number of last configured run (-1 if configuration was reset or no run was yet configured)"
     1556                                              "|run[idx]:Run no of last conf'd run (-1 if reset or none config'd yet)"
    15571557                                              "|next[idx]:Run number which will be assigned to next configuration"),
    15581558        fDimConnection("FAD_CONTROL/CONNECTIONS", "C:40;C:1",
  • trunk/FACT++/src/ftmctrl.cc

    r14224 r14366  
    12921292                                                          "Patch,Board,Camera trigger rates"
    12931293                                                          "|FTMtimeStamp[us]:Time in microseconds, since trigger enabled or disabled"
    1294                                                           "|OnTimeCounter[us]:Effective on-time, i.e. FTM processes triggers (e.g. No FAD busy)"
    1295                                                           "|TriggerCounter[int]:Counter of camera trigers (events) since trigger enabled or disabled"
     1294                                                          "|OnTimeCounter[us]:Effective on-time, ie. FTM triggers (eg. w/o busy)"
     1295                                                          "|TriggerCounter[int]:Counter of triggers since enabled or disabled"
    12961296                                                          "|TriggerRate[Hz]:Trigger rate"
    12971297                                                          "|BoardRate[Hz]:Trigger rate of individual FTUs"
     
    13301330                                                          "|Multiplicity[DACcounts]:N out of 4 logic settings per FTU"
    13311331                                                          "|Prescaling[500ms]:Update rate of the rate counter"),
    1332 
    13331332        fDimDynamicData   ("FTM_CONTROL/DYNAMIC_DATA",    "X:1;X:1;F:4;I:160;I:40;S:40;S:40;S:40;S:1",
    13341333                                                          "Regular reports sent by FTM"
     
    13361335                                                          "|OnTimeCounter[us]:Ontime, i.e. FTM processes triggers (e.g. No FAD busy)"
    13371336                                                          "|Temperatures[Nan]:not yet defined nor used (wanna be FTM onboard temps)"
    1338                                                           "|TriggerPatchCounter[int]:trigger patches counting since last update (prescaling)"
     1337                                                          "|TriggerPatchCounter[int]:counting since last update (prescaling)"
    13391338                                                          "|BoardsCounter[int]:FTU board counting after N out of 4 and since last update"
    13401339                                                          "|RateOverflow[bitpattern]:bits 0-4=patches overflow, 5=board overflow, 1 per board"
Note: See TracChangeset for help on using the changeset viewer.