]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/doc/history/alice_event_History
This commit was generated by cvs2svn to compensate for changes in r1459,
[u/mrichter/AliRoot.git] / AliGeant4 / doc / history / alice_event_History
CommitLineData
676fb573 1$Id$
2-----------------------------------------------------------------
3
4alice/event:
5============
6 7.3.00:
7 AliSteppingAction: newly implemented for detecting and
8 stopping looping particles:
9 After processing a given number of steps (kCheckNofSteps)
10 particle position is compared with the previus one
11 - in case the distance is less than kTolerance value
12 the verbose mode is switched on, particle is let
13 to process a small number of steps (kMaxNofLoopSteps)
14 and then stopped and killed
15 AliSteppingActionMessenger:
16 new class; implements command /alTracking/loopVerbose
17
18 25.10.99:
19 AliParticleGun:
20 GeneratePrimaryVertex(): when particles are created in
21 the same space point (x,t), they are added to the same
22 primary vertex.
23
24 28.7.99:
25 All classes renamed: Al -> Ali
26
27 28.1.99:
28 AlSteppingAction: saving of secondary particles moved tp
29 AlTrackingAction => class AlSteppingAction is no longer used,
30 but it is kept for future;
31 ALSTEPPING options has been removed;
32
33 22.1.99:
34 AlSteppingAction, AlTrackingAction:
35 methods SaveParticle() added: the method in AlSteppingAction
36 calls the method from AlTrackingAction;
37 ALL (both PRIMARY and SECONDARY) particles are stored now
38
39 11.1.98:
40 New classes:
41 AlTrack: similar structure as G4Event - collects hits
42 collections for primary track;
43 AlTrackingAction: performs similar actions as G4EventManager
44 - but on the track level;
45 AlTrackingActionMessenger:
46 command: /alTracking/verbose
47
48 8.12.98:
49 AlStackingAction: added fPrimaryStack (G4TrackStack*) for
50 postponning primary particles;
51 commented pRootManager->StackNewStage() - should be
52 called from AlTrackingAction;
53
54 3.12.98:
55 New classes:
56 AlSteppingAction: saves info on generated particles
57 (it is ruled by ALSTEPPING option)
58 AlStackingAction: postpones tracking of secondary particles
59 till the urgent stack is exhausted
60 (it is ruled by ALSTACKING option)
61 !! ONLY secondary particles are stored
62
63 5.11.98:
64 New class: AlEventActionMessenger
65 commands: /alEvent/verbose
66 /alEvent/drawTracks
67
68 18.9.98:
69 Persistent Event (both for Objectivity and Root) is
70 created in AlEventAction::EndOfEventAction().
71
72 27.8.98:
73 removed RWTValOrderedVector<RWCString> AlHCNames attribute;
74 Using the G4VHitsCollection::GetSDName() function for
75 getting the type of AlXXXHitsCollections.
76
77 18.8.98:
78 Category name Events changed to Event;
79 options G4ROOT/ODBMS_STORE_HITS renamed to ALICE_ROOT/ODBMS;
80 updated for beta01
81
82 3.7.98:
83 modified for root persistency option (G4ROOT_STORE_HITS);
84
85 26.6.98:
86 AlGunParticle:
87 changed attributes from aParticleMomentumDir, aEnergy to
88 aParticleMomentum; added constructor for creating particle
89 with given kinEnergy and momentumDir;
90 AlParticleGunMessenger:
91 changed /alGun/energy to /alGun/kinEnergy;
92 added /alGun/momentum
93
94 12.5.98:
95 AlEventAction:
96 added RWTValOrderedVector<RWCString> AlHCNames attribute;
97 used AlHCNames for looping over all hits collections defined;
98
99 11.5.98:
100 modified for persistency option (G4ODBMS_STORE_HITS);
101 removed the general loop through all event hits collections
102 - only ITS hits collections are included now;
103 must be generalised again !
104
105 4.5.98:
106 Renaming of classes:
107 AliceXXX -> AlXXX
108
109 30.1.98:
110 new class Alice particle gun:
111 redefines the G4ParticleGun, G4ParticleGunMessenger classes
112 - enables shooting different particles in one run
113 - classes: AliceParticleGun, AliceGunParticle
114