ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

/* $Id: AliTRDCalDCSGTUTmu.cxx 18952 2007-06-08 11:36:12Z cblume $ */

///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//  TRD calibration class for TRD DCS GTU parameters                         //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "AliTRDCalDCSGTUTmu.h"
#include "AliTRDCalDCSGTUBoardInfo.h"

ClassImp(AliTRDCalDCSGTUTmu)

//_____________________________________________________________________________
AliTRDCalDCSGTUTmu::AliTRDCalDCSGTUTmu()
  :TNamed()
    ,fLinkMask("")
    ,fId(0)
    ,fPatternGeneratorEnable(0)
    ,fPatternGeneratorDataWords(0)
    ,fPatternGeneratorTrackletWords(0)
    ,fBoardInfo(new AliTRDCalDCSGTUBoardInfo())
{
  //
  // AliTRDCalDCSGTU default constructor
  //



}

//_____________________________________________________________________________
AliTRDCalDCSGTUTmu::AliTRDCalDCSGTUTmu(const char *name, const char *title)
  :TNamed(name,title)
    ,fLinkMask("")
    ,fId(0)
    ,fPatternGeneratorEnable(0)
    ,fPatternGeneratorDataWords(0)
    ,fPatternGeneratorTrackletWords(0)
    ,fBoardInfo(new AliTRDCalDCSGTUBoardInfo())
{
  //
  // AliTRDCalDCSGTUTmu constructor
  //



}



//_____________________________________________________________________________
AliTRDCalDCSGTUTmu::AliTRDCalDCSGTUTmu(const AliTRDCalDCSGTUTmu &)
  :TNamed("","")
    ,fLinkMask("")
    ,fId(0)
    ,fPatternGeneratorEnable(0)
    ,fPatternGeneratorDataWords(0)
    ,fPatternGeneratorTrackletWords(0)
    ,fBoardInfo(new AliTRDCalDCSGTUBoardInfo())
{
  //
  // AliTRDCalDCSGTUTmu constructor
  //
}

//_____________________________________________________________________________
AliTRDCalDCSGTUTmu& AliTRDCalDCSGTUTmu::operator=(const AliTRDCalDCSGTUTmu& sh)
{
  //
  // AliTRDCalDCSGTUTmu constructor
  //
  if (&sh == this) return *this;
  
  new (this) AliTRDCalDCSGTUTmu(sh);
  return *this;
}


 AliTRDCalDCSGTUTmu.cxx:1
 AliTRDCalDCSGTUTmu.cxx:2
 AliTRDCalDCSGTUTmu.cxx:3
 AliTRDCalDCSGTUTmu.cxx:4
 AliTRDCalDCSGTUTmu.cxx:5
 AliTRDCalDCSGTUTmu.cxx:6
 AliTRDCalDCSGTUTmu.cxx:7
 AliTRDCalDCSGTUTmu.cxx:8
 AliTRDCalDCSGTUTmu.cxx:9
 AliTRDCalDCSGTUTmu.cxx:10
 AliTRDCalDCSGTUTmu.cxx:11
 AliTRDCalDCSGTUTmu.cxx:12
 AliTRDCalDCSGTUTmu.cxx:13
 AliTRDCalDCSGTUTmu.cxx:14
 AliTRDCalDCSGTUTmu.cxx:15
 AliTRDCalDCSGTUTmu.cxx:16
 AliTRDCalDCSGTUTmu.cxx:17
 AliTRDCalDCSGTUTmu.cxx:18
 AliTRDCalDCSGTUTmu.cxx:19
 AliTRDCalDCSGTUTmu.cxx:20
 AliTRDCalDCSGTUTmu.cxx:21
 AliTRDCalDCSGTUTmu.cxx:22
 AliTRDCalDCSGTUTmu.cxx:23
 AliTRDCalDCSGTUTmu.cxx:24
 AliTRDCalDCSGTUTmu.cxx:25
 AliTRDCalDCSGTUTmu.cxx:26
 AliTRDCalDCSGTUTmu.cxx:27
 AliTRDCalDCSGTUTmu.cxx:28
 AliTRDCalDCSGTUTmu.cxx:29
 AliTRDCalDCSGTUTmu.cxx:30
 AliTRDCalDCSGTUTmu.cxx:31
 AliTRDCalDCSGTUTmu.cxx:32
 AliTRDCalDCSGTUTmu.cxx:33
 AliTRDCalDCSGTUTmu.cxx:34
 AliTRDCalDCSGTUTmu.cxx:35
 AliTRDCalDCSGTUTmu.cxx:36
 AliTRDCalDCSGTUTmu.cxx:37
 AliTRDCalDCSGTUTmu.cxx:38
 AliTRDCalDCSGTUTmu.cxx:39
 AliTRDCalDCSGTUTmu.cxx:40
 AliTRDCalDCSGTUTmu.cxx:41
 AliTRDCalDCSGTUTmu.cxx:42
 AliTRDCalDCSGTUTmu.cxx:43
 AliTRDCalDCSGTUTmu.cxx:44
 AliTRDCalDCSGTUTmu.cxx:45
 AliTRDCalDCSGTUTmu.cxx:46
 AliTRDCalDCSGTUTmu.cxx:47
 AliTRDCalDCSGTUTmu.cxx:48
 AliTRDCalDCSGTUTmu.cxx:49
 AliTRDCalDCSGTUTmu.cxx:50
 AliTRDCalDCSGTUTmu.cxx:51
 AliTRDCalDCSGTUTmu.cxx:52
 AliTRDCalDCSGTUTmu.cxx:53
 AliTRDCalDCSGTUTmu.cxx:54
 AliTRDCalDCSGTUTmu.cxx:55
 AliTRDCalDCSGTUTmu.cxx:56
 AliTRDCalDCSGTUTmu.cxx:57
 AliTRDCalDCSGTUTmu.cxx:58
 AliTRDCalDCSGTUTmu.cxx:59
 AliTRDCalDCSGTUTmu.cxx:60
 AliTRDCalDCSGTUTmu.cxx:61
 AliTRDCalDCSGTUTmu.cxx:62
 AliTRDCalDCSGTUTmu.cxx:63
 AliTRDCalDCSGTUTmu.cxx:64
 AliTRDCalDCSGTUTmu.cxx:65
 AliTRDCalDCSGTUTmu.cxx:66
 AliTRDCalDCSGTUTmu.cxx:67
 AliTRDCalDCSGTUTmu.cxx:68
 AliTRDCalDCSGTUTmu.cxx:69
 AliTRDCalDCSGTUTmu.cxx:70
 AliTRDCalDCSGTUTmu.cxx:71
 AliTRDCalDCSGTUTmu.cxx:72
 AliTRDCalDCSGTUTmu.cxx:73
 AliTRDCalDCSGTUTmu.cxx:74
 AliTRDCalDCSGTUTmu.cxx:75
 AliTRDCalDCSGTUTmu.cxx:76
 AliTRDCalDCSGTUTmu.cxx:77
 AliTRDCalDCSGTUTmu.cxx:78
 AliTRDCalDCSGTUTmu.cxx:79
 AliTRDCalDCSGTUTmu.cxx:80
 AliTRDCalDCSGTUTmu.cxx:81
 AliTRDCalDCSGTUTmu.cxx:82
 AliTRDCalDCSGTUTmu.cxx:83
 AliTRDCalDCSGTUTmu.cxx:84
 AliTRDCalDCSGTUTmu.cxx:85
 AliTRDCalDCSGTUTmu.cxx:86
 AliTRDCalDCSGTUTmu.cxx:87
 AliTRDCalDCSGTUTmu.cxx:88
 AliTRDCalDCSGTUTmu.cxx:89
 AliTRDCalDCSGTUTmu.cxx:90
 AliTRDCalDCSGTUTmu.cxx:91
 AliTRDCalDCSGTUTmu.cxx:92
 AliTRDCalDCSGTUTmu.cxx:93
 AliTRDCalDCSGTUTmu.cxx:94