]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONSegmentationV04.h
Coding violations...
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationV04.h
CommitLineData
a9e2aefa 1#ifndef ALIMUONSEGMENTATIONV04_H
2#define ALIMUONSEGMENTATIONV04_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
30178c30 7// Revision of includes 07/05/2004
a9e2aefa 8
9/////////////////////////////////////////////////////
10// Segmentation and Response classes version 04 //
11/////////////////////////////////////////////////////
12
13#include "AliMUONSegmentationV01.h"
14
30178c30 15class AliMUONSegmentationV04 : public AliMUONSegmentationV01
16{
a9e2aefa 17 public:
30178c30 18 AliMUONSegmentationV04();
a9e2aefa 19 virtual ~AliMUONSegmentationV04(){}
20 // Initialisation
d81db581 21 virtual void Init(Int_t chamber);
a9e2aefa 22 // Test points for auto calibration
c3eff6ad 23 void GiveTestPoints(Int_t &n, Float_t *x, Float_t *y) const;
a9e2aefa 24 ClassDef(AliMUONSegmentationV04,1) // Segmentation zones are rectangular modules
25};
26
27
28#endif
29
30
31
32
33
34
c3eff6ad 35