]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONvTemp.h
Curent bur fixed
[u/mrichter/AliRoot.git] / MUON / AliMUONvTemp.h
CommitLineData
72081c9b 1#ifndef ALIMUONVTEMP_H
2#define ALIMUONVTEMP_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 "AliMUONv1.h"
13
14class AliMUONvTemp : public AliMUONv1 {
15public:
16 AliMUONvTemp(){;}
17 AliMUONvTemp(const char *name, const char *title);
18
19 virtual ~AliMUONvTemp() {}
20 virtual void CreateGeometry();
21private:
22 ClassDef(AliMUONvTemp,1) // MUON Detector class Version Temporary
23};
24#endif
25
26
27
28
29
30
31