]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLegoGeneratorPhiZ.h
Lego generator for phi-z binning.
[u/mrichter/AliRoot.git] / STEER / AliLegoGeneratorPhiZ.h
diff --git a/STEER/AliLegoGeneratorPhiZ.h b/STEER/AliLegoGeneratorPhiZ.h
new file mode 100644 (file)
index 0000000..8944838
--- /dev/null
@@ -0,0 +1,33 @@
+#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:
+    virtual void    Generate();
+    ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
+};
+#endif
+
+
+
+
+
+
+
+