source: trunk/examples/extended/analysis/A01/History @ 893

Last change on this file since 893 was 807, checked in by garnier, 16 years ago

update

File size: 6.2 KB
Line 
1$Id: History,v 1.43 2007/05/17 09:55:13 duns Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     A01 History File
6     =========================================================
7
8     ----------------------------------------------------------
9     * Reverse chronological order (last date on top), please *
10     ----------------------------------------------------------
11
12--------------------------------------------------------------------------- 
1317 May 2007 - Mark Donszelmann (exampleA01-V08-03-01)
14- Fixed memory leak for plotter
15
1616 May 2007 - Mark Donszelmann
17- Fixed warning message about JAS-JAIDA window on exit.
18
1913 November 2006 - Joseph Perl (exampleA01-V08-01-02)
20- Remove unused attributes from hit classes.
21
2210 November 2006 - Mark Donszelmann (exampleA01-V08-01-01)
23- Fixed Makefile
24- Fixed limits on histogram
25
266 November 2006 - John Allison (exampleA01-V08-01-00)
27- Change "Bookkeeping" to "Physics" in G4AttDefs.
28- Removed tracking action.  Use "/vis/scene/add/trajectories rich", etc.
29- Invoke G4UIterminal(new G4UItcsh) if G4UI_USE_TCSH set.
30
311 June 2006 - Joseph Perl (exampleA01-V08-00-01)
32- Add Time attribute to Hit classes.
33
342 June 2005 - Joseph Perl (exampleA01-V07-00-05)
35- Add G4Atts to the four hit classes.
36
371 June 2005 - Mark Donszelmann (exampleA01-V07-00-04)
38- Updated documentation for the use of Binary HepRep.
39
4031st May 2005 -  Mark Donszelmann (exampleA01-V07-00-03)
41- Added setting of initial viewpoint to macro files for heprep and bheprep.
42
4326th May 2005 -  Mark Donszelmann (exampleA01-V07-00-02)
44- Fixed filling of hit histograms.
45
4616th May 2005 -  Mark Donszelmann (exampleA01-V07-00-01)
47- Added bheprep example files.
48
493rd May 2005  John Allison  (examples-V07-00-03)
50- Replaced vis manager with G4VisExecutive.
51
5231 March 2005 Mark Donszelmann (exampleA01-V07-00-00)
53- Fixed linking problem with AIDA by replacing LOADLIBS with LDLIBS
54  which is not touched by the replacement strategy in binmake.gmk
55  for WIN32-VC.
56
5713th December 2004 Gabriele Cosmo (exampleA01-V06-02-03)
58- Modified hadlists.gmk to new phys-lists structure.
59
603rd December 2004 Gabriele Cosmo (exampleA01-V06-02-02)
61- Implemented migration to <cmath>.
62
6323rd November 2004 Mark Donszelmann (exampleA01-V06-02-01)
64- Removed dependency from user hadronics lists
65
6614th July 2004 Gabriele Cosmo (exampleA01-V06-02-00)
67- hadlist.gmk: removed unnecessary kernel libraries list.
68  Fixes problem report #647.
69
7027th May 2004 Mark Donszelmann (exampleA01-V06-01-01)
71- Updated Mac file to write separate geometry.
72
7326th May 2004 Mark Donszelmann (exampleA01-V06-01-00)
74- Updated mac files for HepRep2 driver to set zoom factor and coordinate system.
75
769th February 2004 Makoto Asai (exampleA01-V06-00-00)
77- Fix EM part of the physics list to use the new
78  processes introduced at 6.0.
79- Reference output is updated accordingly.
80
81 1st December 2003 Joseph Perl
82- Removed endOfEventAction.mac since new vis policy provides such a flush
83  automatically.
84- Updated README to include more information about HepRep2 macros.
85
8617th November 2003 Makoto Asai (exampleA01-V05-02-00)
87- Introducing test.in macro for batch mode testing and its reference output.
88
8913th November 2003 John Allison
90- Removed OPACS from Vis Manager.
91
9215th October 2003 Mark Donszelmann
93- Updated README.JAIDA to refer to the proper versions of JAIDA and AIDAJNI.
94  Also changed compilation instructions to use aida-config.
95- Made sure G4HadronPhysics is compiled without optmization on Darwin-g++,
96  Darwin-g++2 and Darwin-g++3 (MacOS X).
97
9814th October 2003 Mark Donszelmann
99- Added clear statement to GNUmakefile that G4HadronPhysics is compiled
100  without optimization.
101- Made sure G4HadronPhysics is compiled without optimization on Linux-g++,
102  Linux-g++2 and Linux-g++3.
103
10414th October 2003 Joseph Perl
105- Remove SetForceWireFrame(false) from three hit classes since these
106  are redundant to the SetForceSolid(true) statements already there.
107
10814th October 2003 Joseph Perl
109- Remove SetForceWireFrame(true) statements from A01DetectorConstruction.cc.
110  The user can instead control this at runtime using /vis/viewer/set/style
111
11213th October 2003 Mark Donszelmann
113- Re-included A01EventActionMessenger in general (non G4ANALYSIS_USE) compilation
114  for use with A01EventACtion, see comment below.
115- Removed all include/AIDA include files and changed the GNUmakefile.
116  To compile/link with G4ANALYSIS_USE you will need an AIDA 3.0 compliant
117  implementation, such as AIDAJNI. The makefile will execute aida-config
118  to find the include files and the libraries to link with.
119- setup-analysis.csh/sh/win32 now only sets up G4 specific flags to compile
120  in the AIDA analysis framework.
121 
12213th October 2003 Joseph Perl
123- Minor changes to README's sections on vis and analysis.
124
12512th October 2003 Makoto Asai
126- Move G4ANALYSIS_USE ifdef blocks so that event summary is printed out
127  regardless of this flag. Only the AIDA part in A01EventAction is
128  blocked.
129
13012th October 2003 Joseph Perl
131- Modify G4TrackingAction to use G4Trajectory rather than A01Trajectory.
132  This allows trajectories to pick up physics attributes.
133  Left A01Trajectory in place as alternative to get color coding by
134  particle type, but no physics attributes.
135  Will later come up with a good scheme to make choice of one or the other
136  or both of these choices at run time.
137- Renamed visualization macro heprep.mac to vis.mac
138
13920th August 2003 Mark Donszelmann
140- Updated code to run with AIDAJNI 3.0.3 release, which adds compilation
141  under g++ 3.2.
142- Added aida.mac example file.
143
14414th August 2003 Mark Donszelmann
145- Code will only compile AIDA parts if G4ANALYSIS_USE is set.
146
14711th July 2003 Mark Donszelmann
148- Fixed all warnings under g++ 2.95.3.
149
1503rd April 2003 Mark Donszelmann (examples-analysis-A01-V05-00-00)
151- Added 2 more histograms to the example
152- Fixed NullPointerException by letting SDManager delete the detectors created in
153  DetectorConstruction.cc
154- Added comment when quitting Geant4 that JAS window still needs closing.
155
15626th November 2002 Mark Donszelmann
157- Fixed DrifChamberHit to have a reasonable screensize (2) rather than 0.1
158- Fixed minimum value for EmCalHit color to be visible (0.4).
159
16014th November 2002 Mark Donszelmann
161- Added A01 example to repository
Note: See TracBrowser for help on using the repository browser.