]>
Commit | Line | Data |
---|---|---|
6872c613 | 1 | #ifndef ALILEGOGENERATORPHIZ_H |
2 | #define ALILEGOGENERATORPHIZ_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 AliLegoGeneratorPhiZ : public AliLegoGenerator | |
19 | { | |
20 | ||
21 | public: | |
ad430717 | 22 | AliLegoGeneratorPhiZ(){;} |
23 | virtual ~AliLegoGeneratorPhiZ(){;} | |
6872c613 | 24 | virtual void Generate(); |
25 | ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ | |
26 | }; | |
27 | #endif | |
28 | ||
29 | ||
30 | ||
31 | ||
32 | ||
33 | ||
34 | ||
35 |