]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPadStatusMaker.h
Change of module numbers for display purposes
[u/mrichter/AliRoot.git] / MUON / AliMUONPadStatusMaker.h
index 9c51c7eb124f612d4c161e93ed6b3fd69d6b8cbd..525f8635f9b8643c4b8704f2ca71b1bfdfa48191 100644 (file)
@@ -114,17 +114,17 @@ public:
   Int_t HVStatus(Int_t detElemId, Int_t manuId) const;
   
   Int_t OccupancyStatus(Int_t detElemId, Int_t manuId) const;
-  
+
+  static void DecodeStatus(Int_t status, Int_t& pedStatus, Int_t& hvStatus, 
+                           Int_t&  gainStatus, Int_t& otherStatus);
+  static Int_t BuildStatus(Int_t pedStatus, Int_t hvStatus, 
+                           Int_t gainStatus, Int_t otherStatus);  
 private:
   /// Not implemented
   AliMUONPadStatusMaker(const AliMUONPadStatusMaker&);
   /// Not implemented
   AliMUONPadStatusMaker& operator=(const AliMUONPadStatusMaker&);
 
-  static void DecodeStatus(Int_t status, Int_t& pedStatus, Int_t& hvStatus, 
-                           Int_t&  gainStatus, Int_t& otherStatus);
-  static Int_t BuildStatus(Int_t pedStatus, Int_t hvStatus, 
-                           Int_t gainStatus, Int_t otherStatus);
   
   AliMUONVCalibParam* ComputeStatus(Int_t detElemId, Int_t manuId) const;