]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONv0.h
This commit was generated by cvs2svn to compensate for changes in r244,
[u/mrichter/AliRoot.git] / MUON / AliMUONv0.h
CommitLineData
a897a37a 1#ifndef MUONV0_H
2#define MUONV0_H
fe4da5cc 3/////////////////////////////////////////////////////////
4// Manager and hits classes for set:MUON version 0 //
5/////////////////////////////////////////////////////////
6
7#include "AliMUON.h"
a897a37a 8#include "AliMUONClusterFinder.h"
fe4da5cc 9class AliMUONv0 : public AliMUON {
fe4da5cc 10public:
11 AliMUONv0();
12 AliMUONv0(const char *name, const char *title);
a897a37a 13 virtual ~AliMUONv0() {}
fe4da5cc 14 virtual void CreateGeometry();
15 virtual void CreateMaterials();
16 virtual void Init();
17 virtual Int_t IsVersion() const {return 0;}
18 virtual void StepManager();
19 virtual void Trigger(Float_t (*)[4], Float_t (*)[4], Int_t& iflag);
20private:
21 ClassDef(AliMUONv0,1) //Hits manager for set:MUON version 0
fe4da5cc 22};
fe4da5cc 23#endif
24
25
26
27
28
29
30