]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/Cal/AliTRDCalDCSPTRTlmu.h
Protection against non existing online gain table (Theo)
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCSPTRTlmu.h
1 #ifndef AliTRDCALDCSPTRTlmu_H
2 #define AliTRDCALDCSPTRTlmu_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id: AliTRDCalDCSPTRTlmu.h 18952 2007-06-08 11:36:12Z cblume $ */
7
8 ///////////////////////////////////////////////////////////////////////////////
9 //                                                                           //
10 //  TRD calibration class for TRD GTU configuration parameters               //
11 //                                                                           //
12 ///////////////////////////////////////////////////////////////////////////////
13
14 #include "TNamed.h"
15
16 class TString;
17
18 class AliTRDCalDCSPTRTlmu : public TNamed {
19
20  public:
21
22   AliTRDCalDCSPTRTlmu();
23   AliTRDCalDCSPTRTlmu(const char *name, const char *title);
24   AliTRDCalDCSPTRTlmu(const AliTRDCalDCSPTRTlmu &);
25   virtual ~AliTRDCalDCSPTRTlmu() { };
26
27  protected:
28
29
30   ClassDef(AliTRDCalDCSPTRTlmu,1)      //  TRD calibration class for TRD GTU parameters
31
32 };
33 #endif