Ignore:
Timestamp:
May 20, 2010, 11:49:26 AM (14 years ago)
Author:
garnier
Message:

cvs update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/include/G4TrajectoryDrawByOriginVolume.hh

    r954 r1258  
    2424// ********************************************************************
    2525//
    26 // $Id: G4TrajectoryDrawByOriginVolume.hh,v 1.4 2006/06/29 21:31:51 gunter Exp $
     26// $Id: G4TrajectoryDrawByOriginVolume.hh,v 1.5 2010/05/11 11:31:31 allison Exp $
    2727// GEANT4 tag $Name:  $
    2828//
     
    5050  virtual ~G4TrajectoryDrawByOriginVolume();
    5151
    52   virtual void Draw(const G4VTrajectory&, const G4int& i_mode = 0,
     52  // Draw method
     53  virtual void Draw(const G4VTrajectory& trajectory, const G4int& i_mode = 0,
    5354                    const G4bool& visible = true) const;
    54   // Draw the trajectory with optional i_mode parameter
    55 
     55  virtual void Draw(const G4VTrajectory& trajectory,
     56                    const G4bool& visible = true) const;
     57 
    5658  virtual void Print(std::ostream& ostr) const;
    5759  // Print configuration
Note: See TracChangeset for help on using the changeset viewer.