| 1 | $Id: History,v 1.19 2007/11/13 11:31:53 maire Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | fanoCavity History file
|
|---|
| 9 | -----------------------
|
|---|
| 10 | This file should be used by the G4 example coordinator to briefly
|
|---|
| 11 | summarize all major modifications introduced in the code and keep
|
|---|
| 12 | track of all tags.
|
|---|
| 13 |
|
|---|
| 14 | ----------------------------------------------------------
|
|---|
| 15 | * Reverse chronological order (last date on top), please *
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | 12-11-07 mma (fano-V09-00-08)
|
|---|
| 19 | - HistoManager/HistoMessenger : print selected histos on ascii file
|
|---|
| 20 |
|
|---|
| 21 | 05-11-07 mma(fano-V09-00-07)
|
|---|
| 22 | - syntax correction in DetectorMessenger.cc
|
|---|
| 23 |
|
|---|
| 24 | 29-10-07 mma(fano-V09-00-06)
|
|---|
| 25 | - Error on energy deposit : per e- track instead of per incident gamma
|
|---|
| 26 |
|
|---|
| 27 | 29-10-07 mma(fano-V09-00-05)
|
|---|
| 28 | - EventAction : histogram of energy deposit in cavity per incident gamma
|
|---|
| 29 | - RunAction : compute error on energy deposit and mean kinetic energy
|
|---|
| 30 |
|
|---|
| 31 | 08-10-07 mma(fano-V09-00-04)
|
|---|
| 32 | - DetectorConstruction : wallRadius automatically recomputed
|
|---|
| 33 |
|
|---|
| 34 | 02-10-07 mma(fano-V09-00-03)
|
|---|
| 35 | - PhysicsList : implement G4CoulombScattering process (option)
|
|---|
| 36 |
|
|---|
| 37 | 26-09-07 mma(fano-V09-00-02)
|
|---|
| 38 | - MyKleinNishina.cc : do not cancel Compton crossSection in cavity
|
|---|
| 39 | - PhysicsList.cc : physics tables, 100 bins per decade (emOptions)
|
|---|
| 40 |
|
|---|
| 41 | 03-09-07 mma
|
|---|
| 42 | - DetectorConstruction.cc : add materials graphite and aluminium
|
|---|
| 43 |
|
|---|
| 44 | 05-07-07 mma (fano-V09-00-01)
|
|---|
| 45 | - fano-00 retaged in fano-01
|
|---|
| 46 |
|
|---|
| 47 | 27-06-07 mma (fano-V09-00-00)
|
|---|
| 48 | - emOptions : fUseDistanceToBoundary
|
|---|
| 49 | - cosmetic in fanoCavity.cc
|
|---|
| 50 |
|
|---|
| 51 | 12-06-07 mma (fano-V08-03-01)
|
|---|
| 52 | - emOptions : SetLinearLossLimit(1.e-6); SetSkin(2.);
|
|---|
| 53 |
|
|---|
| 54 | 23-05-07 V.Ivanch (fano-V08-03-00)
|
|---|
| 55 | - follow change of interface of G4VEmModel::SampleSecondaries
|
|---|
| 56 |
|
|---|
| 57 | 19-03-07 mma (fano-V08-02-05)
|
|---|
| 58 | - add histo of theta distr before enter in cavity
|
|---|
| 59 |
|
|---|
| 60 | 01-03-07 mma (fano-V08-02-04)
|
|---|
| 61 | - default cut 10 km
|
|---|
| 62 | - StackingAction: range < 0.8*safe
|
|---|
| 63 |
|
|---|
| 64 | 06-02-07 mma (fano-V08-02-03)
|
|---|
| 65 | - RunAction: use G4long instead of G4int
|
|---|
| 66 | - fanoCavity.in : 4000 events
|
|---|
| 67 |
|
|---|
| 68 | 30-01-07 mma (fano-V08-02-02)
|
|---|
| 69 | - MyKleinNishinaModel::CrossSectionPerVolume(): cancel crossSection in cavity
|
|---|
| 70 |
|
|---|
| 71 | 24-01-07 mma (fano-V08-02-01)
|
|---|
| 72 | - use StackingAction to kill particles
|
|---|
| 73 | - do not save random seed
|
|---|
| 74 | - set crossSection factor = 1000
|
|---|
| 75 |
|
|---|
| 76 | 22-01-07 mma (fano-V08-02-00)
|
|---|
| 77 | - use fpTrackingManager to get non const Track
|
|---|
| 78 |
|
|---|
| 79 | 20-01-07 michel maire
|
|---|
| 80 | - created, from TestEm11
|
|---|