]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTrigger.h
copy constructor and assignement operator (Christian)
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTrigger.h
index 4941e5301243c98b87db09e6df63bcaa3d9d884f..f61cc92b6b8315333675752645966da93cb086fd 100644 (file)
 class AliMUONGlobalTrigger : public TObject {
  public:
   AliMUONGlobalTrigger();
+  AliMUONGlobalTrigger(const AliMUONGlobalTrigger& ); // copy constructor
   AliMUONGlobalTrigger(Int_t *singlePlus, Int_t *singleMinus,
                       Int_t *singleUndef, Int_t *pairUnlike, Int_t *pairLike);
   virtual ~AliMUONGlobalTrigger(){;}
+  AliMUONGlobalTrigger& operator=(const AliMUONGlobalTrigger& );
+  
   Int_t SinglePlusLpt();  
   Int_t SinglePlusHpt();  
   Int_t SinglePlusApt();