| 1 | $Id: History,v 1.36 2010/06/07 05:40:46 perl 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 | 06-06-10 J.Perl (fano-V09-03-03)
|
|---|
| 19 | - Remove unused variable in EventAction
|
|---|
| 20 |
|
|---|
| 21 | 04-06-10 J.Perl (fano-V09-03-02)
|
|---|
| 22 | - Updated vis usage
|
|---|
| 23 |
|
|---|
| 24 | 22-05-10 mma (fano-V09-03-01)
|
|---|
| 25 | - fanoCavity.cc : introduction of G4UIExecutive
|
|---|
| 26 |
|
|---|
| 27 | 19-01-10 mma (fano-V09-03-00)
|
|---|
| 28 | - introduce PhysListEmStandard_option2 : UrbanMscModel93 without options
|
|---|
| 29 | PhysListEmStandard_WVI : WentzelVIModel
|
|---|
| 30 | - put in run01.mac all physics lists choice
|
|---|
| 31 |
|
|---|
| 32 | 16-11-09 mma (fano-V09-02-03)
|
|---|
| 33 | - PhysListEmStandard_option3 : use UrbanMscModel93
|
|---|
| 34 |
|
|---|
| 35 | 29-10-09 mma (fano-V09-02-02)
|
|---|
| 36 | - new PhysListEmStandard_GS for GoudsmitSaundersonMsc model
|
|---|
| 37 |
|
|---|
| 38 | 25-10-09 mma (fano-V09-02-01)
|
|---|
| 39 | - splite PhysicsList in 2, as others TestEm examples.
|
|---|
| 40 | - local copy of PhysListEmStandard_option0, PhysListEmStandard_option3,
|
|---|
| 41 | PhysListEmStandard_SS
|
|---|
| 42 | - PhysicsList: add cut for proton recoil in case of Single Scattering
|
|---|
| 43 |
|
|---|
| 44 | 30-01-09 mma (fano-V09-02-00)
|
|---|
| 45 | - EndOfRun : error = ratio*std::sqrt(dEoverE*dEoverE + dToverT*dToverT)
|
|---|
| 46 |
|
|---|
| 47 | 16-11-08 mma (fano-V09-01-06)
|
|---|
| 48 | - Em options: 20bins/decade LinLossLimit=default=0.01
|
|---|
| 49 |
|
|---|
| 50 | 01-11-08 mma (fano-V09-01-05)
|
|---|
| 51 | - PhysicsList : add comments for Em options
|
|---|
| 52 |
|
|---|
| 53 | 26-10-08 mma (fano-V09-01-04)
|
|---|
| 54 | - PhysicsList : modified Em options
|
|---|
| 55 |
|
|---|
| 56 | 28-09-08 mma (fano-V09-01-03)
|
|---|
| 57 | - HistoManager : root format by default
|
|---|
| 58 |
|
|---|
| 59 | 11-06-08 V.Ivant (fano-V09-01-02)
|
|---|
| 60 | - Remove AIDA from GNUmakefile
|
|---|
| 61 |
|
|---|
| 62 | 07-05-08 mma (fano-V09-01-01)
|
|---|
| 63 | - README : update Aida informations
|
|---|
| 64 |
|
|---|
| 65 | 11-04-08 mma
|
|---|
| 66 | - HistoManager::Scale() : suppress warning
|
|---|
| 67 |
|
|---|
| 68 | 04-04-08 mma(fano-V09-01-00)
|
|---|
| 69 | - PhysicsList : replace G4MultipleScattering by new G4eMultipleScattering
|
|---|
| 70 | --> allows to use MscUrbanModel2
|
|---|
| 71 |
|
|---|
| 72 | 12-11-07 mma (fano-V09-00-08)
|
|---|
| 73 | - HistoManager/HistoMessenger : print selected histos on ascii file
|
|---|
| 74 |
|
|---|
| 75 | 05-11-07 mma(fano-V09-00-07)
|
|---|
| 76 | - syntax correction in DetectorMessenger.cc
|
|---|
| 77 |
|
|---|
| 78 | 29-10-07 mma(fano-V09-00-06)
|
|---|
| 79 | - Error on energy deposit : per e- track instead of per incident gamma
|
|---|
| 80 |
|
|---|
| 81 | 29-10-07 mma(fano-V09-00-05)
|
|---|
| 82 | - EventAction : histogram of energy deposit in cavity per incident gamma
|
|---|
| 83 | - RunAction : compute error on energy deposit and mean kinetic energy
|
|---|
| 84 |
|
|---|
| 85 | 08-10-07 mma(fano-V09-00-04)
|
|---|
| 86 | - DetectorConstruction : wallRadius automatically recomputed
|
|---|
| 87 |
|
|---|
| 88 | 02-10-07 mma(fano-V09-00-03)
|
|---|
| 89 | - PhysicsList : implement G4CoulombScattering process (option)
|
|---|
| 90 |
|
|---|
| 91 | 26-09-07 mma(fano-V09-00-02)
|
|---|
| 92 | - MyKleinNishina.cc : do not cancel Compton crossSection in cavity
|
|---|
| 93 | - PhysicsList.cc : physics tables, 100 bins per decade (emOptions)
|
|---|
| 94 |
|
|---|
| 95 | 03-09-07 mma
|
|---|
| 96 | - DetectorConstruction.cc : add materials graphite and aluminium
|
|---|
| 97 |
|
|---|
| 98 | 05-07-07 mma (fano-V09-00-01)
|
|---|
| 99 | - fano-00 retaged in fano-01
|
|---|
| 100 |
|
|---|
| 101 | 27-06-07 mma (fano-V09-00-00)
|
|---|
| 102 | - emOptions : fUseDistanceToBoundary
|
|---|
| 103 | - cosmetic in fanoCavity.cc
|
|---|
| 104 |
|
|---|
| 105 | 12-06-07 mma (fano-V08-03-01)
|
|---|
| 106 | - emOptions : SetLinearLossLimit(1.e-6); SetSkin(2.);
|
|---|
| 107 |
|
|---|
| 108 | 23-05-07 V.Ivanch (fano-V08-03-00)
|
|---|
| 109 | - follow change of interface of G4VEmModel::SampleSecondaries
|
|---|
| 110 |
|
|---|
| 111 | 19-03-07 mma (fano-V08-02-05)
|
|---|
| 112 | - add histo of theta distr before enter in cavity
|
|---|
| 113 |
|
|---|
| 114 | 01-03-07 mma (fano-V08-02-04)
|
|---|
| 115 | - default cut 10 km
|
|---|
| 116 | - StackingAction: range < 0.8*safe
|
|---|
| 117 |
|
|---|
| 118 | 06-02-07 mma (fano-V08-02-03)
|
|---|
| 119 | - RunAction: use G4long instead of G4int
|
|---|
| 120 | - fanoCavity.in : 4000 events
|
|---|
| 121 |
|
|---|
| 122 | 30-01-07 mma (fano-V08-02-02)
|
|---|
| 123 | - MyKleinNishinaModel::CrossSectionPerVolume(): cancel crossSection in cavity
|
|---|
| 124 |
|
|---|
| 125 | 24-01-07 mma (fano-V08-02-01)
|
|---|
| 126 | - use StackingAction to kill particles
|
|---|
| 127 | - do not save random seed
|
|---|
| 128 | - set crossSection factor = 1000
|
|---|
| 129 |
|
|---|
| 130 | 22-01-07 mma (fano-V08-02-00)
|
|---|
| 131 | - use fpTrackingManager to get non const Track
|
|---|
| 132 |
|
|---|
| 133 | 20-01-07 michel maire
|
|---|
| 134 | - created, from TestEm11
|
|---|