]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONSegmentationV05.h
Change of argument list of methods GetPadCxy, GetPadIxy, SetHit and FirstPad
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationV05.h
CommitLineData
a9e2aefa 1#ifndef ALIMUONSEGMENTATIONV05_H
2#define ALIMUONSEGMENTATIONV05_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
8/////////////////////////////////////////////////////
9// Segmentation and Response classes version 05 //
10/////////////////////////////////////////////////////
11
12#include "AliMUONSegmentationV02.h"
13
14class AliMUONSegmentationV05 :
15public AliMUONSegmentationV02 {
16 public:
17 AliMUONSegmentationV05(){}
18 virtual ~AliMUONSegmentationV05(){}
19 // Initialisation
20 virtual void Init(AliMUONChamber* chamber);
21 // Test points for auto calibration
22 void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y);
23 ClassDef(AliMUONSegmentationV05,1)// Segmentation zones are rectangular modules
24};
25#endif
26
27
28
29
30
31