]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONSegResV04.h
Added the entry for the IRST code checking utility
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV04.h
1 #ifndef MUONSegResV04_H
2 #define MUONSegResV04_H
3 /////////////////////////////////////////////////////
4 //  Segmentation and Response classes version 01   //
5 /////////////////////////////////////////////////////
6  
7 #include "AliMUON.h"
8 #include "AliMUONSegResV01.h"
9 #include "TArrayF.h"
10 #include "TArrayI.h"
11 class AliMUONsegmentationV04 :
12 public AliMUONsegmentationV01 {
13  public:
14     AliMUONsegmentationV04(){}
15     virtual ~AliMUONsegmentationV04(){}
16     // Initialisation
17     virtual void Init(AliMUONchamber*);
18     // Test points for auto calibration
19     void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y);
20     ClassDef(AliMUONsegmentationV04,1)
21 };
22         
23
24 #endif
25
26
27
28
29
30