]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Take into account beam crossing angle.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 1 May 2010 16:21:05 +0000 (16:21 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 1 May 2010 16:21:05 +0000 (16:21 +0000)
PYTHIA6/AliGenPythia.cxx

index 3d8fafaf8ed8cb849c1d351ea9183ceddf8558e9..165d95b750b4e518465640218b13aeeef1963f80 100644 (file)
@@ -642,6 +642,8 @@ void AliGenPythia::Generate()
        fPythia->ImportParticles(&fParticles,"All");
        
        if (TMath::Abs(fDyBoost) > 1.e-4) Boost();
+       if(fXingAngleY > 1.e-10) BeamCrossAngle();
+       
 //
 //
 //