]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Some errors on HP and DEC fixed.
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Jun 2000 14:20:53 +0000 (14:20 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Jun 2000 14:20:53 +0000 (14:20 +0000)
ITS/AliITSstatistics.h

index 539e55705917cf99fd2989258e7445a15412eeea..b23485f9cc37ee13ed3052ddb26a1f89d02ee967 100644 (file)
@@ -31,7 +31,7 @@ class AliITSstatistics : public TObject {
                                                                                                 } 
   void AddValue(Float_t x){
                            // floats default weight of 1
-                           AddValue(x,1.0);} 
+                           AddValue((Double_t)x,(Double_t)1.0);} 
   Double_t GetNth(Int_t order);
   Double_t GetMean() {
                       // returns the mean