]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Trying to extend the outer radius of the fiducial volume to 200 cm (A. Marin)
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 May 2010 09:36:34 +0000 (09:36 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 May 2010 09:36:34 +0000 (09:36 +0000)
STEER/AliV0vertexer.cxx

index 5f0b6fc3a29026c1b53596d9e24a507cdfddfc61..4553283103a1ec51e02c71824360ec50445efabd 100644 (file)
@@ -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) {
   //--------------------------------------------------------------------