X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCcalibLaser.h;h=d9911e5589ad32225fad6e5974dc154008465158;hb=5e98482998d0e374b46c4e9f05929b141550fbd2;hp=9012426f2129707e226cf06be45a2f99b14db0ea;hpb=41a1f702738e8191bc145bd0f66c87324a42e272;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCcalibLaser.h b/TPC/AliTPCcalibLaser.h index 9012426f212..d9911e5589a 100644 --- a/TPC/AliTPCcalibLaser.h +++ b/TPC/AliTPCcalibLaser.h @@ -37,8 +37,10 @@ public: virtual void Process(AliESDEvent *event); Int_t GetNtracks(){return fNtracks;} virtual void Analyze(); + static void DumpLaser(const char *finput, Int_t run); + static void FitLaserClusters(Int_t run); virtual Long64_t Merge(TCollection *li); - virtual void DumpMeanInfo(Float_t bfield, Int_t run=-1); + virtual void DumpMeanInfo(Int_t run=-1); static void DumpScanInfo(TTree * tree, const char * cutUser="entries>300&&(gz2<0.15&&gphi2<0.1&&gp42<0.02&&abs(gp41)<0.03)"); static void DumpFitInfo(TTree * chainFit, Int_t id); static TH1* GetLaserProjection(TH2F* his, Int_t laser){return his->ProjectionY("aaa",laser+1,laser+1);} @@ -94,6 +96,9 @@ public: // Refit residuals histogram // THnSparseS *fHisLaser; // N dim histogram of laser + THnSparseS *fHisLaserPad; // N dim histogram of laser + THnSparseS *fHisLaserTime; // N dim histogram of laser + // TH2F *fHisNclIn; //->Number of clusters inner TH2F *fHisNclOut; //->Number of clusters outer TH2F *fHisNclIO; //->Number of cluster inner outer @@ -178,7 +183,7 @@ public: Double_t fFixedFitCside1; // Fixed drift v constant 1 - C side // private: - ClassDef(AliTPCcalibLaser,5) + ClassDef(AliTPCcalibLaser,6) };