]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONSegResV05.h
NodeName array dimension enlarged
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV05.h
1 #ifndef MUONSegResV05_H
2 #define MUONSegResV05_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  
12 #include "AliMUON.h"
13 #include "AliMUONSegResV02.h"
14 #include "TArrayF.h"
15 #include "TArrayI.h"
16 class AliMUONsegmentationV05 :
17 public AliMUONsegmentationV02 {
18  public:
19     AliMUONsegmentationV05(){}
20     virtual ~AliMUONsegmentationV05(){}
21     // Initialisation
22     virtual void Init(AliMUONchamber*);
23     // Test points for auto calibration
24     void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y);
25     ClassDef(AliMUONsegmentationV05,1)
26 };
27 #endif
28
29
30
31
32
33