]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONv0.h
Separated TOF libraries (base,rec,sim)
[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$ */
30178c30 8// Revision of includes 07/05/2004
3da30618 9
fe4da5cc 10/////////////////////////////////////////////////////////
11// Manager and hits classes for set:MUON version 0 //
12/////////////////////////////////////////////////////////
13
14#include "AliMUON.h"
30178c30 15
16class AliMUONv0 : public AliMUON
17{
fe4da5cc 18public:
19 AliMUONv0();
20 AliMUONv0(const char *name, const char *title);
a897a37a 21 virtual ~AliMUONv0() {}
fe4da5cc 22 virtual void CreateGeometry();
23 virtual void CreateMaterials();
24 virtual void Init();
25 virtual Int_t IsVersion() const {return 0;}
26 virtual void StepManager();
fe4da5cc 27private:
a1001283 28 ClassDef(AliMUONv0,1) // MUON Detector class Version 0
fe4da5cc 29};
fe4da5cc 30#endif
31
32
33
34
35
36
37