]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The component path in CDB changed - probably it was wrong before.
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Mar 2009 13:24:40 +0000 (13:24 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Mar 2009 13:24:40 +0000 (13:24 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx

index c374d477b4f31aecb0e3c81c33c1fff1723fedf1..0cf9bd28478bf5982edbf0b6c952d35c4a679ab2 100644 (file)
@@ -186,7 +186,7 @@ Int_t AliHLTTPCCATrackerComponent::Reconfigure(const char* cdbEntry, const char*
   // see header file for class documentation
 
   Int_t iResult=EINVAL;
-  const char* path="HLT/ConfigTPC/TPCCATracker";
+  const char* path="HLT/ConfigTPC/TPCCATrackerComponent";
   const char* defaultNotify="";
   if (cdbEntry) {
     path=cdbEntry;