]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Getting rid of warnings.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Dec 2009 21:14:10 +0000 (21:14 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Dec 2009 21:14:10 +0000 (21:14 +0000)
HLT/MUON/utils/AliHLTMUONClusterHistoComponent.cxx

index 170de46afb637dd03ca76b02b20f33124c1efe77..3d6da5a43335a5ec5b18ca8586375c13d74eda0d 100644 (file)
@@ -164,7 +164,7 @@ int AliHLTMUONClusterHistoComponent::DoEvent(const AliHLTComponentEventData& /*e
                                                 const AliHLTComponentBlockData* /*blocks*/,
                                                 AliHLTComponentTriggerData& /*trigData*/,
                                                 AliHLTUInt8_t* /*outputPtr*/,
-                                                AliHLTUInt32_t& size,
+                                                AliHLTUInt32_t& /*size*/,
                                                 AliHLTComponentBlockDataList& /*outputBlocks*/)
 {
   AliHLTUInt32_t specification = 0x0;
@@ -177,7 +177,7 @@ int AliHLTMUONClusterHistoComponent::DoEvent(const AliHLTComponentEventData& /*e
     if (block->fDataType != AliHLTMUONConstants::ClusterBlockDataType()) continue;
     specification |= block->fSpecification;  // The specification bit pattern should indicate all the DDLs that contributed.
     
-    HLTDebug("Handling block: with fDataType = '%s', fPtr = %p and fSize = %u bytes.",
+    HLTDebug("Handling block with fDataType = '%s', fPtr = %p and fSize = %u bytes.",
             DataType2Text(block->fDataType).c_str(), block->fPtr, block->fSize
             );
     
@@ -196,8 +196,8 @@ int AliHLTMUONClusterHistoComponent::DoEvent(const AliHLTComponentEventData& /*e
       //commented for future use
       //AliHLTInt32_t detelement=cluster->fDetElemId;  // Detector ID number from AliRoot geometry
 
-      AliHLTUInt16_t nchannelsB=cluster->fNchannelsB; // Number of channels/pads in the cluster in bending plane.
-      AliHLTUInt16_t nchannelsNB=cluster->fNchannelsNB; // Number of channels/pads in the cluster in non-bending plane.
+      //AliHLTUInt16_t nchannelsB=cluster->fNchannelsB; // Number of channels/pads in the cluster in bending plane.
+      //AliHLTUInt16_t nchannelsNB=cluster->fNchannelsNB; // Number of channels/pads in the cluster in non-bending plane.
       
 
       AliHLTFloat32_t BCharge= cluster->fChargeB; // Cluster charge in bending plane. Can be -1 if invalid or uncomputed.