]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliLegoGeneratorPhiZ.h
Buffer Size can be defined
[u/mrichter/AliRoot.git] / STEER / AliLegoGeneratorPhiZ.h
CommitLineData
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
18class AliLegoGeneratorPhiZ : public AliLegoGenerator
19{
20
21 public:
22 virtual void Generate();
23 ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
24};
25#endif
26
27
28
29
30
31
32
33