]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTrigger.h
Small bug fixed for some class of tracks (Sacha)
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTrigger.h
index 1b1fb19ee9e0fdf4751c13321e1e3541673f0382..139dc81e3d73cefd99024e45170a1a3b955fb0bf 100644 (file)
@@ -4,18 +4,23 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/*    */
+/* $Id$ */
+// Revision of includes 07/05/2004
+
+/// \ingroup base
+/// \class AliMUONGlobalTrigger
+/// \brief Reconstructed global trigger object
 
 #include <TObject.h>
 
 class AliMUONGlobalTrigger : public TObject {
  public:
   AliMUONGlobalTrigger();
-  AliMUONGlobalTrigger(const AliMUONGlobalTrigger& ); // copy constructor
+  AliMUONGlobalTrigger(const AliMUONGlobalTrigger& rhs); // copy constructor
   AliMUONGlobalTrigger(Int_t *singlePlus, Int_t *singleMinus,
                       Int_t *singleUndef, Int_t *pairUnlike, Int_t *pairLike);
   virtual ~AliMUONGlobalTrigger(){;}
-  AliMUONGlobalTrigger& operator=(const  AliMUONGlobalTrigger& );
+  AliMUONGlobalTrigger& operator=(const  AliMUONGlobalTrigger& rhs);
   
   Int_t SinglePlusLpt()  const {return fSinglePlusLpt;} 
   Int_t SinglePlusHpt()  const {return fSinglePlusHpt ;}