source: trunk/source/visualization/test/History @ 1273

Last change on this file since 1273 was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

File size: 12.4 KB
RevLine 
[1228]1$Id: History,v 1.121 2009/11/06 16:02:33 allison Exp $
[834]2
3History file for visualization/test subdirectory
4------------------------------------------------
5
6$Log: History,v $
[1228]7Revision 1.121  2009/11/06 16:02:33  allison
8vistest-V09-02-01
9
10Revision 1.120  2009/11/06 16:01:57  allison
11Use G4UIExecutive in a more refined way.
12
[1140]13Revision 1.119  2009/09/29 21:36:38  allison
14vistest-V09-02-00
15
16Revision 1.118  2009/09/29 21:35:56  allison
17Changed main program, test19.cc, to use G4UIExecutive.
18
[1093]19Revision 1.117  2009/07/28 12:50:51  lgarnier
20Adding Qt support for test19
21
22Revision 1.117  2009/07/28 14:49:14  garnier
23Adding Qt support for test19
24
[849]25Revision 1.116  2008/04/04 14:02:04  allison
26vistest-V09-01-01
27
28Revision 1.115  2008/04/04 14:01:14  allison
29Changed to thickness of box for 2D drawing to zero.
30
[834]31Revision 1.114  2008/01/04 21:54:37  allison
32vistest-V09-01-00
33
34Revision 1.113  2008/01/04 21:53:51  allison
35MyEventAction: Added 2D polyhedron.
36
37Revision 1.112  2007/01/05 16:01:43  allison
38vistest-V08-02-00
39
40Revision 1.111  2007/01/05 16:00:48  allison
41Refines usage:
42// Usage: test19 [<session>] [<verbosity>]
43// Without verbosity, verbosity=warnings.
44// Without session, session=new G4UIterminal(), or if G4UI_USE_TCSH is set
45//                  session=new G4UIterminal(new G4UItcsh),
46
47Revision 1.110  2006/11/14 16:04:33  allison
48vistest-V08-01-05
49
50Revision 1.109  2006/11/14 16:03:56  allison
51Added G4EllipticalCone.
52
53Revision 1.108  2006/11/03 14:18:34  allison
54vistest-V08-01-04
55
56Revision 1.107  2006/11/03 14:18:21  allison
57Removed MyTrackingAction.
58
59Revision 1.106  2006/11/01 11:17:04  allison
60vistest-V08-01-03
61
62Revision 1.105  2006/11/01 11:15:27  allison
63Added a G4Polycone.
64
65Revision 1.104  2006/11/01 11:14:05  allison
66Added some G4Atts to magenta box.
67
68Revision 1.103  2006/08/14 11:26:49  allison
69vistest-V08-01-02
70
71Revision 1.102  2006/08/14 11:26:12  allison
72Added MyTrackingAction - uses G4RichTrajectory and triggers auxiliary points.
73
74Revision 1.101  2006/07/10 16:18:33  allison
75vistest-V08-01-01
76
77Revision 1.100  2006/07/10 16:18:05  allison
78Moved G4Cons and SetForceLineSegmentsPerCircle(100) for G4Sphere.
79
80Revision 1.99  2006/07/03 16:57:20  allison
81vistest-V08-01-00
82
83Revision 1.98  2006/07/03 16:56:42  allison
84Protect against zero run manager pointer.
85
86Revision 1.97  2006/06/05 08:13:38  perl
87Update history
88
89Revision 1.96  2006/05/25 09:15:38  perl
90Added G4Cons example.
91vistest-V08-00-08
92
93Revision 1.95  2006/05/25 09:15:38  allison
94vistest-V08-00-07
95
96Revision 1.94  2006/05/25 09:14:30  allison
97Restored test19.g4m.
98
99Revision 1.93  2006/05/25 09:12:37  allison
100Removed standalone - moved to examples/extended/visualization.
101
102Revision 1.92  2006/05/12 12:41:21  allison
103vistest-V08-00-06
104
105Revision 1.91  2006/05/12 12:39:16  allison
106Protected inclusion of G4visXXX library with G4VIS_USE.
107
108Revision 1.90  2006/05/12 12:37:46  allison
109Added /vis/scene/add/eventID.
110
111Revision 1.89  2006/05/12 12:36:45  allison
112Moved text to bottom right so as not to interfere with /vis/scene/add/eventID.
113
114Revision 1.88  2006/05/12 12:35:55  allison
115Commented out SetRunID.  Interferes with run number set in re-computation of transients.
116
117Revision 1.87  2006/05/04 14:44:02  allison
118vistest-V08-00-05
119
120Revision 1.86  2006/05/04 14:43:27  allison
121Remove UI->ApplyCommand("/tracking/storeTrajectory 1")
122
123Revision 1.85  2006/04/19 14:46:42  allison
124vistest-V08-00-04
125
126Revision 1.84  2006/04/19 14:44:57  allison
127Added drawing of 2D text.
128
129Revision 1.83  2006/03/28 15:41:54  allison
130vistest-V08-00-03
131
132Revision 1.82  2006/03/28 15:41:01  allison
133MyEventAction.cc:
134- Printed genuine Run and Event numbers.
135- Added transientTube.
136
137Revision 1.81  2006/03/28 15:38:10  allison
138test19.g4m: Modernised.
139
140Revision 1.80  2006/03/28 15:37:36  allison
141test19.cc: Added G4XXXFile, G4XXXStored and G4XXXSG.
142
143Revision 1.79  2006/03/28 15:36:27  allison
144Added CPPFLAGS += -DG4VIS_USE_XXXSG.
145
146Revision 1.78  2006/03/03 17:42:12  allison
147vistest-V08-00-02
148
149Revision 1.77  2006/03/03 17:39:44  allison
150MyEventAction.cc: Added transient drawing of box to test transient handling.
151
152Revision 1.76  2006/02/08 21:51:10  allison
153Added extra placements as a test of drawn volume path and corected duplicate naming of aTwistedTrd.
154
155Revision 1.75  2006/01/26 11:30:29  allison
156vistest-V08-00-01 - needs the head of geometry/solids/specific.
157
158Revision 1.74  2006/01/26 11:28:52  allison
159Restored MyDetectorConstruction.cc but added comments about voxelisation crash.
160
161Revision 1.73  2006/01/26 11:27:41  allison
162Changed OGLSX to OGLSXm for logical volume to allow inspection of voxels.
163Augmented RayTracer test.
164
165Revision 1.72  2006/01/26 10:45:59  allison
166Moved orb to avoid overlap.
167
168Revision 1.71  2006/01/13 12:19:19  allison
169test19.g4m: Added /tracking/verbose 2 for problem trajectory.  Reduced
170size of ray tracer windows for speed and added /vis/rayTracer/trace.
171
172Revision 1.70  2006/01/11 17:07:08  allison
173vistest-V08-00-00 - needs the head of geometry/solids/specific.
174
175Revision 1.69  2006/01/11 17:04:29  allison
176Improved Perspective example.
177
178Revision 1.68  2006/01/11 16:59:38  allison
179Added twisted solids.
180
181Revision 1.67  2006/01/09 17:23:22  allison
182Added CLHEP:: scope name.
183
184Revision 1.66  2005/11/22 15:53:47  allison
185vistest-V07-01-04
186
187Revision 1.65  2005/11/22 15:52:07  allison
188Added PerspectiveVisAction.
189
190Revision 1.64  2005/11/22 15:47:21  allison
191vistest-V07-01-04 (bum)
192
193Revision 1.63  2005/11/22 15:45:04  allison
194test19.g4m: Changed RayTracer to RayTracerX.
195
196Revision 1.62  2005/11/22 15:43:54  allison
197MyDetectorConstruction.cc: Added G4Tet.  Refined G4Polyhedra (generic
198constructor).
199
200Revision 1.61  2005/10/13 17:15:25  allison
201vistest-V07-01-03
202
203Revision 1.60  2005/10/13 17:14:04  allison
204Migrated to <sstream>.
205
206Revision 1.59  2005/10/13 17:13:08  allison
207Changed transparent atts to alpha=0.1.
208
209Revision 1.58  2005/10/13 17:11:32  allison
210Removed temporary CPPFLAGS += -DG4VIS_USE_RAYTRACERX.
211
212Revision 1.57  2005/09/16 01:10:40  allison
213vistest-V07-01-02
214
215Revision 1.56  2005/09/16 01:10:11  allison
216Added a G4AttValue with time.
217
218Revision 1.55  2005/09/13 16:55:26  allison
219vistest-V07-01-01
220
221Revision 1.54  2005/09/13 16:54:48  allison
222Removed RayTracerX from test19.cc - now in G4VisExecutive.
223
224Revision 1.53  2005/09/13 16:53:34  allison
225Set replica mothers invisible.
226
227Revision 1.52  2005/07/20 16:24:32  allison
228vistest-V07-01-00
229
230Revision 1.51  2005/07/20 16:23:39  allison
231test19.g4m: Commented out help (gives error in a macro).
232
233Revision 1.49  2005/07/20 16:20:15  allison
234G4LogoVisAction.cc: Experiment with creating tetrahedron with a missing face.
235
236Revision 1.48  2005/07/20 16:15:57  allison
237test19.cc: Added #include "G4RayTracerX.hh" and acted on command line argument, tcsh.
238
239Revision 1.47  2005/05/27 13:43:57  allison
240Passed vis attribs by reference to test SetVisAttributes.
241
242Revision 1.46  2005/05/06 08:30:45  allison
243VisActionWithAttDefs: updated for latest AttCheck.
244
245Revision 1.45  2005/05/06 08:27:56  allison
246MyEventAction: Added event no., draw with text.
247
248Revision 1.44  2005/03/23 17:44:05  allison
249First version of standalone/visActionWithAttDefs.
250
251Revision 1.43  2005/03/09 16:06:53  allison
252Added test of /vis/scene/add/logo.
253
254Revision 1.42  2005/03/09 16:05:48  allison
255Added G4Polyhedra.
256
257Revision 1.41  2005/03/03 16:46:20  allison
258Added G4Logo.
259
260Revision 1.40  2005/02/19 21:51:03  allison
261Added standalone.
262
263Revision 1.39  2005/02/04 16:28:53  johna
264Introduced General Particle Source under control of GPS macro.
265
266Revision 1.38  2005/02/04 16:26:38  johna
267Introduced G4VisExecutive.
268
269Revision 1.37  2005/01/26 17:17:02  johna
270Increased hall size for some new volumes and tested General Particle Source (commented out).
271
272Revision 1.36  2004/11/11 16:10:07  johna
273Added test of G4Orb.
274
275Revision 1.35  2004/09/22 20:17:40  johna
276vistest-V06-02-02: refined rotated tube test.
277
278Revision 1.34  2004/09/22 20:17:12  johna
279vistest-V06-02-02: refined rotated tube test.
280
281Revision 1.33  2004/09/13 21:13:48  johna
282Augmented ParameterisedBox and rotated a tracker tube for a test.
283
284Revision 1.32  2004/09/13 21:11:44  johna
285Added test of rotated tracker tube in test19.g4m.
286
287Revision 1.31  2004/07/14 10:41:10  johna
288vistest-V06-02-01
289
290Revision 1.30  2004/07/13 12:56:05  johna
291Added BuildHouse.hh.
292
293Revision 1.29  2004/07/13 12:53:57  johna
294Added /vis/viewer/set/hiddenEdge to test19.g4m.
295
296Revision 1.28  2004/07/01 15:53:20  johna
297vistest-V06-02-00
298
299Revision 1.27  2004/07/01 15:52:24  johna
300Added first version of BuildHouse.
301
302Revision 1.26  2004/07/01 15:51:38  johna
303Removed runManager->Initialize() - do with /run/initialize.
304
305Revision 1.25  2004/07/01 15:50:01  johna
306Corrected add/trajectories in test19.g4m.
307
308Revision 1.24  2004/07/01 15:47:59  johna
309Removed call_list.dat - taking space.
310
311Revision 1.23  2003/11/06 15:18:30  johna
312vis-V05-02-03: changed MyPhysicsList to follow kernel changes.
313
314Revision 1.22  2003/09/22 10:43:12  johna
315- Introduced Doxygen documentation for management, OpenGL and test.
316- Refined raytracer test.
317
318Revision 1.21  2003/09/02 14:20:12  johna
319Added Ray Tracer bug comment.
320
321Revision 1.20  2003/09/02 14:19:32  johna
322Changed to const G4Run*.
323
324Revision 1.19  2003/09/02 14:18:46  johna
325Fixed pedantic warnings.
326
327Revision 1.18  2002/08/12 10:16:54  johna
328Forced commit (-f) test of dollar Log.
329
330Revision 1.17  2002/08/12 10:14:23  johna
331Further test of dollar Log.
332
333Revision 1.16  2002/08/12 10:12:27  johna
334Added dollar Log for fun.
335
33622nd April 2002  John Allison
337- Added SharedSolidDetectorConstruction.
338
33927th September 2001  John Allison (vis-test-V03-02-00)
340- Removed hits and hit collection code to avoid dependence on STLinterface.
341
34224th August 2001  John Allison  (vis-V03-02-13)
343- Moved drawing of scale from stepping action to event action.
344
34517th August 2001  John Allison  (vis-V03-02-12)
346- test19.cc registers graphics system XXX.
347- MySteppingAction draws a scale.
348
34929th May 2001  John Allison
350- Cleaned up Linux pedantic warnings (unused variables, comparisons, etc.)
351
35215th March 2001  John Allison  (vis-V03-00-08)
353- Major re-work of replica instantiation in MyDetectorConstruction.cc
354  to ensure correspondence with rule that phi=0 bisects the replicated
355  sub-volume.  Note: replicas still cause crash on Linux in Ray Tracer.
356- Suppressed multiple scattereing lateral displacement in MyPhysicsList.cc
357  (can't remember why!).
358
35921st February 2001  John Allison
360- Changed test14.g4m to new commands.
361
3621st February 2001  John Allison (vis-V03-00-01)
363- Added /vis/set/sides 100 to test19.g4m and changed rayTracer to 400x400.
364
36516th January 2001  John Allison
366- Changed screen units to pixels in MySteppingAction.cc.
367
3683rd July 2000  John Allison
369- Switched to replicas in MyDetectorConstruction.
370
37122nd May 2000  John Allison
372- Invoke G4UItcsh in G4UIterminal in test19.cc (needs interfaces-V01-01-00).
373- Evgeni's node positions to avoid shared faces/edges in
374  MyDetectorConstruction.cc.
375- Changed colour of intercepts in MySteppingAction.cc.
376- Demonstrated G4VTreeGraphicsScene in test19.cc.
377
37812th April 2000  John Allison  vis-V01-01-01
379- Added more boolean shapes and window to test.
380
38111th January 2000  John Allison
382- Added Sphere and test of displaced solids.
383
38416th December 1999  John Allison
385- MyDetectorConstruction.cc: added replica volumes.
386- test19.cc: added more printing to check destruction of managers.
387- test19.g4m: added commands for viewing replicas.
388
38912th August  Guy Barrand
390- introduce the X11 resource file test19.xrm
391  to control appearance of things. It is used
392  as usual with : setenv XENVIRONMENT test19.xrm
393
39410th August  Guy Barrand
395- test19.cc : execute win32.g4m on NT.
396- correct Initialize method in test_utils/SD files.
397- GNUmakefiles : use G4ATLAS variable to say where is ATLAS
398                 and test is it is installed.
399
400vis-00-02-02  9th August  John Allison
401- Commented out old commands in test19.g4m.
402
403vis-00-07-01  3rd July 1998  John Allison
404- Added CPPFLAGS += -I$(G4BASE)/digits+hits/digits/include to GNUmakefile.
405
406vis-00-06-06  11th June 1998  John Allison
407- GNUmakefile handles new digits+hits.
408- GNUmakefile uses default vis library creation (separate libraries).
409- test_utils/GNUmakefile and babar_utils/GNUmakefile use G4VIS_USE.gmk.
410- test_utils - various hacking to get it to work with alpha07!
411
412vis-00-06-01 29th April 1998  John Allison
413- Made template instantiations exclusive to GNU_GCC in
414  test_utils/src/MyTrackerHit.cc and MyCalorimeterHit.cc.
415
41627th April 1998 Guy Barrand
417- test19.odb : remove the Xo button so that user,
418               by default create, through "Wo" gs,
419               an XoCamera seen handled by Wo.
420
421vis-test-00-05-01  18th March  John Allison
422- Changes to accomodate MyPhysicsList.
Note: See TracBrowser for help on using the repository browser.