]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSectorReader.h
add un-use functionality to clusters
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSectorReader.h
index cc3c35f8eaf25f12acb4db8be2a1295f47e5ab53..d44ba95d2b5e9a54b27a8baf655abd2fb3f210d0 100755 (executable)
 
 #include <TObject.h>
 
-#include "AliMpStationType.h"
+#include "AliMpStation12Type.h"
 #include "AliMpPlaneType.h"
 #include "AliMpXDirection.h"
-#include "AliMpIntPair.h"
 
 #include <TString.h>
 
@@ -39,7 +38,7 @@ class AliMpSectorReader : public TObject
 {
   public:
     AliMpSectorReader(const AliMpDataStreams& dataStreams,
-                      AliMp::StationType station, AliMp::PlaneType plane);
+                      AliMq::Station12Type station, AliMp::PlaneType plane);
     virtual ~AliMpSectorReader();
   
     // methods   
@@ -80,11 +79,11 @@ class AliMpSectorReader : public TObject
     static const TString  fgkPadRowSegmentKeyword; ///< pad row segment keyword
   
     // data members  
-    const AliMpDataStreams&  fDataStreams; ///< data streams
-    AliMp::StationType  fStationType; ///< station type 
-    AliMp::PlaneType    fPlaneType;   ///< plane type 
-    AliMpSector*        fSector;      ///< sector
-    AliMpMotifReader*   fMotifReader; ///< motif reader
+    const AliMpDataStreams&  fkDataStreams; ///< data streams
+    AliMq::Station12Type  fStationType; ///< station type 
+    AliMp::PlaneType      fPlaneType;   ///< plane type 
+    AliMpSector*          fSector;      ///< sector
+    AliMpMotifReader*     fMotifReader; ///< motif reader
 
   ClassDef(AliMpSectorReader,0)  // Data reader
 };