]> git.uio.no Git - u/mrichter/AliRoot.git/blame - START/AliSTARTReconstructor.h
PMT efficiency file
[u/mrichter/AliRoot.git] / START / AliSTARTReconstructor.h
CommitLineData
121a60bd 1#ifndef ALISTARTRECONSTRUCTOR_H
2#define ALISTARTRECONSTRUCTOR_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
11class AliSTARTReconstructor: public AliReconstructor {
12public:
13 AliSTARTReconstructor(): AliReconstructor() {};
14 virtual ~AliSTARTReconstructor() {};
15
16 virtual void Reconstruct(AliRunLoader* runLoader) const;
17 virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
18
19 ClassDef(AliSTARTReconstructor, 0) // class for the START reconstruction
20};
21
22#endif