]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONv0.h
Pads do not inherit editability from canvas any more
[u/mrichter/AliRoot.git] / MUON / AliMUONv0.h
CommitLineData
a897a37a 1#ifndef MUONV0_H
2#define MUONV0_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8/////////////////////////////////////////////////////////
9// Manager and hits classes for set:MUON version 0 //
10/////////////////////////////////////////////////////////
11
12#include "AliMUON.h"
a897a37a 13#include "AliMUONClusterFinder.h"
fe4da5cc 14class AliMUONv0 : public AliMUON {
fe4da5cc 15public:
16 AliMUONv0();
17 AliMUONv0(const char *name, const char *title);
a897a37a 18 virtual ~AliMUONv0() {}
fe4da5cc 19 virtual void CreateGeometry();
20 virtual void CreateMaterials();
21 virtual void Init();
22 virtual Int_t IsVersion() const {return 0;}
23 virtual void StepManager();
24 virtual void Trigger(Float_t (*)[4], Float_t (*)[4], Int_t& iflag);
25private:
26 ClassDef(AliMUONv0,1) //Hits manager for set:MUON version 0
fe4da5cc 27};
fe4da5cc 28#endif
29
30
31
32
33
34
35