]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/AliVZERORecoParam.h
Accounted different btw. online and offline module numbering
[u/mrichter/AliRoot.git] / VZERO / AliVZERORecoParam.h
1 #ifndef ALIVZERORECOPARAM_H
2 #define ALIVZERORECOPARAM_H
3 /* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 ///////////////////////////////////////////////////////////////////////////////
7 //                                                                           //
8 // Class with VZERO reconstruction parameters                                //
9 // Origin: Brigitte Cheynis                                                  //
10 //                                                                           //
11 ///////////////////////////////////////////////////////////////////////////////
12
13 #include "AliDetectorRecoParam.h"
14
15 class AliVZERORecoParam : public AliDetectorRecoParam
16 {
17  public: 
18   AliVZERORecoParam();
19   virtual ~AliVZERORecoParam();
20
21  private:
22
23   AliVZERORecoParam(const AliVZERORecoParam & param);
24   AliVZERORecoParam & operator=(const AliVZERORecoParam &param);
25
26   ClassDef(AliVZERORecoParam,1) // VZERO reco parameters
27 };
28
29 #endif