Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (15 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

Location:
trunk/source/visualization/modeling
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/History

    r1288 r1315  
    1 $Id: History,v 1.119 2010/05/30 11:24:57 allison Exp $
     1$Id: History,v 1.121 2010/06/01 21:49:49 allison Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/modeling
    2121---------------------------------------
     22
     231st 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");
    2232
    233330th May 2010  John Allison  (modeling-V09-03-02)
  • trunk/source/visualization/modeling/src/G4TrajectoryDrawByParticleID.cc

    r1288 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4TrajectoryDrawByParticleID.cc,v 1.10 2010/05/28 02:00:59 allison 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 $
    2828//
    2929// Jane Tinslay, John Allison, Joseph Perl November 2005
     
    3838  :G4VTrajectoryModel(name, context)
    3939  ,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}
    4149
    4250G4TrajectoryDrawByParticleID::~G4TrajectoryDrawByParticleID() {}
Note: See TracChangeset for help on using the changeset viewer.