ROOT logo
#ifndef ALILEGOGENERATORPHIZ_H
#define ALILEGOGENERATORPHIZ_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 * See cxx source for full Copyright notice                               */

/* $Id$ */

///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//                                                                           //
//    Utility class to compute and draw Radiation Length Map                 //
//                                                                           //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "AliLegoGenerator.h"

class AliLegoGeneratorPhiZ : public AliLegoGenerator
{

 public:
  AliLegoGeneratorPhiZ(){;}
  virtual ~AliLegoGeneratorPhiZ(){;}
    virtual void    Generate();
    ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
};
#endif








 AliLegoGeneratorPhiZ.h:1
 AliLegoGeneratorPhiZ.h:2
 AliLegoGeneratorPhiZ.h:3
 AliLegoGeneratorPhiZ.h:4
 AliLegoGeneratorPhiZ.h:5
 AliLegoGeneratorPhiZ.h:6
 AliLegoGeneratorPhiZ.h:7
 AliLegoGeneratorPhiZ.h:8
 AliLegoGeneratorPhiZ.h:9
 AliLegoGeneratorPhiZ.h:10
 AliLegoGeneratorPhiZ.h:11
 AliLegoGeneratorPhiZ.h:12
 AliLegoGeneratorPhiZ.h:13
 AliLegoGeneratorPhiZ.h:14
 AliLegoGeneratorPhiZ.h:15
 AliLegoGeneratorPhiZ.h:16
 AliLegoGeneratorPhiZ.h:17
 AliLegoGeneratorPhiZ.h:18
 AliLegoGeneratorPhiZ.h:19
 AliLegoGeneratorPhiZ.h:20
 AliLegoGeneratorPhiZ.h:21
 AliLegoGeneratorPhiZ.h:22
 AliLegoGeneratorPhiZ.h:23
 AliLegoGeneratorPhiZ.h:24
 AliLegoGeneratorPhiZ.h:25
 AliLegoGeneratorPhiZ.h:26
 AliLegoGeneratorPhiZ.h:27
 AliLegoGeneratorPhiZ.h:28
 AliLegoGeneratorPhiZ.h:29
 AliLegoGeneratorPhiZ.h:30
 AliLegoGeneratorPhiZ.h:31
 AliLegoGeneratorPhiZ.h:32
 AliLegoGeneratorPhiZ.h:33
 AliLegoGeneratorPhiZ.h:34
 AliLegoGeneratorPhiZ.h:35