]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSvPPRsymm.h
AliMiniHeader moved to separate file
[u/mrichter/AliRoot.git] / ITS / AliITSvPPRsymm.h
CommitLineData
db915fea 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
6fd3393a 12#include "AliITSvPPRasymm.h"
db915fea 13
6fd3393a 14class AliITSvPPRsymm : public AliITSvPPRasymm {
db915fea 15
16 public:
17 AliITSvPPRsymm();
18 AliITSvPPRsymm(const char *name, const char *title);
db915fea 19 virtual ~AliITSvPPRsymm() ;
db915fea 20 virtual void CreateGeometry();
bae7e562 21 virtual Int_t IsVersion() const {// returns the ITS version number
22 return 9;}
6fd3393a 23
bae7e562 24 private:
bae7e562 25
db915fea 26 ClassDef(AliITSvPPRsymm,1) //Hits manager for set:ITS version 9
27 // PPR detailed Geometry symmetric
28};
29
30#endif