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: AliTRDCalDCSGTUCtpOpc.cxx 18952 2007-06-08 11:36:12Z cblume $ */

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

#include "AliTRDCalDCSGTUCtpOpc.h"

ClassImp(AliTRDCalDCSGTUCtpOpc)

//_____________________________________________________________________________
AliTRDCalDCSGTUCtpOpc::AliTRDCalDCSGTUCtpOpc()
  :TNamed()  
    ,fId(0)
    ,fOpcode(0)
    ,fDirection(0)
    ,fInverted(0)
    ,fDelay(0)
    ,fConnected(0)
{
  //
  // AliTRDCalDCSGTU default constructor
  //



}

//_____________________________________________________________________________
AliTRDCalDCSGTUCtpOpc::AliTRDCalDCSGTUCtpOpc(const char *name, const char *title)
  :TNamed(name,title)
    ,fId(0)
    ,fOpcode(0)
    ,fDirection(0)
    ,fInverted(0)
    ,fDelay(0)
    ,fConnected(0)
{
  //
  // AliTRDCalDCSGTU constructor
  //



}


 AliTRDCalDCSGTUCtpOpc.cxx:1
 AliTRDCalDCSGTUCtpOpc.cxx:2
 AliTRDCalDCSGTUCtpOpc.cxx:3
 AliTRDCalDCSGTUCtpOpc.cxx:4
 AliTRDCalDCSGTUCtpOpc.cxx:5
 AliTRDCalDCSGTUCtpOpc.cxx:6
 AliTRDCalDCSGTUCtpOpc.cxx:7
 AliTRDCalDCSGTUCtpOpc.cxx:8
 AliTRDCalDCSGTUCtpOpc.cxx:9
 AliTRDCalDCSGTUCtpOpc.cxx:10
 AliTRDCalDCSGTUCtpOpc.cxx:11
 AliTRDCalDCSGTUCtpOpc.cxx:12
 AliTRDCalDCSGTUCtpOpc.cxx:13
 AliTRDCalDCSGTUCtpOpc.cxx:14
 AliTRDCalDCSGTUCtpOpc.cxx:15
 AliTRDCalDCSGTUCtpOpc.cxx:16
 AliTRDCalDCSGTUCtpOpc.cxx:17
 AliTRDCalDCSGTUCtpOpc.cxx:18
 AliTRDCalDCSGTUCtpOpc.cxx:19
 AliTRDCalDCSGTUCtpOpc.cxx:20
 AliTRDCalDCSGTUCtpOpc.cxx:21
 AliTRDCalDCSGTUCtpOpc.cxx:22
 AliTRDCalDCSGTUCtpOpc.cxx:23
 AliTRDCalDCSGTUCtpOpc.cxx:24
 AliTRDCalDCSGTUCtpOpc.cxx:25
 AliTRDCalDCSGTUCtpOpc.cxx:26
 AliTRDCalDCSGTUCtpOpc.cxx:27
 AliTRDCalDCSGTUCtpOpc.cxx:28
 AliTRDCalDCSGTUCtpOpc.cxx:29
 AliTRDCalDCSGTUCtpOpc.cxx:30
 AliTRDCalDCSGTUCtpOpc.cxx:31
 AliTRDCalDCSGTUCtpOpc.cxx:32
 AliTRDCalDCSGTUCtpOpc.cxx:33
 AliTRDCalDCSGTUCtpOpc.cxx:34
 AliTRDCalDCSGTUCtpOpc.cxx:35
 AliTRDCalDCSGTUCtpOpc.cxx:36
 AliTRDCalDCSGTUCtpOpc.cxx:37
 AliTRDCalDCSGTUCtpOpc.cxx:38
 AliTRDCalDCSGTUCtpOpc.cxx:39
 AliTRDCalDCSGTUCtpOpc.cxx:40
 AliTRDCalDCSGTUCtpOpc.cxx:41
 AliTRDCalDCSGTUCtpOpc.cxx:42
 AliTRDCalDCSGTUCtpOpc.cxx:43
 AliTRDCalDCSGTUCtpOpc.cxx:44
 AliTRDCalDCSGTUCtpOpc.cxx:45
 AliTRDCalDCSGTUCtpOpc.cxx:46
 AliTRDCalDCSGTUCtpOpc.cxx:47
 AliTRDCalDCSGTUCtpOpc.cxx:48
 AliTRDCalDCSGTUCtpOpc.cxx:49
 AliTRDCalDCSGTUCtpOpc.cxx:50
 AliTRDCalDCSGTUCtpOpc.cxx:51
 AliTRDCalDCSGTUCtpOpc.cxx:52
 AliTRDCalDCSGTUCtpOpc.cxx:53
 AliTRDCalDCSGTUCtpOpc.cxx:54
 AliTRDCalDCSGTUCtpOpc.cxx:55
 AliTRDCalDCSGTUCtpOpc.cxx:56
 AliTRDCalDCSGTUCtpOpc.cxx:57
 AliTRDCalDCSGTUCtpOpc.cxx:58
 AliTRDCalDCSGTUCtpOpc.cxx:59
 AliTRDCalDCSGTUCtpOpc.cxx:60
 AliTRDCalDCSGTUCtpOpc.cxx:61
 AliTRDCalDCSGTUCtpOpc.cxx:62
 AliTRDCalDCSGTUCtpOpc.cxx:63
 AliTRDCalDCSGTUCtpOpc.cxx:64