]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONSegResV04.h
Vertex reconstruction
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV04.h
CommitLineData
a897a37a 1#ifndef MUONSegResV04_H
2#define MUONSegResV04_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
a897a37a 8/////////////////////////////////////////////////////
9// Segmentation and Response classes version 01 //
10/////////////////////////////////////////////////////
a897a37a 11#include "AliMUON.h"
12#include "AliMUONSegResV01.h"
13#include "TArrayF.h"
14#include "TArrayI.h"
15class AliMUONsegmentationV04 :
16public 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