]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationSlatModuleN.cxx
Mostly minor style modifications to be ready for cloning with EMCAL
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationSlatModuleN.cxx
index 9899f291fdda5fee9210e5c216bed9726701bdbf..9e7dd1e67c82b5a0d655e8fe4a8b0bdea8b8a27c 100644 (file)
 
 /*
 $Log$
+Revision 1.7  2001/01/26 21:25:48  morsch
+Empty default constructors and.
+
+Revision 1.6  2000/12/21 22:12:41  morsch
+Clean-up of coding rule violations,
+
 Revision 1.5  2000/10/26 19:32:04  morsch
 Problem with iteration over y-pads for 2nd cathode corrected.
 
@@ -53,6 +59,12 @@ AliMUONSegmentationSlatModuleN::AliMUONSegmentationSlatModuleN()
 // Default constructor
 }
 
+AliMUONSegmentationSlatModuleN::AliMUONSegmentationSlatModuleN(Int_t nsec) 
+ : AliMUONSegmentationSlatModule(nsec) 
+{
+// Non default constructor
+}
+
 
 Float_t AliMUONSegmentationSlatModuleN::Dpx(Int_t isec) const
 {
@@ -228,7 +240,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;