]> git.uio.no Git - u/mrichter/AliRoot.git/commit
adding the MonitoringRelay component
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Nov 2009 23:55:49 +0000 (23:55 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Nov 2009 23:55:49 +0000 (23:55 +0000)
commitb0955ff1c8b0609d2d437b8083789e56fa2a421c
tree1c4786dacc2f5f6cdfdfcbfd429a37d1bd4f3587
parent6eed6bca45f1191155a1569cfbb58e684e4d6b44
adding the MonitoringRelay component
The MonitoringRelay can be used together with components producing histograms and publishing those
just for a scaled down number of events. The relay keeps a copy of the binary data block for every
new TObject, though objects are unpacked in order to extract name and title. The component publishes
the binary blocks for every event, the time consuming streaming however is avoided.
First version, needs to be fully tested.
HLT/BASE/util/AliHLTAgentUtil.cxx
HLT/BASE/util/AliHLTMonitoringRelay.cxx [new file with mode: 0644]
HLT/BASE/util/AliHLTMonitoringRelay.h [new file with mode: 0644]
HLT/libAliHLTUtil.pkg