]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDInputHandler.h
Warnings corrected.
[u/mrichter/AliRoot.git] / STEER / AliESDInputHandler.h
index 4b0dd20e974b2085a4583a829b8db6709f427b02..a24bb0a42583c67a17ab111dc8b4dce0ab550f39 100644 (file)
@@ -30,6 +30,8 @@ class AliESDInputHandler : public AliInputEventHandler {
  private:
     void SwitchOffBranches() const;
     void SwitchOnBranches()  const;
+    AliESDInputHandler(const AliESDInputHandler& handler);             
+    AliESDInputHandler& operator=(const AliESDInputHandler& handler);  
  private:
     AliESDEvent    *fEvent;      //! Pointer to the event
     TString         fBranches;   //List of branches to be switched off (separated by space)