]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFCalPlateA.h
New mapping in agreement with the new instructions from Paolo and Giacinto
[u/mrichter/AliRoot.git] / TOF / AliTOFCalPlateA.h
index 5ac463660327ae2ad23be41e5e2575f60ecf9ac4..ba638bff200945da8e29505923bc6c223519190e 100644 (file)
 //_____________________________________________________________
 
 #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 AliTOFCalPlateA: public TObject 
 {
@@ -26,6 +25,7 @@ class AliTOFCalPlateA: public TObject
   AliTOFCalPlateA(AliTOFChannel *ch);
   AliTOFCalPlateA(AliTOFGeometry *geom,AliTOFChannel *ch);
   AliTOFCalPlateA(const AliTOFCalPlateA& pl);
+  AliTOFCalPlateA& operator=(const AliTOFCalPlateA &source); // ass. op.
   virtual ~AliTOFCalPlateA();
   Int_t NStripA()const {return fNStripA;}
   Int_t NpadZ()const {return fNpadZ;}