X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FSetDefaultCuts.C;h=ae14969e78aa21add3a89b55553601b56199e775;hb=61673d36749a7c1a3b79f2f806fd4fde70eaac96;hp=0b43e230542d6924d790e5630b23ee2bc20601c1;hpb=7cd19d47a4455a4be8a2cc2b210bff4cfe9b5428;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/SetDefaultCuts.C b/STEER/SetDefaultCuts.C index 0b43e230542..ae14969e78a 100755 --- a/STEER/SetDefaultCuts.C +++ b/STEER/SetDefaultCuts.C @@ -6,24 +6,24 @@ AliReconstruction rec; - Double_t cuts[]={33, // max. allowed chi2 - 0.16, // min. allowed negative daughter's impact parameter - 0.05, // min. allowed positive daughter's impact parameter - 0.08, // max. allowed DCA between the daughter tracks - 0.99, // max. allowed cosine of V0's pointing angle - 0.9, // min. radius of the fiducial volume - 2.9 // max. radius of the fiducial volume + Double_t cuts[]={33, // max allowed chi2 + 0.16, // min allowed impact parameter for the 1st daughter + 0.05, // min allowed impact parameter for the 2nd daughter + 0.08, // max allowed DCA between the daughter tracks + 0.99, // max allowed cosine of V0's pointing angle + 0.9, // min radius of the fiducial volume + 2.9 // max radius of the fiducial volume }; AliV0vertexer::SetDefaultCuts(cuts); - Double_t cts[]={33., // max. allowed chi2 - 0.05, // min. allowed V0 impact parameter - 0.008, // window around the Lambda mass - 0.035, // min. allowed bachelor's impact parameter - 0.10, // max. allowed DCA between a V0 and a track - 0.9985,//max. allowed cosine of the cascade pointing angle - 0.9, // min. radius of the fiducial volume - 2.9 // max. radius of the fiducial volume + Double_t cts[]={33., // max allowed chi2 + 0.05, // min allowed V0 impact parameter + 0.008, // "window" around the Lambda mass + 0.035, // min allowed bachelor's impact parameter + 0.10, // max allowed DCA between the V0 and the bachelor + 0.9985,// max allowed cosine of the cascade pointing angle + 0.9, // min radius of the fiducial volume + 2.9 // max radius of the fiducial volume }; AliCascadeVertexer::SetDefaultCuts(cts);