]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTComponent.h
- added functionality to check CTP trigger classes within an analysis component
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Jul 2009 21:37:19 +0000 (21:37 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Jul 2009 21:37:19 +0000 (21:37 +0000)
commitcf9cf07e8662427a698b6f368351ae2bd017bb53
tree77b8d6f7b9f4e1dfff3453048e0baaba8a23e34a
parentbd3cd9c2a256dc8bbb57bdadba9eb803d6ff7d27
- added functionality to check CTP trigger classes within an analysis component
  bool EvaluateCTPTriggerClass checks a const char* expression of logic
  combinations of CTP trigger classes
- hanlde the ECS parameter data block on SOR and set CTP trigger classes
- first sketch of unit test for the above functionality, needs to be extended
  to really send the {ECSPARAM:PRIV} block
- long pending issue: comment warning on 'missing EOR' when a component has not
  received any event for processing. The check has to be replaced by a proper
  state handling
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h
HLT/BASE/test/testAliHLTComponent_CTPTrigger.C [new file with mode: 0644]