4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
9 ////////////////////////////////////////////////////////////////////////////
11 // TRD sensor for DCS //
13 ////////////////////////////////////////////////////////////////////////////
16 #include "AliDCSSensor.h"
18 //_____________________________________________________________________________
19 class AliTRDSensor : public AliDCSSensor {
24 AliTRDSensor (const AliTRDSensor & source);
25 AliTRDSensor & operator=(const AliTRDSensor &c);
26 void Copy(TObject &c) const;
27 AliTRDSensor (Int_t dcsId,
28 Double_t x, Double_t y, Double_t z);
33 ClassDef(AliTRDSensor,2); // Object for TRD DCS values