X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RALICE%2FAliBoost.h;h=929050975869076e8733f06764849906e2dd0121;hp=530761b2bb1ee7e853683b679d1e671a364dc69e;hb=a0ff5a1429f01e6e6c537226497e9d9268e90542;hpb=84bb7c662a1f4f63efcc0ee92f7c9f7dfac1f196 diff --git a/RALICE/AliBoost.h b/RALICE/AliBoost.h index 530761b2bb1..92905097586 100644 --- a/RALICE/AliBoost.h +++ b/RALICE/AliBoost.h @@ -5,7 +5,6 @@ // $Id$ -#include "Riostream.h" #include #include "TObject.h" @@ -16,8 +15,9 @@ class AliBoost : public TObject { public: AliBoost(); // Default constructor - ~AliBoost(); // Default destructor - void SetBeta(Ali3Vector b); // Set boost parameters by beta 3-vector + virtual ~AliBoost(); // Default destructor + AliBoost(AliBoost& b); // Copy constructor + void SetBeta(Ali3Vector& b); // Set boost parameters by beta 3-vector void Set4Momentum(Ali4Vector& p); // Set boost parameters by 4-momentum Ali3Vector GetBetaVector(); // Provide the beta 3-vector Double_t GetBeta(); // Provide norm of beta 3-vector @@ -33,6 +33,6 @@ class AliBoost : public TObject Double_t fDgamma; // Error on the gamma value Double_t fDresult; // Error on scalar result - ClassDef(AliBoost,2) // Perform various Lorentz transformations. + ClassDef(AliBoost,3) // Perform various Lorentz transformations. }; #endif