]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCCalibCE.h
AliTPCCalibCE.cxx Add Setter to adjust the secotr rejection threshold (number of...
[u/mrichter/AliRoot.git] / TPC / AliTPCCalibCE.h
index b7a8ffd1a30c5894d9aa2408eeafdd03e3e3aee3..1366c3aa5c8563c2ddf23237ae05dbba6fe1c54b 100644 (file)
@@ -114,6 +114,8 @@ public:
 
     void  SetIsZeroSuppressed(Bool_t zs=kTRUE) { fIsZeroSuppressed=zs; }
 
+    void  SetSecRejectRatio(Float_t ratio) { fSecRejectRatio=ratio; }
+
     Int_t GetFirstTimeBin()   const { return fFirstTimeBin;  }
     Int_t GetLastTimeBin()    const { return fLastTimeBin;   }
 
@@ -121,6 +123,8 @@ public:
 
     Bool_t GetIsZeroSuppressed() const { return fIsZeroSuppressed; }
 
+    Float_t  GetSecRejectRatio() const { return fSecRejectRatio; }
+
 
     void Merge(AliTPCCalibCE *ce);
 
@@ -151,6 +155,8 @@ private:
 
     Int_t     fLastSector;            //! Last sector processed
 
+    Float_t   fSecRejectRatio;        //! Needed percentage of signals in one chamber. Below it will be rejected
+                                      //  This is neede if we do not process a laser event
 
     AliTPCROC   *fROC;                //! ROC information
     AliTPCAltroMapping **fMapping;    //! Altro Mapping object