ROOT logo
#ifndef ALITRDCALDCSGTUCTPOPC_H
#define ALITRDCALDCSGTUCTPOPC_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 * See cxx source for full Copyright notice                               */

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

///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//  TRD calibration class for TRD GTU configuration parameters               //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "TNamed.h"

class TString;

class AliTRDCalDCSGTUCtpOpc : public TNamed {

 public:

  AliTRDCalDCSGTUCtpOpc();
  AliTRDCalDCSGTUCtpOpc(const char *name, const char *title);
  virtual ~AliTRDCalDCSGTUCtpOpc() { };

  Int_t   GetId() const                               { return fId;                           }
  Int_t   GetOpcode() const                           { return fOpcode;                       }
  Int_t   GetDirection() const                        { return fDirection;                    }
  Int_t   GetInverted() const                         { return fInverted;                     }
  Int_t   GetDelay() const                            { return fDelay;                        }
  Int_t   GetConnected() const                        { return fConnected;                    }

  void    SetId(Int_t id)                             { fId = id;                             }
  void    SetOpcode(Int_t op)                         { fOpcode = op;                         }
  void    SetDirection(Int_t di)                      { fDirection = di;                      }
  void    SetInverted(Int_t in)                       { fInverted = in;                       }
  void    SetDelay(Int_t de)                          { fDelay = de;                          }
  void    SetConnected(Int_t co)                      { fConnected = co;                      }

  protected:
  Int_t   fId; // value of the attribute named id within the otp_opc tag
  Int_t   fOpcode; // value of the attribute named opcode within the otp_opc tag
  Int_t   fDirection; // value of the attribute named direction within the otp_opc tag
  Int_t   fInverted; // value of the attribute named inverted within the otp_opc tag
  Int_t   fDelay; // value of the attribute named delay within the otp_opc tag
  Int_t   fConnected; // value of the attribute named connected within the otp_opc tag

  ClassDef(AliTRDCalDCSGTUCtpOpc,1)      //  TRD calibration class for TRD GTU parameters

};
#endif
 AliTRDCalDCSGTUCtpOpc.h:1
 AliTRDCalDCSGTUCtpOpc.h:2
 AliTRDCalDCSGTUCtpOpc.h:3
 AliTRDCalDCSGTUCtpOpc.h:4
 AliTRDCalDCSGTUCtpOpc.h:5
 AliTRDCalDCSGTUCtpOpc.h:6
 AliTRDCalDCSGTUCtpOpc.h:7
 AliTRDCalDCSGTUCtpOpc.h:8
 AliTRDCalDCSGTUCtpOpc.h:9
 AliTRDCalDCSGTUCtpOpc.h:10
 AliTRDCalDCSGTUCtpOpc.h:11
 AliTRDCalDCSGTUCtpOpc.h:12
 AliTRDCalDCSGTUCtpOpc.h:13
 AliTRDCalDCSGTUCtpOpc.h:14
 AliTRDCalDCSGTUCtpOpc.h:15
 AliTRDCalDCSGTUCtpOpc.h:16
 AliTRDCalDCSGTUCtpOpc.h:17
 AliTRDCalDCSGTUCtpOpc.h:18
 AliTRDCalDCSGTUCtpOpc.h:19
 AliTRDCalDCSGTUCtpOpc.h:20
 AliTRDCalDCSGTUCtpOpc.h:21
 AliTRDCalDCSGTUCtpOpc.h:22
 AliTRDCalDCSGTUCtpOpc.h:23
 AliTRDCalDCSGTUCtpOpc.h:24
 AliTRDCalDCSGTUCtpOpc.h:25
 AliTRDCalDCSGTUCtpOpc.h:26
 AliTRDCalDCSGTUCtpOpc.h:27
 AliTRDCalDCSGTUCtpOpc.h:28
 AliTRDCalDCSGTUCtpOpc.h:29
 AliTRDCalDCSGTUCtpOpc.h:30
 AliTRDCalDCSGTUCtpOpc.h:31
 AliTRDCalDCSGTUCtpOpc.h:32
 AliTRDCalDCSGTUCtpOpc.h:33
 AliTRDCalDCSGTUCtpOpc.h:34
 AliTRDCalDCSGTUCtpOpc.h:35
 AliTRDCalDCSGTUCtpOpc.h:36
 AliTRDCalDCSGTUCtpOpc.h:37
 AliTRDCalDCSGTUCtpOpc.h:38
 AliTRDCalDCSGTUCtpOpc.h:39
 AliTRDCalDCSGTUCtpOpc.h:40
 AliTRDCalDCSGTUCtpOpc.h:41
 AliTRDCalDCSGTUCtpOpc.h:42
 AliTRDCalDCSGTUCtpOpc.h:43
 AliTRDCalDCSGTUCtpOpc.h:44
 AliTRDCalDCSGTUCtpOpc.h:45
 AliTRDCalDCSGTUCtpOpc.h:46
 AliTRDCalDCSGTUCtpOpc.h:47
 AliTRDCalDCSGTUCtpOpc.h:48
 AliTRDCalDCSGTUCtpOpc.h:49
 AliTRDCalDCSGTUCtpOpc.h:50
 AliTRDCalDCSGTUCtpOpc.h:51