]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSv1.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv1.h
1 #ifndef PHOSv1_H
2 #define PHOSv1_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:PHOS version 1   //
10 ////////////////////////////////////////////////////////
11
12 // --- galice header files ---
13 #include "AliPHOS.h"
14  
15 class AliPHOSv1 : public AliPHOS {
16
17  public:
18                         AliPHOSv1();
19                         AliPHOSv1(const char *name, const char *title);
20   virtual              ~AliPHOSv1(){}
21   virtual void          CreateGeometry();
22   virtual Int_t         IsVersion() const {return 1;}
23   virtual void          StepManager();
24
25  ClassDef(AliPHOSv1,1)  //Hits manager for set:PHOS version 1
26 };
27  
28 #endif
29