X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSt1ResponseRule.h;h=0a12c628632918d418369bf2cd71c56fc3ad9625;hb=5aea7717c0bd0d9666b7a6d4678a735a61947559;hp=9ff39a7feda74711f49a12a3bce9ff8b75ea09cd;hpb=ba030c0ecc4b8c2ce77d97f0759aacb6edb0e7d2;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSt1ResponseRule.h b/MUON/AliMUONSt1ResponseRule.h index 9ff39a7feda..0a12c628632 100644 --- a/MUON/AliMUONSt1ResponseRule.h +++ b/MUON/AliMUONSt1ResponseRule.h @@ -4,6 +4,7 @@ * See cxx source for full Copyright notice */ /* $Id$ */ +// Revision of includes 07/05/2004 // Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay // @@ -16,7 +17,8 @@ #include #include -#include + +class AliMpPad; class AliMUONSt1ElectronicElement; class AliMUONSt1ResponseParameter; @@ -29,7 +31,7 @@ class AliMUONSt1ResponseRule : public TObject void AddElement(AliMUONSt1ElectronicElement* element); void AddParameter(AliMUONSt1ResponseParameter* param); - Bool_t Contains(const MPad& pad) const; + Bool_t Contains(const AliMpPad& pad) const; TList* GetParameters() {return &fParameters;} private: