#ifndef AliTRDtestBeam_h #define AliTRDtestBeam_h /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ /* The class to read the test beam 2007 data */ //#define MAX_SI 2000 #include "TObject.h" class AliTRDrawStreamV2; class AliTRDRawStreamTB; using namespace std; class AliTRDtestBeam: public TObject { public: AliTRDtestBeam(); // ctor AliTRDtestBeam(const char *filename); // constructor AliTRDtestBeam(const AliTRDtestBeam &tb); AliTRDtestBeam &operator=(const AliTRDtestBeam& /*tb*/) {return *this; } virtual ~AliTRDtestBeam(); // dtor Int_t NextEvent(); AliTRDRawStreamTB *GetTRDrawStream(); // needs RawStreamTB // silicon Short_t GetNSi1() const {return fNSi1;} Short_t GetNSi2() const {return fNSi2;} Int_t GetSi1Address(Int_t i) const {return (i