]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifReader.h
Reordering includes, forward declarations from most specific to more
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifReader.h
index ed8ed7b27560b48ddb6e2f0e696ce35cb9fa4657..dd4cf5722cd8deed54cb34e6c85cac4560df5c06 100644 (file)
@@ -2,7 +2,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpMotifReader.h,v 1.5 2005/09/26 16:10:46 ivana Exp $
+// $MpId: AliMpMotifReader.h,v 1.7 2006/03/17 11:37:51 ivana Exp $
 
 /// \ingroup motif
 /// \class AliMpMotifReader
 #ifndef ALI_MP_MOTIF_READER_H
 #define ALI_MP_MOTIF_READER_H
 
+#include <TObject.h>
+
 #include "AliMpContainers.h"
 
-#ifdef WITH_STL
-#include <map>
-#endif    
+#include "AliMpStationType.h"
+#include "AliMpPlaneType.h"
+#include "AliMpIntPair.h"
+#include "AliMpContainers.h"
 
 #ifdef WITH_ROOT
 #include <TExMap.h>
 #endif    
-
-#include <fstream>
-
-#include <TObject.h>
 #include <TString.h>
 #include <TVector2.h>
 #include <Riostream.h>
 
-#include "AliMpStationType.h"
-#include "AliMpPlaneType.h"
-#include "AliMpIntPair.h"
-#include "AliMpContainers.h"
+#include <fstream>
+#ifdef WITH_STL
+#include <map>
+#endif    
 
 class AliMpMotifMap;
 class AliMpVMotif;
@@ -61,9 +60,6 @@ class AliMpMotifReader : public TObject
     AliMpMotifSpecial*  BuildMotifSpecial(const TString& motifID,
                                           AliMpMotifType* motifType,
                                           Double_t scale=1.0);
-
-    // set methods
-    void SetVerboseLevel(Int_t verboseLevel); 
     
   protected:
     AliMpMotifReader(const AliMpMotifReader& right);
@@ -73,7 +69,6 @@ class AliMpMotifReader : public TObject
     // data members  
     AliMpStationType  fStationType; // station type 
     AliMpPlaneType    fPlaneType;   // plane type 
-    Int_t             fVerboseLevel;// verbose level
 
   ClassDef(AliMpMotifReader,1)  // Data reader
 };