X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliInvmass.h;h=f3d1dca61af811da20d8d0e272a860bbad3900ec;hb=3aaecde62baaf9c0218cec87ff982d65b36669c5;hp=5a32840888eb1d48e9962700a4109716c074d76d;hpb=f531a546a9974bd7865e20843d21d2a63848b886;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliInvmass.h b/RALICE/AliInvmass.h index 5a32840888e..f3d1dca61af 100644 --- a/RALICE/AliInvmass.h +++ b/RALICE/AliInvmass.h @@ -5,7 +5,6 @@ // $Id$ -#include #include #include "TObject.h" @@ -22,9 +21,9 @@ class AliInvmass : public TObject void SetStorageMode(Int_t m); // Set storage mode (1=single, 2=multiple) void SetThetaSwitch(Int_t i=1); // Enable (1/0) new theta for comb. bkg. reco. void SetPhiSwitch(Int_t i=1); // Enable (1/0) new phi for comb. bkg. reco. - Int_t GetStorageMode(); // Provide storage mode - Int_t GetThetaSwitch(); // Provide theta switch flag - Int_t GetPhiSwitch(); // Provide phi switch flag + Int_t GetStorageMode() const; // Provide storage mode + Int_t GetThetaSwitch() const; // Provide theta switch flag + Int_t GetPhiSwitch() const; // Provide phi switch flag TObjArray* Invmass(TObjArray* a1,TObjArray* a2); // Two-particle inv. mass reco. TObjArray* CombBkg(TObjArray* a1,TObjArray* a2); // Two-particle comb. background reco. @@ -41,6 +40,6 @@ class AliInvmass : public TObject private: void Combine(TObjArray* a1,TObjArray* a2); // Make two-particle combinations - ClassDef(AliInvmass,1) // Construction of invariant mass and combinatorial background. + ClassDef(AliInvmass,2) // Construction of invariant mass and combinatorial background. }; #endif