]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliLegoGeneratorEtaR.h
Correction for
[u/mrichter/AliRoot.git] / STEER / AliLegoGeneratorEtaR.h
1 #ifndef ALILEGOGENERATORETAR_H
2 #define ALILEGOGENERATORETAR_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 //                                                                           //
11 //    Utility class to compute and draw Radiation Length Map                 //
12 //                                                                           //
13 //                                                                           //
14 ///////////////////////////////////////////////////////////////////////////////
15
16 #include "AliLegoGenerator.h"
17
18 class AliLegoGeneratorEtaR : public AliLegoGenerator
19 {
20
21  public:
22     AliLegoGeneratorEtaR() {}
23     virtual ~AliLegoGeneratorEtaR() {}
24     virtual void    Generate();
25     ClassDef(AliLegoGeneratorEtaR, 1) // Lego GeneratorEtaR
26 };
27
28 #endif
29
30
31
32
33
34
35
36