]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONSegResV04.h
Remove useless files
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV04.h
CommitLineData
a897a37a 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"
11class AliMUONsegmentationV04 :
12public 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