]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONRecHit.h
Forgotten commit
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONRecHit.h
index e249d93422abf35610fc11f46d0975991e1072b4..6e9eb897caa616f9702d6701ea1999ad0cc503aa 100644 (file)
@@ -298,14 +298,15 @@ public:
        
        /**
         * Adds a new channel to this hit if it is on a tracking chamber.
+        * @param buspatch  The bus patch ID of the channel.
         * @param manu    The MANU number
         * @param channel The MANU channel address.
         * @param signal  The ADC signal value measured on the channel.
         * @param rawDataWord This is the raw data word as read from the DDL.
         */
        void AddChannel(
-                       Short_t manu, Short_t channel, Short_t signal,
-                       UInt_t rawDataWord
+                       Short_t buspatch, Short_t manu, Short_t channel,
+                       Short_t signal, UInt_t rawDataWord
                );
 
        /**