]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/Cal/AliTRDCalFEE.h
bootstrap pdf before usage
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalFEE.h
CommitLineData
58a721c4 1#ifndef AliTRDCALFEE_H
2#define AliTRDCALFEE_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id: AliTRDCalFEE.h 18952 2007-06-08 11:36:12Z cblume $ */
7
8///////////////////////////////////////////////////////////////////////////////
9// //
10// TRD calibration class for TRD FEE parameters //
11// Empty dummy class for backward compability //
12// //
13///////////////////////////////////////////////////////////////////////////////
14
15#include "TNamed.h"
16
17class TString;
18
19class AliTRDCalFEE : public TNamed {
20
21 public:
22
23 AliTRDCalFEE();
24 AliTRDCalFEE(const Text_t *name, const Text_t *title);
25 virtual ~AliTRDCalFEE() { };
26
27 protected:
28
29 ClassDef(AliTRDCalFEE,2) // TRD calibration class for TRD FEE parameters
30
31};
32#endif