]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1Segmentation.cxx
Compiler warning removed
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1Segmentation.cxx
index 2f46330d8093fff22dc3daf8b29c62add1d06285..79d30ca71efb080603967ee024ba6470b25a56d5 100644 (file)
 // Segmentation for MUON station 1 using the external 
 // mapping package
 
-#include <Riostream.h>
 #include <TError.h>
 #include <TObjArray.h>
 #include <TVector2.h>
 #include <TF1.h>
 
-#include <AliMpPlane.h>
-#include <AliMpPlaneType.h>
-#include <AliMpPlaneSegmentation.h>
-#include <AliMpPlaneAreaPadIterator.h>
+#include "AliMpPlane.h"
+#include "AliMpPlaneSegmentation.h"
+#include "AliMpPlaneAreaPadIterator.h"
+#include "AliMpPad.h"
 
 #include "AliMUONSt1Segmentation.h"
 #include "AliRun.h"
@@ -70,7 +69,7 @@ AliMUONSt1Segmentation::AliMUONSt1Segmentation(const AliMpPlaneType planeType)
   fCorrA(0)
 {
 // Normal constructor
-  fPlane = AliMpPlane::Create(planeType);
+  fPlane = AliMpPlane::Create(kStation1, planeType);
   fPlaneSegmentation = new AliMpPlaneSegmentation(fPlane);
 
   fCorrA = new TObjArray(3);