]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCclustererKr.h
Due to a wrongly overloaded function need to call SetDistToBadChannel, rather than...
[u/mrichter/AliRoot.git] / TPC / AliTPCclustererKr.h
index 52e7d627c54896c54adbd26b0acf37c18b187bc2..c3a84c56c0bac18101295e9d5e55a10c21226bef 100644 (file)
@@ -64,6 +64,7 @@ public:
   virtual void SetRecoParam(AliTPCRecoParam *recoParam=0);//set reconstruction parameters\r
 \r
   virtual void SetTimeStamp(UInt_t timestamp){ fTimeStamp = timestamp; }\r
+  virtual void SetRun(UInt_t run){ fRun = run; }\r
 \r
   //setters for cluster finder parameters\r
   virtual void SetZeroSup(Int_t v){fZeroSup=v;}//set zero suppresion parameter\r
@@ -121,6 +122,7 @@ public:
   TH2F * GetHistoRowPad(){return fHistoRowPad;}\r
 \r
   UInt_t GetTimeStamp() const {return fTimeStamp;}\r
+  UInt_t GetRun() const {return fRun;}\r
 \r
 private:\r
   void MakeClusters(TObjArray * maximaInSector, Int_t iSec, Int_t &clusterCounter);\r
@@ -161,7 +163,8 @@ private:
   TH2F *fHistoRowPad;//!debug histo for rows and pads\r
 \r
   UInt_t fTimeStamp; //!time stamp from event header\r
-  ClassDef(AliTPCclustererKr,7)  // Time Projection Chamber Kr clusters\r
+  UInt_t fRun; //!run from event header\r
+  ClassDef(AliTPCclustererKr,8)  // Time Projection Chamber Kr clusters\r
 };\r
 \r
 \r