Changeset 14366
- Timestamp:
- 08/14/12 12:25:55 (12 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r14020 r14366 176 176 fDimRuns ("FAD_CONTROL/RUNS", "I:5;C", 177 177 "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" 179 179 "|file[string]:filename of last opened file"), 180 180 fDimEvents ("FAD_CONTROL/EVENTS", "I:4", -
trunk/FACT++/src/fadctrl.cc
r14009 r14366 1554 1554 fDimStartRun("FAD_CONTROL/START_RUN", "X:1;X:1", 1555 1555 "Run numbers" 1556 "|run[idx]:Run n umber 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)" 1557 1557 "|next[idx]:Run number which will be assigned to next configuration"), 1558 1558 fDimConnection("FAD_CONTROL/CONNECTIONS", "C:40;C:1", -
trunk/FACT++/src/ftmctrl.cc
r14224 r14366 1292 1292 "Patch,Board,Camera trigger rates" 1293 1293 "|FTMtimeStamp[us]:Time in microseconds, since trigger enabled or disabled" 1294 "|OnTimeCounter[us]:Effective on-time, i .e. FTM processes triggers (e.g. No FADbusy)"1295 "|TriggerCounter[int]:Counter of camera trigers (events) since triggerenabled 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" 1296 1296 "|TriggerRate[Hz]:Trigger rate" 1297 1297 "|BoardRate[Hz]:Trigger rate of individual FTUs" … … 1330 1330 "|Multiplicity[DACcounts]:N out of 4 logic settings per FTU" 1331 1331 "|Prescaling[500ms]:Update rate of the rate counter"), 1332 1333 1332 fDimDynamicData ("FTM_CONTROL/DYNAMIC_DATA", "X:1;X:1;F:4;I:160;I:40;S:40;S:40;S:40;S:1", 1334 1333 "Regular reports sent by FTM" … … 1336 1335 "|OnTimeCounter[us]:Ontime, i.e. FTM processes triggers (e.g. No FAD busy)" 1337 1336 "|Temperatures[Nan]:not yet defined nor used (wanna be FTM onboard temps)" 1338 "|TriggerPatchCounter[int]: trigger patchescounting since last update (prescaling)"1337 "|TriggerPatchCounter[int]:counting since last update (prescaling)" 1339 1338 "|BoardsCounter[int]:FTU board counting after N out of 4 and since last update" 1340 1339 "|RateOverflow[bitpattern]:bits 0-4=patches overflow, 5=board overflow, 1 per board"
Note:
See TracChangeset
for help on using the changeset viewer.