]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed warning.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jun 2004 07:34:47 +0000 (07:34 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jun 2004 07:34:47 +0000 (07:34 +0000)
HLT/hough/AliL3HoughTransformerRow.h

index 86952299ba35c3f6ab0af12d7ebf00ad1e0aee44..3c5eeeebb39c8da6f9d0b8422dae5fe74bd5863b 100644 (file)
@@ -21,7 +21,7 @@ class AliL3HoughTransformerRow : public AliL3HoughBaseTransformer {
   virtual ~AliL3HoughTransformerRow();
 
   //void CreateHistograms(Float_t ptmin,Float_t ptmax,Float_t ptres,Int_t nybin,Float_t psi);
-  void CreateHistograms(Int_t nxbin,Float_t ptmin,Int_t nybin,Float_t phimin,Float_t phimax)
+  void CreateHistograms(Int_t /*nxbin*/,Float_t /*ptmin*/,Int_t /*nybin*/,Float_t /*phimin*/,Float_t /*phimax*/)
   {STDCERR<<"This method for creation of parameter space histograms is not supported for this Transformer!"<<STDENDL;}
   void CreateHistograms(Int_t nxbin,Float_t xmin,Float_t xmax,
                        Int_t nybin,Float_t ymin,Float_t ymax);