]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/sim/AliHLTGenerator.h
reverting and postponing changes from 24729 partly (AliHLTSystem singleton in AliHLTS...
[u/mrichter/AliRoot.git] / HLT / sim / AliHLTGenerator.h
1 // @(#) $Id$
2
3 #ifndef ALIL3GENERATOR_H
4 #define ALIL3GENERATOR_H
5
6 #include "AliHLTRootTypes.h"
7 #include "AliGenerator.h"
8
9 class AliHLTGenerator : public AliGenerator {
10
11  private:
12   
13   
14   
15
16  public:
17   AliHLTGenerator();
18   virtual ~AliHLTGenerator();
19   
20   void Generate();
21   void Init();
22   void ReadParticles(TClonesArray *particles);
23
24   ClassDef(AliHLTGenerator,1)
25 };
26
27 typedef AliHLTGenerator AliL3Generator; // for backward compatibility