]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
use common CDB entry for solenoid field (Gaute)
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 May 2008 06:51:26 +0000 (06:51 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 May 2008 06:51:26 +0000 (06:51 +0000)
HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx

index 9df9b8f07d45756b49160951b2097d299b96161a..2bb9d9ad6fbe93ff827f19d031e6d86f860e5684 100644 (file)
@@ -46,6 +46,7 @@ using namespace std;
 #include "AliHLTTPCInterMerger.h"
 #include "AliHLTTPCMemHandler.h"
 #include "AliHLTTPCDefinitions.h"
+#include "AliHLTCommonCDBEntries.h"
 #include "TString.h"
 #include "TObjString.h"
 #include "TObjArray.h"
@@ -810,7 +811,7 @@ int AliHLTTPCSliceTrackerComponent::Reconfigure(const char* cdbEntry, const char
     }
   }
 
-  const char* pathBField="TPC/Config/BField";
+  const char* pathBField=kAliHLTCDBSolenoidBz;
 
   if (pathBField) {
     HLTInfo("reconfigure B-Field from entry %s, chain id %s", path,(chainId!=NULL && chainId[0]!=0)?chainId:"<none>");