]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCclusterKr.h
macro to run on alien
[u/mrichter/AliRoot.git] / TPC / AliTPCclusterKr.h
index 39f789bcba06f3aa41130b6c6faa4fc44fd9ae60..d06b38701ef9aae91a07461a3050c4e4d7d87982 100644 (file)
 #ifndef ALITPCCLUSTERKR_H
+
+
 #define ALITPCCLUSTERKR_H
+
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+
+
  * See cxx source for full Copyright notice                               */
 
+
+
+
+
 /* $Id: AliTPCclusterKr.h,v 1.8 2008/01/22 16:07:15 matyja Exp $ */
 
+
+
+
+
 //-------------------------------------------------------
+
+
 //                    TPC Kr Cluster Class
+
+
 //
+
+
 //   Origin: Adam Matyja, INP PAN, adam.matyja@ifj.edu.pl
+
+
 //-------------------------------------------------------
 
-#include <vector>
-#include "TObject.h"
+
+
+
+
+#include "AliCluster.h"
+
+
+#include "TObjArray.h"
+
+
 #include "AliTPCvtpr.h"
 
+
+//#include "TH1F.h"
+
+
+#include "TMath.h"
+
+
+#include "TArrayI.h"
+
+
+
+
+
 //_____________________________________________________________________________
-class AliTPCclusterKr: public TObject{
+
+
+class AliTPCclusterKr: public AliCluster{
+
+
 public:
+
+
   AliTPCclusterKr();
+
+
   AliTPCclusterKr(const AliTPCclusterKr & param);//copy constructor
+
+
   AliTPCclusterKr &operator = (const AliTPCclusterKr & param); 
-  ~AliTPCclusterKr();
 
 
-  void SetMax(AliTPCvtpr q){fMax=q;}//set values of max. in cluster
-  void SetADCcluster(Short_t q){fADCcluster=q;}
-  void SetSec(Short_t q){fNsec=q;}
-  void SetNpads(Short_t q){fNpads=q;}
-  void SetSize(){fSize=fCluster.size();}
+  virtual ~AliTPCclusterKr();
+
+
+
+
+
+  virtual void SetCenter();//set center of the cluster weighted by charge
+
+
+
+
+
+  virtual void SetMax(AliTPCvtpr q){fMax=q;}//set values of max. in cluster
+
+
+  virtual void SetADCcluster(Int_t q){fADCcluster=q;}
+
+
+  virtual void SetSec(Short_t q){fSec=q;}
+
+
+  virtual void SetNPads(Short_t q){fNPads=q;}
+
+
+  virtual void SetNRows(Short_t q){fNRows=q;}
+
+
+  virtual void SetSize(){fSize=fCluster->GetEntriesFast();}
+
+
+  virtual void SetCenterX(Double_t q){fCenterX=q;}
+
+
+  virtual void SetCenterY(Double_t q){fCenterY=q;}
+
+
+  virtual void SetCenterT(Double_t q){fCenterT=q;}
+
+
+
+
+
+  virtual void SetTimebins1D(Short_t q){fTimebins1D=q;}
+
+
+  virtual void SetPads1D(Short_t q){fPads1D=q;}
+
+
+  virtual void Set1D();
+
+
+  virtual void SetPadRMS(Double_t q){fPadRMS=q;}
+
+
+  virtual void SetRowRMS(Double_t q){fRowRMS=q;}
+
+
+  virtual void SetTimebinRMS(Double_t q){fTimebinRMS=q;}
+
+
+  virtual void SetPadRMS();
+
+
+  virtual void SetRowRMS();
+
+
+  virtual void SetTimebinRMS();
+
+
+  virtual void SetRMS();
+
+
+  virtual void SetTimeStamp(UInt_t timestamp){ fTimeStamp = timestamp; }
+  virtual void SetRun(UInt_t run){ fRun = run; }
+
+
+  //void AddDigitToCluster(AliTPCvtpr *q){fCluster.push_back(q);}
+
+
+  virtual void AddDigitToCluster(AliTPCvtpr *q){
+
+
+    fCluster->AddLast(q);
+
+
+    //fCluster->Compress();
+
+
+  }
+
+
+
+
+
+  AliTPCvtpr GetMax() const {return fMax;}
+
+
+  Int_t GetADCcluster() const {return  fADCcluster;}
+
+
+  Short_t GetSec() const {return fSec;}
+
+
+  Short_t GetNPads() const {return fNPads;}
+
+
+  Short_t GetNRows() const {return fNRows;}
+
+
+  Short_t GetSize() const {return fSize;}
+
+
+
+
+
+  Short_t GetTimebins1D(){return fTimebins1D;}
+
+
+  Short_t GetPads1D(){return fPads1D;}
+
+
+  Double_t GetPadRMS(){return fPadRMS;}
+
+
+  Double_t GetRowRMS(){return fRowRMS;}
+
+
+  Double_t GetTimebinRMS(){return fTimebinRMS;}
+
+
+
+
+
+  Double_t GetCenterX() const {return fCenterX;}
+
+
+  Double_t GetCenterY() const {return fCenterY;}
+
+
+  Double_t GetCenterT() const {return fCenterT;}
+
+
+  AliTPCvtpr *GetDigitFromCluster(Int_t i) const {return (AliTPCvtpr*)fCluster->At(i);}
+
+
+  UInt_t GetTimeStamp() const {return fTimeStamp;}
+  UInt_t GetRun() const {return fRun;}
+
+
 
-  AliTPCvtpr GetMax(){return fMax;}
-  Short_t GetADCcluster(){return  fADCcluster;}
-  Short_t GetSec(){return fNsec;}
-  Short_t GetNpads(){return fNpads;}
-  Short_t GetSize(){return fSize;}
 
-  std::vector< AliTPCvtpr*> fCluster;//cluster contents(adc,nt,np,nr)
 
 private:
+
+
   AliTPCvtpr fMax;//max (ADC,timebin,pad,row) in cluster
-  Short_t fADCcluster; //ADC of cluster
-  Short_t fNsec;  //sector of the cluster
-  Short_t fNpads; //number of pads in cluster
+
+
+  Int_t fADCcluster; //ADC of cluster
+
+
+  Short_t fSec;  //sector of the cluster
+
+
+  Short_t fNPads; //number of pads in cluster
+
+
+  Short_t fNRows; //number of rows in cluster or row max - min
+
+
+
+
+
+  Short_t fTimebins1D; //Timebin max - min
+
+
+  Short_t fPads1D; //Pad max - min
+
+
+  Double_t fPadRMS; //Pad RMS
+
+
+  Double_t fRowRMS; //Row RMS
+
+
+  Double_t fTimebinRMS; //Timebin RMS
+
+
+
+
+
   Short_t fSize; //size of vector
 
-  ClassDef(AliTPCclusterKr,1)  // Time Projection Chamber Kr clusters
+
+  Double_t fCenterX;// X coordinate of the cluster center in cm
+
+
+  Double_t fCenterY;// Y coordinate of the cluster center in cm
+
+
+  Double_t fCenterT;// time coordinate of the cluster center in timebins
+
+
+  //std::vector< AliTPCvtpr*> fCluster;//cluster contents(adc,nt,np,nr)
+
+
+  TObjArray *fCluster;//cluster contents(adc,nt,np,nr)
+
+
+  UInt_t fTimeStamp; //time stamp from event header
+  UInt_t fRun; //run from event header
+
+
+
+
+
+  ClassDef(AliTPCclusterKr,8)  // Time Projection Chamber Kr clusters
+
+
 };
 
 
+
+
+
+
+
+
 #endif
 
 
+
+
+
+
+
+