]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ChannelId() from Char to UChar
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 27 Apr 2007 14:39:04 +0000 (14:39 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 27 Apr 2007 14:39:04 +0000 (14:39 +0000)
(Laurent)

MUON/AliMUONBusStruct.cxx
MUON/AliMUONBusStruct.h

index ebc1435a26dc100e0d6246a6da2d89c6c80fb7df..5bb2c60b65c974b6d1b1c30c211e2b751477cb1f 100644 (file)
@@ -205,7 +205,7 @@ UShort_t AliMUONBusStruct::GetManuId(Int_t n) const
 }
 
 //___________________________________________
-Char_t AliMUONBusStruct::GetChannelId(Int_t n) const  
+UChar_t AliMUONBusStruct::GetChannelId(Int_t n) const  
 {
   /// 
   /// get channel Id
index 387be6e402684e6fbccc299ddc8cac4930c337ac..c6e75c79f3d5fc6864398d62e64ac56350f905e7 100644 (file)
@@ -51,7 +51,7 @@ public:
 
    Char_t   GetParity(Int_t n) const;
    UShort_t GetManuId(Int_t n) const;
-   Char_t   GetChannelId(Int_t n) const;
+   UChar_t   GetChannelId(Int_t n) const;
    UShort_t GetCharge(Int_t n) const; 
    UInt_t   GetData(Int_t n) const;