]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliLegoGeneratorEtaR.h
Access method
[u/mrichter/AliRoot.git] / STEER / AliLegoGeneratorEtaR.h
CommitLineData
37e5988f 1#ifndef ALILEGOGENERATORETAR_H
2#define ALILEGOGENERATORETAR_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 AliLegoGeneratorEtaR : public AliLegoGenerator
19{
20
21 public:
22 AliLegoGeneratorEtaR() {}
23 virtual ~AliLegoGeneratorEtaR() {}
24 virtual void Generate();
25 ClassDef(AliLegoGeneratorEtaR, 1) // Lego GeneratorEtaR
26};
27
28#endif
29
30
31
32
33
34
35
36