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/G4HepRepFileSceneHandler.hh

    r1140 r1294  
    2525//
    2626//
    27 // $Id: G4HepRepFileSceneHandler.hh,v 1.31 2009/10/21 15:08:35 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4HepRepFileSceneHandler.hh,v 1.32 2010/05/30 10:28:02 allison Exp $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030//
     
    8484  void AddCompound (const G4THitsMap<G4double>& hits) {
    8585    G4VSceneHandler::AddCompound(hits);
     86  }
     87  void AddCompound (const G4VDigi& digi) {
     88    G4VSceneHandler::AddCompound(digi);
    8689  }
    8790  // void PreAddSolid(const G4Transform3D& objectTransformation,
Note: See TracChangeset for help on using the changeset viewer.