]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONSegResV05.h
Remove useless files
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV05.h
1 #ifndef MUONSegResV05_H
2 #define MUONSegResV05_H
3 /////////////////////////////////////////////////////
4 //  Segmentation and Response classes version 01   //
5 /////////////////////////////////////////////////////
6  
7 #include "AliMUON.h"
8 #include "AliMUONSegResV02.h"
9 #include "TArrayF.h"
10 #include "TArrayI.h"
11 class AliMUONsegmentationV05 :
12 public AliMUONsegmentationV02 {
13  public:
14     AliMUONsegmentationV05(){}
15     virtual ~AliMUONsegmentationV05(){}
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(AliMUONsegmentationV05,1)
21 };
22 #endif
23
24
25
26
27
28