]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TGeant4/TG3Cut.h
changed float return value DBL_MAX to FLT_MAX
[u/mrichter/AliRoot.git] / TGeant4 / TG3Cut.h
CommitLineData
2817d3e2 1// $Id$
2// Category: physics
3
4#ifndef TG3_CUT_H
5#define TG3_CUT_H
6
7enum TG3Cut
8{
9 kCUTGAM, // gammas
10 // G4 particles: "gamma"
11 // G3 default value: 0.001 GeV
12 kCUTELE, // electrons
13 // G4 particles: "e-"
14 // ?? positrons
15 // G3 default value: 0.001 GeV
16 kCUTNEU, // neutral hadrons
17 // G4 particles: of type "baryon", "meson", "nucleus"
18 // with zero charge
19 // G3 default value: 0.01 GeV
20 kCUTHAD, // charged hadrons
21 // G4 particles: of type "baryon", "meson", "nucleus"
22 // with non-zero charge
23 // G3 default value: 0.01 GeV
24 kCUTMUO, // muons
25 // G4 particles: "mu+", "mu-"
26 // G3 default value: 0.01 GeV
27 kBCUTE, // electron bremsstrahlung
28 // G4 particles: "gamma"
29 // G3 default value: CUTGAM
30 kBCUTM, // muon and hadron bremsstrahlung
31 // G4 particles: "gamma"
32 // G3 default value: CUTGAM
33 kDCUTE, // delta-rays by electrons
34 // G4 particles: "e-"
35 // G3 default value: 10**4
36 kDCUTM, // delta-rays by muons
37 // G4 particles: "e-"
38 // G3 default value: 10**4
39 // the following cut is not yet implemented
40 kPPCUTM, // direct pair production by muons
41 // G4 particles: ??
42 // G3 default value: 0.01 GeV
43 kNoG3Cuts
44};
45
46#endif //TG3_CUT_H