]> git.uio.no Git - u/mrichter/AliRoot.git/commit
adding new functionality to component base class
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Apr 2010 22:06:08 +0000 (22:06 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Apr 2010 22:06:08 +0000 (22:06 +0000)
commit3fcb48b8a14aba42b12d07f284c942ecd308b009
treeafcbb14646dba51a23dd58e9aaae70e7d4206b24
parent802b480b2190e93876a2de7a5fa66d61ca2b2b0e
adding new functionality to component base class
  /**
   * Check state of a trigger class.
   * If the class name is not part of the current trigger setup (i.e. ECS parameter
   * does not contain a trigger definition for this class name) the function
   * returns -1
   * @note the function requires the setup of the CTP handling for the component by
   * invoking SetupCTPData() from DoInit()
   * @return -1 class name not initialized,
   *          0 trigger not active
   *          1 trigger active
   */
  int CheckCTPTrigger(const char* name) const;
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h