Changeset 1315 for trunk/source/visualization/modeling
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- Location:
- trunk/source/visualization/modeling
- Files:
-
- 2 edited
-
History (modified) (2 diffs)
-
src/G4TrajectoryDrawByParticleID.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/modeling/History
r1288 r1315 1 $Id: History,v 1.1 19 2010/05/30 11:24:57allison Exp $1 $Id: History,v 1.121 2010/06/01 21:49:49 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 20 20 History file for visualization/modeling 21 21 --------------------------------------- 22 23 1st June 2010 John Allison (modeling-V09-03-03) 24 - G4TrajectoryDrawByParticleID.cc: Set some defaults: 25 Set("gamma", "green"); 26 Set("e-", "red"); 27 Set("e+", "blue"); 28 Set("pi+", "magenta"); 29 Set("pi-", "magenta"); 30 Set("proton", "cyan"); 31 Set("neutron", "yellow"); 22 32 23 33 30th May 2010 John Allison (modeling-V09-03-02) -
trunk/source/visualization/modeling/src/G4TrajectoryDrawByParticleID.cc
r1288 r1315 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4TrajectoryDrawByParticleID.cc,v 1.1 0 2010/05/28 02:00:59allison Exp $27 // GEANT4 tag $Name: $26 // $Id: G4TrajectoryDrawByParticleID.cc,v 1.11 2010/06/01 21:17:41 allison Exp $ 27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 28 28 // 29 29 // Jane Tinslay, John Allison, Joseph Perl November 2005 … … 38 38 :G4VTrajectoryModel(name, context) 39 39 ,fDefault(G4Colour::Grey()) 40 {} 40 { 41 Set("gamma", "green"); 42 Set("e-", "red"); 43 Set("e+", "blue"); 44 Set("pi+", "magenta"); 45 Set("pi-", "magenta"); 46 Set("proton", "cyan"); 47 Set("neutron", "yellow"); 48 } 41 49 42 50 G4TrajectoryDrawByParticleID::~G4TrajectoryDrawByParticleID() {}
Note:
See TracChangeset
for help on using the changeset viewer.
