676fb573 |
1 | $Id$ |
2 | ----------------------------------------------------------------- |
3 | |
4 | g4mc/physics: |
5 | ============= |
4b70ab21 |
6 | 13.2.01: |
7 | New classes: |
8 | TG4ModularPhysicsList, |
9 | TG4PhysicsConstructorXX, |
10 | XX = EM, Hadron, Optical, SpecialCuts, SpecialControls |
11 | replaced the previous TG4PhysicsList; |
12 | TG4ParticlesManager, TG4G3PhysicsManager |
13 | - separated from TG4PhysicsManager; |
14 | |
15 | Renamed/removed classes: |
16 | TG3Cut, TG3CutVector - renamed to TG4G3Cut, TG4G3CutVector |
17 | TG3Flag, TG3FlagVector - renamed to TG4G3Control, TG4G3ControlVector |
18 | - moved to global category (as they are used in TG4Limits) |
19 | TG3ParticleWSP -> TG4G3ParticleWSP |
20 | TG3Units -> TG4G3Units |
21 | TG4SpecialFlags -> TG4SpecialControls |
22 | TG4PhysicsListMessenger -> removed; |
23 | the commands defined here were moved to TG4Messenger |
24 | |
676fb573 |
25 | 6.6.00: |
26 | TG4PhysicsList: updated according the example N04; |
27 | all particles are instantiated; hadronic processes |
28 | are added; |
29 | TG4PhysicsListMessenger: new class; |
30 | implements commands for selection of the processes |
31 | (setOptical, setHadron, setSpecialCuts/Flags) |
32 | |
33 | |
34 | 28.3.00: |
35 | New subcategory: |
36 | Classes: TG4CutVector, TG4FlagVector, TG4SpecialCuts, TG4SpecialFlags, |
37 | TG4PhysicsList, TG4PhysicsManager, TG4G3Defaults |
38 | Enum types: TG3Cut, TG3Flag, TG3ParticleWSP |