3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
6 /* $Id: AliTRDqaAT.h $ */
8 ////////////////////////////////////////////////////////////////////////////
10 // TRD analysis tools //
13 // Sylwester Radomski (radomski@physi.uni-heidelberg.de) //
15 ////////////////////////////////////////////////////////////////////////////
17 #include "AliAnalysisTask.h"
20 class AliExternalTrackParam;
22 class AliTRDqaAT : public TObject {
27 virtual ~AliTRDqaAT() {}
29 static Int_t GetSector(const Double_t alpha);
30 static Int_t GetStack(const AliExternalTrackParam *paramOut);
31 static void BuildRatio(TH1D *ratio, TH1D *histN, TH1D *histD);
33 ClassDef(AliTRDqaAT, 0); // TRD analysis tools
35 #endif // ALITRDQAAT_H