]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/AliPrimaryGenerator.h
renamed static data members (change of coding conventions)
[u/mrichter/AliRoot.git] / AliGeant4 / AliPrimaryGenerator.h
CommitLineData
676fb573 1// $Id$
2
3#ifndef ALI_PRIMARY_GENERATOR_H
4#define ALI_PRIMARY_GENERATOR_H
5
6// available primary generators
7
8enum 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