]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGain.cxx
Added documentation about how to operate the Alignment task
[u/mrichter/AliRoot.git] / MUON / AliMUONGain.cxx
index 1a7c0c960e2d72cad40e2b030443df67884b7984..8c3a0a6de9990150020736d49121937aad32c78c 100644 (file)
@@ -492,7 +492,7 @@ void AliMUONGain::MakeGainStore(TString shuttleFile)
 
          // 1. - linear fit over gAlinbpf1 points
 
-         Double_t par[4] = {0.,0.5,0.,ADCMax()};
+         Double_t par[4] = {0.,0.5,0.,static_cast<Double_t>(ADCMax())};
          Int_t nbs   = nEntries - fnInit;
          if(nbs < fnbpf1)fnbpf1=nbs;