]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCClusterTransformationComponent.cxx
added AliFlatExternalTrackParam to HLT global library
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterTransformationComponent.cxx
index ec9c37ccbe46db5213751e436c43f53f5671292c..e8af34e5534ae329b11c0b6d009eab2e13e4c83b 100644 (file)
@@ -132,7 +132,7 @@ int AliHLTTPCClusterTransformationComponent::DoInit( int argc, const char** argv
   fDataId = kFALSE;
 
   int iResult=0;
-  iResult = ConfigureFromCDBTObjString(fgkOCDBEntryClusterTransformation);
+  //!! iResult = ConfigureFromCDBTObjString(fgkOCDBEntryClusterTransformation);
 
   if (iResult>=0 && argc>0)
     iResult=ConfigureFromArgumentString(argc, argv);
@@ -149,7 +149,7 @@ int AliHLTTPCClusterTransformationComponent::DoDeinit() {
 int AliHLTTPCClusterTransformationComponent::Reconfigure(const char* /*cdbEntry*/, const char* /*chainId*/) { 
   // see header file for class documentation
   fDataId = kFALSE;
-  return ConfigureFromCDBTObjString(fgkOCDBEntryClusterTransformation);
+  return 0;//!! ConfigureFromCDBTObjString(fgkOCDBEntryClusterTransformation);
 }
 
 int AliHLTTPCClusterTransformationComponent::ScanConfigurationArgument(int argc, const char** argv){
@@ -273,7 +273,7 @@ int AliHLTTPCClusterTransformationComponent::DoEvent(const AliHLTComponentEventD
       break;
     }
   
-    for( int icl=0; icl<rawClusters->fCount; icl++){
+    for( UInt_t icl=0; icl<rawClusters->fCount; icl++){
       
       const AliHLTTPCRawCluster &cl = rawClusters->fClusters[icl];
 
@@ -356,7 +356,7 @@ void AliHLTTPCClusterTransformationComponent::GetOCDBObjectDescription( TMap* co
   
   // OCDB entries for component arguments
 
-  targetMap->Add(new TObjString(fgkOCDBEntryClusterTransformation), new TObjString("component argument for the charge threshold"));
+  //!! targetMap->Add(new TObjString(fgkOCDBEntryClusterTransformation), new TObjString("component argument for the charge threshold"));
   
   // OCDB entries to be fetched by the TAXI (access via the AliTPCcalibDB class)
   targetMap->Add(new TObjString("TPC/Calib/Parameters"),    new TObjString("unknown content"));