]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/AliVZEROReconstructor.h
Removing compilation warnings
[u/mrichter/AliRoot.git] / VZERO / AliVZEROReconstructor.h
1 #ifndef ALIVZERORECONSTRUCTOR_H
2 #define ALIVZERORECONSTRUCTOR_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 ///////////////////////////////////////////////////////////////////////////////
9 ///                                                                          //
10 /// class for VZERO reconstruction                                           //
11 ///                                                                          //
12 ///////////////////////////////////////////////////////////////////////////////
13
14 #include "AliReconstructor.h"
15
16
17 class AliVZEROReconstructor: public AliReconstructor {
18 public:
19   AliVZEROReconstructor(): AliReconstructor() {};
20   virtual ~AliVZEROReconstructor() {};
21
22   ClassDef(AliVZEROReconstructor, 0)   // class for the VZERO reconstruction
23 };
24
25 #endif