]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalDet.h
Introduce function to calculate the 'true' mean of vdrift, gain and t0 for the whole...
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDet.h
index 5fb14968be715319d9641a77dc449feed1fa0ecf..1d140f25d64f079afcca87e5bbd2ca8cd78404dc 100644 (file)
@@ -46,6 +46,7 @@ class AliTRDCalDet : public TNamed {
   Double_t GetRMSRobust(Double_t robust=0.92) const;
   Double_t GetMedian(AliTRDCalDet * const outlierDet=0) const;
   Double_t GetLTM(Double_t * sigma=0, Double_t fraction=0.9, AliTRDCalDet * const outlierDet=0);     
+  Double_t CalcMean(Bool_t wghtPads=kFALSE);
 
   // Plot functions
   TH1F * MakeHisto1Distribution(Float_t min=4, Float_t max=-4, Int_t type=0);     
@@ -69,4 +70,3 @@ class AliTRDCalDet : public TNamed {
 };
 
 #endif
-