]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AliGeant4/AliPrimaryGenerator.h
TG4SteppingAction update commented
[u/mrichter/AliRoot.git] / AliGeant4 / AliPrimaryGenerator.h
1 // $Id$
2
3 #ifndef ALI_PRIMARY_GENERATOR_H
4 #define ALI_PRIMARY_GENERATOR_H
5
6 // available primary generators
7
8 enum AliPrimaryGenerator {
9     kGun,               // gun (can be set interactively) 
10     kGeantino,          // geantino with random direction
11     kChargedGeantino,   // chargedgeantino with random direction
12     kAliGenerator       // AliGenerator from AliRoot
13 };  
14
15 #endif //ALI_PRIMARY_GENERATOR_H