]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONSegResV04.h
Some problems with the HP compiler fixed.
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV04.h
1 #ifndef MUONSegResV04_H
2 #define MUONSegResV04_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 //  Segmentation and Response classes version 01   //
10 /////////////////////////////////////////////////////
11 #include "AliMUON.h"
12 #include "AliMUONSegResV01.h"
13 #include "TArrayF.h"
14 #include "TArrayI.h"
15 class AliMUONsegmentationV04 :
16 public AliMUONsegmentationV01 {
17  public:
18     AliMUONsegmentationV04(){}
19     virtual ~AliMUONsegmentationV04(){}
20     // Initialisation
21     virtual void Init(AliMUONchamber*);
22     // Test points for auto calibration
23     void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y);
24     ClassDef(AliMUONsegmentationV04,1)
25 };
26         
27
28 #endif
29
30
31
32
33
34