]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introduce a statistical threshold (Raphaelle)
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Sep 2011 11:46:57 +0000 (11:46 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Sep 2011 11:46:57 +0000 (11:46 +0000)
TRD/AliTRDPreprocessorOffline.cxx

index ef3a78c49a986b5c332a14b7be64b253a34f4dc8..c4d6693195739f4323489eea1c83ca1c6a839dba 100644 (file)
@@ -813,7 +813,7 @@ Bool_t AliTRDPreprocessorOffline::AnalyzeChamberStatus()
    if(!calDetVdrift) return;
 
    // Calculate mean
-   if(!fNotEnoughStatisticsForTheGain) {
+   if(!fNotEnoughStatisticsForTheVdriftLinear) {
      for(Int_t det = 0; det < 540; det++) {
        
        Float_t vdriftinit = fCalDetVdriftUsed->GetValue(det);