]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONv1.h
former trigger Look Up Table with calc. pt
[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();
ba030c0e 24protected:
25 Int_t* fStations; //! allow to externally set which station to create
a9e2aefa 26private:
a1001283 27 ClassDef(AliMUONv1,1) // MUON Detector class Version 1
a9e2aefa 28};
29#endif
30
31
32
33
34
35
36