]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4G3Cut.h
added new command /g4mc/setMuon
[u/mrichter/AliRoot.git] / TGeant4 / TG4G3Cut.h
index 457171684232a2ea1c6016fb3ed3f0aa6b179037..385641aba2fe87391d8e42060c22635e0454f9e7 100644 (file)
@@ -1,5 +1,11 @@
 // $Id$
 // Category: global
+//
+// Author: I. Hrivnacova
+//
+// Enum TG4G3Cut
+// -------------
+// Enumeration for G3 types of kinetic energy cuts.
 
 #ifndef TG4_G3_CUT_H
 #define TG4_G3_CUT_H
@@ -36,9 +42,11 @@ enum TG4G3Cut
   kDCUTM,  // delta-rays by muons        
                // G4 particles: "e-"         
                // G3 default value: 10**4
-  // the following cut is not yet implemented
   kPPCUTM, // direct pair production by muons 
-               // G4 particles: ??         
+               // G4 particles: "e-", "e+"         
+               // G3 default value: 0.01 GeV
+  kTOFMAX, // time of flight cut in seconds
+               // G4 particles: all
                // G3 default value: 0.01 GeV
   kNoG3Cuts    
 };