]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerGUIboard.cxx
Create the magnetic field map in the reconstruction macros (Yuri)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerGUIboard.cxx
index abd356eec617bde8c8e5f9a094b3c685c7abd100..9f8969a2186403abebf983da002cda7ae555094f 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-//////////////////////////////////////////////////////////////////////////
-//                                                                      //
-// Graphical User Interface utility class for the MUON trigger          //
-// - single board object                                                //
-//                                                                      //
-//////////////////////////////////////////////////////////////////////////
+// $Id$
+
+//-----------------------------------------------------------------------------
+/// \class AliMUONTriggerGUIboard
+///
+/// Single trigger board object with geometry information, strips and digits
+///
+/// \author Bogdan Vulpescu, LPC Clermont-Ferrand
+//-----------------------------------------------------------------------------
 
 #include <TBox.h>
 
@@ -105,41 +108,6 @@ AliMUONTriggerGUIboard::~AliMUONTriggerGUIboard()
 
 }
 
-//__________________________________________________________________________
-AliMUONTriggerGUIboard::AliMUONTriggerGUIboard(const AliMUONTriggerGUIboard& board)
-  : TObject(board),
-    fName(0),
-    fID(-1),
-    fStatus(0),
-    fPosition(0),
-    fYOver(0),
-    fXSix(0),
-    fXSiy1(0),
-    fXSiy2(0),
-    fYSix1(0),
-    fYSix2(0),
-    fYSiy(0),
-    fDetElemId(0),
-    fIdCircuit(-1),
-    fIsOpen(0)
-{
-  /// copy constructor
-
-  Fatal("AliMUONTriggerGUIboard","copy constructor not implemented");
-
-}
-
-//__________________________________________________________________________
-AliMUONTriggerGUIboard & AliMUONTriggerGUIboard::operator=(const AliMUONTriggerGUIboard& board)
-{
-  /// asignment operator
-
-  Fatal("AliMUONTriggerGUIboard","assignment operator not implemented");
-
-  return *this;
-
-}
-
 //__________________________________________________________________________
 void AliMUONTriggerGUIboard::SetXDigBox(Int_t imt, Int_t is, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
 {