]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONReconstructor.h
Allowing coding conventions to be checked
[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 {
8789635b 11 public:
12 AliMUONReconstructor();
13 virtual ~AliMUONReconstructor();
cac2eb58 14
8789635b 15 virtual void Reconstruct(AliRunLoader* runLoader) const;
16 virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
cac2eb58 17
18 ClassDef(AliMUONReconstructor, 0) // class for the MUON reconstruction
19};
20
21#endif