]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTComponent.h
moving CTP functionality of the component base class to the AliHLTCTPData class, and
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Aug 2009 14:23:59 +0000 (14:23 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Aug 2009 14:23:59 +0000 (14:23 +0000)
commitadb91bc31ee5d82293b2d1e9c794ed31fd19fcb9
tree686e3180f5b3582c105d1b703cb9a5adf3f093a2
parent474952b2d6804ad8899fb3172b80403072b0ac4a
moving CTP functionality of the component base class to the AliHLTCTPData class, and
forwarding calls to the corresponding methods
components must announce the wish to use CTPData by callinf SetupCTPData in the DoInit method.
The CTP trigger classes are initialized from the ECS parameter, counters are incremented
according to the trigger pattern of the CDH before the event processing is called.
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h
HLT/BASE/test/testAliHLTComponent.C