]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Rapidity shift calculated in AliGenMC::Init()
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Apr 2003 10:23:03 +0000 (10:23 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Apr 2003 10:23:03 +0000 (10:23 +0000)
THijing/AliGenHijing.cxx

index 70b924dbf78f986d66c250bf33a68072c40dc61c..a68f031e59bfb411320303771af361a0e8c38341 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2003/04/04 08:14:02  morsch
+Boost() moved to AliGenMC
+
 Revision 1.1  2003/03/15 14:45:57  morsch
 Classes imported from EVGEN
 
@@ -377,9 +380,7 @@ void AliGenHijing::Generate()
       if (fTrigger != kNoTrigger) {
          if (!CheckTrigger()) continue;
       }
-      Double_t dy    = - 0.5 * TMath::Log(Double_t(fZProjectile) * Double_t(fATarget) / 
-                                         (Double_t(fZTarget)    * Double_t(fAProjectile)));
-      if (fLHC) Boost(dy);
+      if (fLHC) Boost();
       
       
       Int_t np = fParticles->GetEntriesFast();