]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/AliPrimaryGenerator.h
path to perl changes to /usr/bin/perl
[u/mrichter/AliRoot.git] / AliGeant4 / AliPrimaryGenerator.h
CommitLineData
676fb573 1// $Id$
7005154f 2// Category: run
3//
4// Author: I. Hrivnacova
5//
6// Enum AliPrimaryGenerator
7// ------------------------
8// Enumaration of available primary generators.
676fb573 9
10#ifndef ALI_PRIMARY_GENERATOR_H
11#define ALI_PRIMARY_GENERATOR_H
12
13// available primary generators
14
15enum 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