]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONReconstructor.h
Corrected order to restore the profiling and debug targets
[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$ */
30178c30 7// Revision of includes 07/05/2004
cac2eb58 8
9#include "AliReconstructor.h"
10
30178c30 11class AliMUONReconstructor: public AliReconstructor
12{
8789635b 13 public:
14 AliMUONReconstructor();
15 virtual ~AliMUONReconstructor();
cac2eb58 16
8789635b 17 virtual void Reconstruct(AliRunLoader* runLoader) const;
18 virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
cac2eb58 19
20 ClassDef(AliMUONReconstructor, 0) // class for the MUON reconstruction
21};
22
23#endif