]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDParameters.h
0. General code clean-up, including messages, and the like.
[u/mrichter/AliRoot.git] / FMD / AliFMDParameters.h
index 754c1946211b6a4fd63800c4a476e5b69aad0487..15dddaee4ed9c8812fa4bdfc407a074c6ea054bc 100644 (file)
@@ -81,6 +81,10 @@ public:
                              UShort_t strip) const;
   UShort_t GetSampleRate(UShort_t ddl) const;
 
+  Bool_t   Hardware2Detector(UInt_t ddl, UInt_t addr, UShort_t& det,
+                            Char_t& ring, UShort_t& sec, UShort_t& str) const;
+  Bool_t   Detector2Hardware(UShort_t det, Char_t ring, UShort_t sec, 
+                            UShort_t str, UInt_t& ddl, UInt_t& addr) const;
   enum { 
     kBaseDDL = 0x1000 // DDL offset for the FMD
   };