]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- fixed compilation warnings
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Oct 2009 07:52:48 +0000 (07:52 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Oct 2009 07:52:48 +0000 (07:52 +0000)
HLT/TPCLib/AliHLTTPCClusterDumpComponent.cxx
HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.cxx
HLT/TPCLib/calibration/AliHLTTPCCalibrationAgent.cxx

index bef97fa4fe43a15b9ca0795aa76a3757557fa57d..2828283bc35dd39f8a021ffaa6356b7d8d67f741 100644 (file)
@@ -142,7 +142,7 @@ int AliHLTTPCClusterDumpComponent::DumpEvent( const AliHLTComponentEventData& ev
          dump << "Slice:         " << slice << endl;
          dump << "Partition:     " << patch << endl;
          dump << "[X,Y,Z]:       [" << clusters[i].fX<<" , "<<clusters[i].fY<<" , "<<clusters[i].fZ <<"]"<< endl;
-         Float_t xyz[3]={clusters[i].fX,clusters[i].fY,clusters[i].fZ};
+         //Float_t xyz[3]={clusters[i].fX,clusters[i].fY,clusters[i].fZ};
          //AliHLTTPCTransform::LocHLT2Raw(xyz,(Int_t)(clusters[i].fID/10),(Int_t)(clusters[i].fID%10));
          //dump << "[R,P,T]:       [" << xyz[0]<<" , "<<xyz[1]<<" , "<<xyz[2] <<"]"<< endl;
          dump << "Total Charge:  " << clusters[i].fCharge         << endl;
index d5634f0874c1351d9e434260c4dfd17d0cd74b95..926a3fdfbf323fbd74c3881e67a3b3f45a0d5732 100644 (file)
@@ -111,8 +111,8 @@ int AliHLTTPCHWClusterTransformComponent::DoInit( int argc, const char** argv )
     return -ENOENT;
   }
 
-  Int_t i = 0;
-  Char_t* cpErr;
+  //Int_t i = 0;
+  //Char_t* cpErr;
 
   int iResult=0;
 
index 8037e8375487f85f897e7c53cc4642147b9313a4..745c7af01e2e8c49de70dadd47fad3f1c01f4458 100644 (file)
@@ -153,7 +153,7 @@ AliHLTOUTHandler* AliHLTTPCCalibrationAgent::GetOutputHandler(AliHLTComponentDat
 }
 
 // #################################################################################
-Int_t AliHLTTPCCalibrationAgent::DeleteOutputHandler(AliHLTOUTHandler* pInstance){
+Int_t AliHLTTPCCalibrationAgent::DeleteOutputHandler(AliHLTOUTHandler* /*pInstance*/){
   // see header file for class documentation
   return 0;
 }