From: belikov Date: Tue, 11 May 2010 09:36:34 +0000 (+0000) Subject: Trying to extend the outer radius of the fiducial volume to 200 cm (A. Marin) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=1a8430dcfb1d5fc257c04ed842ca31cb761e77f7 Trying to extend the outer radius of the fiducial volume to 200 cm (A. Marin) --- diff --git a/STEER/AliV0vertexer.cxx b/STEER/AliV0vertexer.cxx index 5f0b6fc3a29..4553283103a 100644 --- a/STEER/AliV0vertexer.cxx +++ b/STEER/AliV0vertexer.cxx @@ -35,7 +35,7 @@ Double_t AliV0vertexer::fgDPmin=0.05; //min imp parameter for the 2nd daughter Double_t AliV0vertexer::fgDCAmax=1.5; //max DCA between the daughter tracks Double_t AliV0vertexer::fgCPAmin=0.9; //min cosine of V0's pointing angle Double_t AliV0vertexer::fgRmin=0.2; //min radius of the fiducial volume -Double_t AliV0vertexer::fgRmax=100.; //max radius of the fiducial volume +Double_t AliV0vertexer::fgRmax=200.; //max radius of the fiducial volume Int_t AliV0vertexer::Tracks2V0vertices(AliESDEvent *event) { //--------------------------------------------------------------------