Changeset 1315 for trunk/source/visualization/modeling/src
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
