]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHv3.h
Corrections to obey the coding conventions
[u/mrichter/AliRoot.git] / RICH / AliRICHv3.h
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 #include "AliRICHChamber.h"
9 class AliRICHSDigit;
10
11 class AliRICHv3 : public AliRICH 
12 {    
13 public:
14     
15                  AliRICHv3():AliRICH()                                {;} 
16                  AliRICHv3(const char *pcName, const char *pcTitle);    
17   virtual       ~AliRICHv3();                             
18   virtual Int_t  IsVersion()                                     const{return 3;}
19   virtual void   StepManager();     
20          Int_t   Hits2SDigits(Float_t xhit,Float_t yhit,Float_t eloss, Int_t idvol, ResponseType res);
21   void     SetGeometryModel(Int_t c,AliRICHGeometry *pRICHGeo)                    {C(c)->SetGeometryModel(pRICHGeo);}
22   void     SetSegmentationModel(Int_t c, AliSegmentation *pAliSeg)                {C(c)->SetSegmentationModel(pAliSeg);}
23   void     SetResponseModel(Int_t c, AliRICHResponse *pRICHRes)                   {C(c)->SetResponseModel(pRICHRes);}
24   AliRICHGeometry* GetGeometryModel(Int_t c=1)                               const{return C(c)->GetGeometryModel();}    
25   AliSegmentation* GetSegmentationModel(Int_t c=1)                           const{return C(c)->GetSegmentationModel();}
26   AliRICHResponse* GetResponseModel(Int_t c=1)                               const{return C(c)->GetResponseModel();}
27 private:
28   ClassDef(AliRICHv3,1)  //RICH full version, configurable with azimuthal rotation      
29 };// class AliRICHv3
30
31 #endif // AliRICHv3_h