]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSv0.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / ITS / AliITSv0.h
CommitLineData
fe4da5cc 1#ifndef ITSv0_H
2#define ITSv0_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8/////////////////////////////////////////////////////////
9// Manager and hits classes for set: ITS version 0 //
10/////////////////////////////////////////////////////////
11
12#include "AliITS.h"
13
14class AliITSv0 : public AliITS {
15
16public:
17 AliITSv0();
18 AliITSv0(const char *name, const char *title);
19 virtual ~AliITSv0() {}
20 virtual void CreateGeometry();
21 virtual Int_t IsVersion() const {return 0;}
2cb30c3a 22 virtual void DrawModule();
fe4da5cc 23 virtual void StepManager();
24
25 ClassDef(AliITSv0,1) //Hits manager for set:ITS version 0
26};
27
28#endif