]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHDisplFast.h
First step of integration of AliSimulation and AliRICHDigitizer
[u/mrichter/AliRoot.git] / RICH / AliRICHDisplFast.h
CommitLineData
6b17b320 1#ifndef AliRICHDisplFast_h
2#define AliRICHDisplFast_h
3
4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6
7#include <TTask.h>
8#include "AliRICH.h"
9#include <AliRun.h>
10
11class AliRICH;
12
aed240d4 13class AliRICHDisplFast : public TTask
14{
15public :
6b17b320 16
aed240d4 17 AliRICHDisplFast() {;}
18 ~AliRICHDisplFast() {;}
af3d25a6 19
20 void DrawSectors(); //Draw sectors in plot
aed240d4 21 void Exec();//virtual
22protected:
23 ClassDef(AliRICHDisplFast,0)
6b17b320 24};
25
26#endif // #ifdef AliRICHDisplFast_cxx
27