X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSVertexerZ.h;fp=ITS%2FAliITSVertexerZ.h;h=51d5dfa568ab7f46e803bfc8a9c7818d0c111b2d;hb=debb3dde465bd547ed6c5f88314fde656f984630;hp=077ea63c8508c75a0c1dd30cf0c6eca3775705d6;hpb=bab0b5f0881d0f2a9e590e7ac2057a7ae2ba7100;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSVertexerZ.h b/ITS/AliITSVertexerZ.h index 077ea63c850..51d5dfa568a 100644 --- a/ITS/AliITSVertexerZ.h +++ b/ITS/AliITSVertexerZ.h @@ -41,6 +41,7 @@ class AliITSVertexerZ : public AliITSVertexer { void SetBinWidthCoarse(Float_t bw=0.01){fStepCoarse = bw;} void SetBinWidthFine(Float_t bw=0.0005){fStepFine = bw;} void SetPPsetting(Float_t cl2=250., Float_t coarsebin=0.02){fPPsetting[0]=cl2; fPPsetting[1]=coarsebin;} + Int_t GetPeakRegion(TH1F*h, Int_t &binmin, Int_t &binmax) const; Float_t GetBinWidthCoarse() const {return fStepCoarse;} Float_t GetBinWidthFine() const {return fStepFine;} void SetTolerance(Float_t tol = 20./10000.){fTolerance = tol;}