Ignore:
Timestamp:
Jun 2, 2010, 11:23:42 AM (14 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/HepRep/include/G4HepRepSceneHandler.hh

    r1228 r1294  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HepRepSceneHandler.hh,v 1.44 2009/11/23 05:42:28 perl Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4HepRepSceneHandler.hh,v 1.45 2010/05/30 10:28:02 allison Exp $
     27// GEANT4 tag $Name: vis-V09-03-06 $
    2828//
    2929
     
    8383        void AddCompound (const G4VTrajectory&);
    8484        void AddCompound (const G4VHit& hit);
     85        void AddCompound (const G4VDigi& digi) {
     86          G4VSceneHandler::AddCompound(digi);
     87        }
    8588        void AddCompound (const G4THitsMap<G4double>& hits) {
    8689          G4VSceneHandler::AddCompound(hits);
Note: See TracChangeset for help on using the changeset viewer.