]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationSlatModuleN.cxx
Removing MUON from the Coding Convention Violation top ten
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationSlatModuleN.cxx
index 9899f291fdda5fee9210e5c216bed9726701bdbf..89f6287609c5513e8c8915bb9f0f066ef24281c9 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.5  2000/10/26 19:32:04  morsch
-Problem with iteration over y-pads for 2nd cathode corrected.
-
-Revision 1.4  2000/10/25 19:56:55  morsch
-Handle correctly slats with less than 3 segmentation zones.
-
-Revision 1.3  2000/10/22 16:56:33  morsch
-- Store chamber number as slat id.
-
-Revision 1.2  2000/10/18 11:42:06  morsch
-- AliMUONRawCluster contains z-position.
-- Some clean-up of useless print statements during initialisations.
-
-Revision 1.1  2000/10/06 08:59:03  morsch
-Segmentation classes for bending and non bending plane slat modules (A. de Falco, A. Morsch)
-
-*/
+/* $Id$ */
 
 /////////////////////////////////////////////////////
 //  Segmentation classes for slat modules          //
@@ -41,7 +23,7 @@ Segmentation classes for bending and non bending plane slat modules (A. de Falco
 
 #include "AliMUONSegmentationSlatModuleN.h"
 #include <TMath.h>
-#include <iostream.h>
+#include <Riostream.h>
 
 #include "AliMUONSegmentationV01.h"
 
@@ -53,8 +35,14 @@ AliMUONSegmentationSlatModuleN::AliMUONSegmentationSlatModuleN()
 // Default constructor
 }
 
+AliMUONSegmentationSlatModuleN::AliMUONSegmentationSlatModuleN(Int_t nsec) 
+ : AliMUONSegmentationSlatModule(nsec) 
+{
+// Non default constructor
+}
+
 
-Float_t AliMUONSegmentationSlatModuleN::Dpx(Int_t isec) const
+Float_t AliMUONSegmentationSlatModuleN::Dpx(Int_t /*isec*/) const
 {
 //
 // Returns x-pad size for given sector isec
@@ -228,7 +216,7 @@ void AliMUONSegmentationSlatModuleN::Init(Int_t chamber)
 //
 //  PCB module size in cm
 
-    printf("\n Initialise Segmentation SlatModuleN \n");
+  //    printf("\n Initialise Segmentation SlatModuleN \n");
 
 
     fDxPCB=40;