]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AliGeant4/doc/history/AliGeant4_physics_History
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / AliGeant4 / doc / history / AliGeant4_physics_History
1 $Id$
2 -----------------------------------------------------------------
3
4 AliGeant4/physics:
5 ==================
6   3.5.02:
7     Removed:
8        all functionality moved to TGeant4.
9
10   27.5.99:
11      New class:
12      AliSpecialFlags : G4VProcess
13        defines the process that sets the physics process control
14        flags defined in AliLimits (global);
15        !! Some processes in G4 (eg. multiple-scattering) do not
16        work correctly if they are "alone" (ie. msc does not work if
17        this is the only process in addition to G4Transportation
18        associated with the particle.) 
19
20   20.4.99:
21      New classes:
22      AliPhysicsList : G4VUserPhysicsList
23        replaces older AlPhysicsList class;
24        ConstructSpecialCuts() method has been added; 
25      AliSpecialCuts : G4VProcess
26        (currently is derived from G4UserSpecialCuts - to be changed)
27        defines the process that sets kinetic energy cuts
28        defined in the AliLimits (global);
29
30   18.8.98:
31      Added classes:
32      AlEmptyPhysicsList  
33        (used only when env. variable ALEMPTY_PHYSICS_LIST is set)          
34      AlPhysicsListMessenger
35        according to N02PhysicsListMessenger
36
37   4.5.98:  
38      Renaming:
39      AlicePhysicsList -> AlPhysicsList 
40
41   9.2.98: new class Alice physics list: 
42      (geant4 way) definition of particles and physical processes;
43      accoring to run/test_skeleton example
44      - class: AlicePhysicsList 
45      
46