]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONReconstructor.h
Corrected overloading functions (defined in TObject) (Ivana)
[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;
cf464691 18 virtual void Reconstruct(AliRunLoader* runLoader,
19 AliRawReader* rawReader) const;
20
8789635b 21 virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
cac2eb58 22
23 ClassDef(AliMUONReconstructor, 0) // class for the MUON reconstruction
24};
25
26#endif