]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/doc/history/TGeant4_run_History
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / AliGeant4 / doc / history / TGeant4_run_History
CommitLineData
676fb573 1$Id$
2-----------------------------------------------------------------
3
e8560d28 4TGeant4/run:
5============
47f47e3c 6 27.11.01:
7 TG4Messenger:
8 moved to TGeant4/physics/TG4PhysicsMessenger.
9 TG4RunMessenger:
10 command directory /g4mc changed to /tg4Control.
11
14bbea32 12 21.8.01:
13 TG4RunManager:
14 added late initialization which finishes initialization
15 and clears all G3 tables;
16 it implements AliMC::BuildPhysics() method;
17 TGeant4:
18 delegation of BuildPhysics() method changed from fPhysicsManager
19 to fRunManager late initialization.
20
676fb573 21 28.4.00:
22 TGeant4:
23 Root dictionary is created for this class;
24 Files for supporting rootcint (.rootcint, runLinkDef.h)
25 have been added.
26
27 17.4.00:
28 TG4RunManager:
29 inheritance from AliVMC removed (as AliVMC has been merged in AliMC);
30 Changed the roles with TGeant4 back: main program
31 instantiates TGeant4 and TG4RunManager is created
32 within TGeant4 constructor.
33
34 28.3.00:
35 New subcategory:
36 Classes: TG4RunManager, TG4RunMessenger, TG4VRunConfiguration,
37 TGeant4, TG4Messenger,