]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSubEventTrigger.h
Add scaler event for trigger, copy data blockwise in buffers
[u/mrichter/AliRoot.git] / MUON / AliMUONSubEventTrigger.h
index 13e6c348726ef14c4eeb418ec07c7f5132433353..afbda4f97763f470ddd81656e4827c500ec1e9dd 100644 (file)
@@ -49,8 +49,8 @@ public:
    void    SetRegInput(UInt_t in, Int_t n) {fRegInput[n] = in;}
    void    SetLocalData(UInt_t d, Int_t n) {fLocalData[n] = d;}
    
-   Int_t GetRegHeaderLength() const {return fgkRegHeaderLength;}
-   UInt_t* GetAddress() {return &fRegWord;}
+   Int_t   GetRegHeaderLength() const {return fgkRegHeaderLength;}
+   UInt_t* GetRegHeader() {return &fRegWord;}
 
  private: