X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFCalPlateB.h;h=f7877427711ea612c57978f0301ae6946a7a6c40;hb=c774d4a712a8431e5fffcd04491ed33bd0e005e0;hp=6f72af20d01551cf02437dc32818b398471bb34e;hpb=d4ad0d6b58385e9a96b6eae07345cd16844f43f9;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFCalPlateB.h b/TOF/AliTOFCalPlateB.h index 6f72af20d01..f7877427711 100644 --- a/TOF/AliTOFCalPlateB.h +++ b/TOF/AliTOFCalPlateB.h @@ -11,12 +11,11 @@ //_____________________________________________________________ #include "TObject.h" -#include "TROOT.h" -#include "TBrowser.h" -#include "TClass.h" -#include "AliTOFGeometry.h" -#include "AliTOFChannel.h" +class TBrowser; + +class AliTOFChannel; +class AliTOFGeometry; class AliTOFCalPlateB: public TObject { @@ -26,6 +25,7 @@ class AliTOFCalPlateB: public TObject AliTOFCalPlateB(AliTOFChannel *ch); AliTOFCalPlateB(AliTOFGeometry *geom,AliTOFChannel *ch); AliTOFCalPlateB(const AliTOFCalPlateB& pl); + AliTOFCalPlateB& operator=(const AliTOFCalPlateB &source); // ass. op. virtual ~AliTOFCalPlateB(); Int_t NStripB()const {return fNStripB;} Int_t NpadZ()const {return fNpadZ;}