]> git.uio.no Git - u/mrichter/AliRoot.git/commit
adding more options to control the size of the GlobalTriggerDecision.
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 14:51:20 +0000 (14:51 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 14:51:20 +0000 (14:51 +0000)
commit6598c82bf4f4610bbc1c63c5d547052f0d0862c8
tree64c0dc809be1038ead25ae6d2ab07864b7694ebe
parent4cb65f9e7a15ead6e7e542a7e76c1f2299fbed13
adding more options to control the size of the GlobalTriggerDecision.
Currently, the bottleneck seems to be the streaming of the output object,
it is much slower if many input objects have been added. New options:
-forward-input  forwards the input object instead of adding them
-include-input=none  do not include anything in the decisionobject
-include-input=short only include a short TNames array which describes the
                     objects
-include-input=objects include all the objects, this is the current behavior
                       and remains the default
HLT/trigger/AliHLTGlobalTriggerComponent.cxx
HLT/trigger/AliHLTGlobalTriggerComponent.h