]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTComponent.h
adding new interface function for the announcement of required OCDB objects and
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 18 Apr 2010 10:46:23 +0000 (10:46 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 18 Apr 2010 10:46:23 +0000 (10:46 +0000)
commit5ef2a37b8f81d11a17038370b30c06f61f0d2e8f
treeb5250649f18a1051a110b57941b87211710f3773
parent74c1905cc786df7a274eb13da5b423e37232a959
adding new interface function for the announcement of required OCDB objects and
implemented a check for the objects in the component initialization

/**
 * Get a list of OCDB object description.
 * The list of objects is provided in a TMap
 * - key: complete OCDB path, e.g. GRP/GRP/Data
 * - value: short description why the object is needed
 * Key and value objects created inside this class go into ownership of
 * target TMap.
 * @param targetMap   TMap instance receiving the list
 * @return void
 */
virtual void GetOCDBObjectDescription( TMap* const targetArray);
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h