]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFCalPlateB.cxx
Coding conventions (Annalisa)
[u/mrichter/AliRoot.git] / TOF / AliTOFCalPlateB.cxx
index 7bda20c04809fd56adf03cc8a85058887e84a6a3..89c357297938ed04306ec48473c1ed44c3264660 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.4  2006/04/05 08:35:38  hristov
+Coding conventions (S.Arcelli, C.Zampolli)
+
 Revision 1.3  2006/03/28 14:57:48  arcelli
 updates to handle new V5 geometry & some re-arrangements
 
@@ -109,6 +112,19 @@ AliTOFCalPlateB::AliTOFCalPlateB(const AliTOFCalPlateB& pl):
   }
 //________________________________________________________________
 
+AliTOFCalPlateB& AliTOFCalPlateB::operator=(const AliTOFCalPlateB& pl)
+  {
+  //assignment operator
+    this->fCh = pl.fCh;
+    this->fNStripB = pl.fNStripB;
+    this->fNpadZ = pl.fNpadZ;
+    this->fNpadX = pl.fNpadX;
+    this->fGeom = pl.fGeom;
+    return *this;
+
+  }
+//________________________________________________________________
+
 void AliTOFCalPlateB::Browse(TBrowser *b){
   //add cal obj to list of browsables