]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONv0.h
More exact rounding function, but also much slower.
[u/mrichter/AliRoot.git] / MUON / AliMUONv0.h
CommitLineData
a9e2aefa 1#ifndef ALIMUONV0_H
2#define ALIMUONV0_H
3
3da30618 4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6
7/* $Id$ */
8
fe4da5cc 9/////////////////////////////////////////////////////////
10// Manager and hits classes for set:MUON version 0 //
11/////////////////////////////////////////////////////////
12
13#include "AliMUON.h"
fe4da5cc 14class AliMUONv0 : public AliMUON {
fe4da5cc 15public:
16 AliMUONv0();
17 AliMUONv0(const char *name, const char *title);
a897a37a 18 virtual ~AliMUONv0() {}
fe4da5cc 19 virtual void CreateGeometry();
20 virtual void CreateMaterials();
21 virtual void Init();
22 virtual Int_t IsVersion() const {return 0;}
23 virtual void StepManager();
fe4da5cc 24private:
a1001283 25 ClassDef(AliMUONv0,1) // MUON Detector class Version 0
fe4da5cc 26};
fe4da5cc 27#endif
28
29
30
31
32
33
34