]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONSegResV05.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV05.h
CommitLineData
a897a37a 1#ifndef MUONSegResV05_H
2#define MUONSegResV05_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/////////////////////////////////////////////////////
11
12#include "AliMUON.h"
13#include "AliMUONSegResV02.h"
14#include "TArrayF.h"
15#include "TArrayI.h"
16class AliMUONsegmentationV05 :
17public 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