X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVGEN%2FAliGenThetaSlice.cxx;h=a9077c3d7e41bef0624c5db991cd0520d45a17ef;hb=59fe7b77ab8fdd1c631da3789396b3e477dd3f66;hp=3d0343251734e7105e691c2df1891b56f69348d3;hpb=0af12c00a39ec44e138214fa2c156f236a68f52a;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVGEN/AliGenThetaSlice.cxx b/EVGEN/AliGenThetaSlice.cxx index 3d034325173..a9077c3d7e4 100644 --- a/EVGEN/AliGenThetaSlice.cxx +++ b/EVGEN/AliGenThetaSlice.cxx @@ -37,25 +37,24 @@ ClassImp(AliGenThetaSlice) //_____________________________________________________________________________ AliGenThetaSlice::AliGenThetaSlice() - :AliGenerator() + :AliGenerator(), + fIpart(0) { // // Default constructor // - fIpart=0; } //_____________________________________________________________________________ AliGenThetaSlice::AliGenThetaSlice(Int_t npart) - :AliGenerator(npart) + :AliGenerator(npart), + fIpart(kProton) { // // Standard constructor // fName = "ThetaSlice"; fTitle = "Particle generator - const. phi, slices in theta"; - // Generate Proton by default - fIpart=kProton; } //_____________________________________________________________________________