]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHv3.h
fgMCEvGen changed to fMCEvGen;
[u/mrichter/AliRoot.git] / RICH / AliRICHv3.h
CommitLineData
9123a941 1#ifndef AliRICHv3_h
2#define AliRICHv3_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 "AliRICH.h"
8
9class AliRICHv3 : public AliRICH
cd1cf354 10{
9123a941 11public:
12
3ba5db3e 13 AliRICHv3():AliRICH() {;}
14 AliRICHv3(const char *pcName, const char *pcTitle);
15 virtual ~AliRICHv3();
16 virtual Int_t IsVersion() const{return 3;}
17 virtual void StepManager();
18 virtual void CreateGeometry();
19 virtual void BuildGeometry();
20 virtual void Init(); // Makes nothing for a while
9123a941 21private:
3ba5db3e 22 Double_t* RotateXY(const Double_t* r, Double_t a);//Rotation in the X-Y plane in G3 notation
cd1cf354 23 ClassDef(AliRICHv3,1) //RICH full version, configurable with azimuthal rotation
9123a941 24};// class AliRICHv3
0de44bff 25
9123a941 26#endif // AliRICHv3_h