#ifndef ALILEGOGENERATORPHIZ_H
#define ALILEGOGENERATORPHIZ_H
#include "AliLegoGenerator.h"
class AliLegoGeneratorPhiZ : public AliLegoGenerator
{
public:
AliLegoGeneratorPhiZ(){;}
virtual ~AliLegoGeneratorPhiZ(){;}
virtual void Generate();
ClassDef(AliLegoGeneratorPhiZ,1)
};
#endif
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