]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenThetaSlice.cxx
Coding Rule violations corrected.
[u/mrichter/AliRoot.git] / EVGEN / AliGenThetaSlice.cxx
index d23cbe339d802794403c99ff6c2c9e9dd1b9ff8c..47e5970db3ac996941d5e1fcd5fec64e6ce8c1fa 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1.4.1  2003/04/14 17:33:50  hristov
-Merging with v3-09-08 (part1)
+/* $Id$ */
 
-Revision 1.2  2003/01/14 10:50:19  alibrary
-Cleanup of STEER coding conventions
-
-Revision 1.1  2002/03/11 10:56:06  morsch
-AliGenThetaSlice, first commit. (Jiri Chudoba)
-
-*/
 ////////////////////////////////////////////////////////////////////////
 //
 // generates n particles with in the same phi angle, varies theta
@@ -123,7 +113,7 @@ void AliGenThetaSlice::Generate()
                    TMath::Sqrt(-2*TMath::Log(random[2*j+1]));
            }
        }
-       SetTrack(fTrackIt,-1,fIpart,p,origin,polar,0,kPPrimary,nt);
+       PushTrack(fTrackIt,-1,fIpart,p,origin,polar,0,kPPrimary,nt);
     }
 }