]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpConnection.h
Adding new option to get the DE by its name (moreover to get it by its ID).
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpConnection.h
index 578a41b7261f6bf68442570d1e5fef781642e956..f71109e2c1aae3fa21bc9897bcbcd4a4103c45ee 100755 (executable)
@@ -43,14 +43,15 @@ class AliMpConnection : public TObject
           /// Return the motif type which contains this connection
     AliMpMotifType *GetOwner() const {return fOwner;}
     
-    void SetGassiNum(Int_t n) { fGassiNum = n; }
-    
     AliMpIntPair LocalIndices() const;
     TString  PadName() const;
     
     //
     // modifiers
     //
+
+          /// Set Gassiplex channel number
+    void SetGassiNum(Int_t n) { fGassiNum = n; }
           /// Set the motif type which contains this connection
     void SetOwner(AliMpMotifType *owner) {fOwner=owner;}