]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTComponent.h
adding functionality to configure from an OCDB object of type TMap of TObjStrings
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Sep 2010 11:51:49 +0000 (11:51 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Sep 2010 11:51:49 +0000 (11:51 +0000)
commitf651054f8520ac406b902a014b056094dfbb6278
treeb3f5dacd8a060c40a2d0bbcdcf1957bf0a61f4f5
parentde254f89f5905e8f3406703c43b9064890d7d084
adding functionality to configure from an OCDB object of type TMap of TObjStrings
LoadAndExtractOCDBObject has been extended to directly load an object associated to optional key if CDBEntry contains a TMap
ConfigureFromCDBTObjString has been extended to search for TObjStrings associated to optional key if CDBEntry contains a TMap

 * The object can also be of type TMap with TObjStrings as key-value pairs. The
 * key identifier can be chosen by the component implementation. Normally it will
 * be the run type ("p","A-A", "p-A", ...) or e.g. the trigger code secified by
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h