]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONReconstructor.h
Global constants moved to the class scope. (I. Hrivnacova)
[u/mrichter/AliRoot.git] / MUON / AliMUONReconstructor.h
CommitLineData
cac2eb58 1#ifndef ALIMUONRECONSTRUCTOR_H
2#define ALIMUONRECONSTRUCTOR_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#include "AliReconstructor.h"
9
10class AliMUONReconstructor: public AliReconstructor {
11 public:
12 AliMUONReconstructor();
13 virtual void Reconstruct(AliRunLoader* runLoader) const;
14 virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
15
16 private:
17
18 ClassDef(AliMUONReconstructor, 0) // class for the MUON reconstruction
19};
20
21#endif