]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONReconstructor.h
- Welding section on absorber side (LHCVC2C_001)
[u/mrichter/AliRoot.git] / MUON / AliMUONReconstructor.h
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
10 class AliMUONReconstructor: public AliReconstructor {
11   public:
12     AliMUONReconstructor();
13     virtual ~AliMUONReconstructor();
14
15     virtual void         Reconstruct(AliRunLoader* runLoader) const;
16     virtual void         FillESD(AliRunLoader* runLoader, AliESD* esd) const;
17  
18   ClassDef(AliMUONReconstructor, 0)   // class for the MUON reconstruction
19 };
20
21 #endif