]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AliGeant4/AliPrimaryGenerator.h
updated commands description
[u/mrichter/AliRoot.git] / AliGeant4 / AliPrimaryGenerator.h
1 // $Id$
2 // Category: run
3 //
4 // Author: I. Hrivnacova
5 //
6 // Enum AliPrimaryGenerator
7 // ------------------------
8 // Enumaration of available primary generators.
9
10 #ifndef ALI_PRIMARY_GENERATOR_H
11 #define ALI_PRIMARY_GENERATOR_H
12
13 // available primary generators
14
15 enum AliPrimaryGenerator {
16     kGun,               // gun (can be set interactively) 
17     kGeantino,          // geantino with random direction
18     kChargedGeantino,   // chargedgeantino with random direction
19     kAliGenerator       // AliGenerator from AliRoot
20 };  
21
22 #endif //ALI_PRIMARY_GENERATOR_H