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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.