Files
geant4/examples/novice/N02/History
T
2016-06-08 15:55:53 +02:00

134 lines
4.5 KiB
Plaintext

$Id: History,v 1.13 2000/12/06 12:33:38 stesting Exp $
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Example N02 History file
------------------------
This file should be used by the G4 example coordinator to briefly
summarize all major modifications introduced in the code and keep
track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
06-12-00 S.O'Neale (exampleN02-V02-00-03)
-update reference output for Batch Mode system testing
in this context 0 trajectories stored is normal.
03-12-00 M.Maire (exampleN02-V02-00-02)
-README updated
-prerun.g4mac updated for new vis commands, and renamed initInter.mac
-new examples of macro: run1.mac, run2.mac
-G4UItcsh in the main, under the control of G4UI_USE_TCSH (for Linux)
-visualisation on interactive mode
-DetectorConstruction: tracker region in the centre of the world.
default target material: Pb, chamber material: Xenon
-interactive commands to change the materials and to setup a magnetic field
-the magnetic field is transverse to the beam (i.e. along x)
-PhysicsList: copy of N03. defaultCut = 1 cm
-PrimaryGenerator: default momentum direction corrected: along z.
Suppress the possibility of random impact and the associated messenger.
-RunAction and EventAction updated for vis commands
-SteppingAction: cleanup because no specific actions
-SteppingVerbose: see README
-TrackerHit: a Hit = 4 informations: trackID, chamberNb, edep, position.
Draw and Print
-TrackerSD: ProcessHits.
Print HitsCollection at end of event
25th November 2000 Steve O'Neale (tagset210)
- Update test outputs for min.delta energy cut
- Update test outputs for emlowen-V02-00-22 and stand,muon,xray,utils.
Nov 09, 2000 V.Grichine (exampleN02-V02-00-00)
- Fix in ExN02MagneticField constructors: added call to SetDetectorField()
to activate user-defined magnetic-field.
- Updated exampleN02.out.
June 24, 2000 John Allison (exampleN02-V01-01-03)
- Updated exampleN02.out for stand-V01-01-05 and utils-V01-01-03.
June 17, 2000 John Allison (exampleN02-V01-01-02)
- Updated exampleN02.out for exampleN02-V01-01-01.
June 19, 2000 G.Cosmo (exampleN02-V01-01-01)
- Fixed length of detector box to include tracker in ExN02DetectorConstruction.
- Cosmetic changes to comments.
June 17, 2000 John Allison (exampleN02-V01-01-00)
- Updated exampleN02.out for geant4-01-01-ref-06.
25-02-00 H.Kurashige
- removed RhoZeroDefinition from PhysicsList
15-11-99 M.Maire
- example of user SteppingVerbose class: verbose with units
16th April 1999 H.Kurashige
- modify ExN02SteppingAction::UserSteppingAction
- modify ExN02PhysicsList::SetCuts
4th December 1998 John Apostolakis
- corrected the Magnetic Field SetField methods
- cosmetic change to the name of a volume (chamber), as it was too long.
12th Sptember 1998 Michel Maire
- removed the function SetEmProcess() ( contained cin)
and the class ExN02PhysicsListMessenger
Interchanged N02 and N03.
9th August 1998 John Allison
- Removed trackerChamber_logVisAtt->SetForceWireframe(true);
- Removed G4_SOLVE_TEMPLATES macros (now done in architecture.gmk).
- Change G4UIterminal to G4UIGAG.
16th July 1998 John Allison
- Changed /vis~/Draw... to /vis~/draw.
9th July 1998 John Allison
- Added G4VIS_USE_DAWNFILE and G4VIS_USE_OPENGLWIN32 to ExN03VisManager.cc.
8th July 1998 G.Cosmo
- Protected visualization code with G4VIS_USE.
6th July 1998 John Allison
- Simplified ExN03VisManager.
June 29 , 98 H.Kurashige
- Modified ExN03PhysicsList.
May 15, 98 G. Cosmo
- Added #ifdef protection to ExN03MagneticField.hh. Header now
included explicitly in ExN03DetectorConstruction.hh. Example now
links.
May 07, 98 J. Apostolakis
- Created Physical Volume Parameterisation for Tracker Chambers.
- Copied from example6:
MyTrackerHit into ExN03TrackerHit
May 05, 98 J. Apostolakis
- Changed the geometry in DetectorConstruction.
- Created the Magnetic Field
May 01, 98 J. Apostolakis
- Files created by copying from exampleEmPhys2, renaming the files
and the classes within them, changing the string "My" into
- Major changes made:
* Event action: deleted energy counting.
April 09, 98 G. Cosmo
- Created.