]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONv1.h
New package for reconstructed tracks (A. Gheata):
[u/mrichter/AliRoot.git] / MUON / AliMUONv1.h
CommitLineData
a9e2aefa 1#ifndef ALIMUONV1_H
2#define ALIMUONV1_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// Manager and hits classes for set:MUON version 0 //
10/////////////////////////////////////////////////////////
11
12#include "AliMUON.h"
13
14class AliMUONv1 : public AliMUON {
15public:
16 AliMUONv1();
17 AliMUONv1(const char *name, const char *title);
18 virtual ~AliMUONv1() {}
19 virtual void CreateGeometry();
20 virtual void CreateMaterials();
21 virtual void Init();
22 virtual Int_t IsVersion() const {return 1;}
23 virtual void StepManager();
24private:
a1001283 25 ClassDef(AliMUONv1,1) // MUON Detector class Version 1
a9e2aefa 26};
27#endif
28
29
30
31
32
33
34