]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSvPPRsymm.h
Old versions of macros
[u/mrichter/AliRoot.git] / ITS / AliITSvPPRsymm.h
1 #ifndef ALIITSVPPRSYMM_H
2 #define ALIITSVPPRSYMM_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 /////////////////////////////////////////////////////////
9 //  Manager and hits classes for set: ITS version 7    //
10 /////////////////////////////////////////////////////////
11  
12 #include "AliITSvPPRasymm.h"
13  
14 class AliITSvPPRsymm : public AliITSvPPRasymm {
15
16  public:
17     AliITSvPPRsymm();
18     AliITSvPPRsymm(const char *name, const char *title);
19     virtual       ~AliITSvPPRsymm() ;
20     virtual void   CreateGeometry();
21     virtual Int_t  IsVersion() const {// returns the ITS version number 
22         return 9;} 
23
24  private:
25
26     ClassDef(AliITSvPPRsymm,1)  //Hits manager for set:ITS version 9 
27                                 // PPR detailed Geometry symmetric
28 };
29  
30 #endif