]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/Cal/AliTRDCalDCSPTRTlmu.h
Fix Coverity defects
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCSPTRTlmu.h
CommitLineData
3821ce70 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
16class TString;
17
18class 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
3821ce70 27 protected:
3821ce70 28
3821ce70 29
30 ClassDef(AliTRDCalDCSPTRTlmu,1) // TRD calibration class for TRD GTU parameters
31
32};
33#endif