Changeset 849 for trunk/source/visualization/test
- Timestamp:
- Aug 28, 2008, 4:17:35 PM (17 years ago)
- Location:
- trunk/source/visualization/test
- Files:
-
- 2 edited
-
History (modified) (2 diffs)
-
src/MyEventAction.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/test/History
r834 r849 1 $Id: History,v 1.11 4 2008/01/04 21:54:37allison Exp $1 $Id: History,v 1.116 2008/04/04 14:02:04 allison Exp $ 2 2 3 3 History file for visualization/test subdirectory … … 5 5 6 6 $Log: History,v $ 7 Revision 1.116 2008/04/04 14:02:04 allison 8 vistest-V09-01-01 9 10 Revision 1.115 2008/04/04 14:01:14 allison 11 Changed to thickness of box for 2D drawing to zero. 12 7 13 Revision 1.114 2008/01/04 21:54:37 allison 8 14 vistest-V09-01-00 -
trunk/source/visualization/test/src/MyEventAction.cc
r834 r849 25 25 // 26 26 // 27 // $Id: MyEventAction.cc,v 1.1 7 2008/01/04 21:53:07allison Exp $27 // $Id: MyEventAction.cc,v 1.18 2008/04/04 14:01:14 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 166 166 167 167 // A blue rectangle in fixed position on the screen 168 G4PolyhedronBox rectangle(0.1, 0.2, 0. 1);168 G4PolyhedronBox rectangle(0.1, 0.2, 0.); 169 169 G4VisAttributes rectangleAtts(G4Colour(0., 0., 1.)); 170 170 rectangleAtts.SetForceSolid(true);
Note:
See TracChangeset
for help on using the changeset viewer.
