]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/doc/history/alice_run_History
AliTracking/SteppingAction update commented
[u/mrichter/AliRoot.git] / AliGeant4 / doc / history / alice_run_History
CommitLineData
676fb573 1$Id$
2-------------------------------------------------------------
3
4alice/run:
5==========
6 17.4.00:
7 AliRunMessenger - new class;
8 - implements commands /aliRun/initialize, /aliRun/beamOn
9 that call the AliRun::Init(), AliRun::Run() methods
10
11 7.3.00:
12 AliPrimaryGeneratorAction:
13 - added enum type AliPrimaryGenerator;
14 - renaming methods
15 - ConstructAliGenerator(), GenerateAliGeneratorPrimaries()
16 - new methods supported AliGenerator from AliRoot;
17 (AliGenerator is instantiated in Config.C; the event generator
18 libraries are loaded dynamicaly from AliRoot/lib)
19 AliPrimaryGeneratorMessenger:
20 changed commands: /alPrimaries -> /alGenerator
21 /alPrimaries/generator id -> /alGenerator/set genName
22
23 28.7.99:
24 All classes renamed: Al -> Ali
25
26 11.3.99:
27 New classes:
28 AlG4RunManager : AliRunManager
29 - creates and configures G4RunManager, AlVisManager,
30 geant4 and Root UI (interactive shells)
31 AlG4RunMessenger
32 - defines commands /alRun/*
33 that were previously defined by AlRunActionMessenger
34
35 24.2.99:
36 AlRunAction:
37 StartRootUI() - method for switch to the interactive Root UI;
38 Root graphic does not work when OPACS graphics driver is used.
39 AlRunActionMessenger - new class;
40 commands: /alRun/verbose
41 /alRun/root
42
43 5.11.98:
44 AlPrimaryGeneratorAction:
45 new attributes:
46 G4int fGeneratorID;
47 G4int fNofGunParticles;
48 new methods:
49 ConstructParticleGun():
50 creates the generator selected by fGeneratorID
51 and fNofGunParticles (default: 1);
52 implemented generators:
53 void GeantinoGenerator() - default;
54 void ChargedgeantinoGenerator();
55 void PiKaonProtonMixtureGenerator();
56 New class:
57 AlPrimaryGeneratorMessenger
58 commands for changing fGeneratorID and fNofGunParticles:
59 /alPrimaries/generator
60 /alPrimaries/nofParticles
61 The particle gun built by generator can be listed/modified
62 by /alPrimaries/gun commands.
63
64 18.9.98:
65 Modified for new persistency (root) design.
66
67 18.8.98:
68 Options G4ROOT/ODBMS_STORE_HITS renamed to ALICE_ROOT/ODBMS;
69 updated for beta01
70
71 3.7.98:
72 modified for root persistency option (G4ROOT_STORE_HITS);
73
74 15.6.98:
75 Deafault AlPrimaryGeneratorAction:
76 generates 20 pi with given distribution of eta, pT
77 !! check/change to a good physics example
78
79 11.5.98:
80 GNUmakefile: added G4ODBMS option
81
82 4.5.98:
83 Renaming of classes:
84 AliceXXX -> AlXXX
85
86 30.1.98:
87 added default Alice primary generator action
88 (using AliceParticleGun)
89