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