Ignore:
Timestamp:
Nov 3, 2009, 11:17:28 AM (15 years ago)
Author:
garnier
Message:

update to CVS

Location:
trunk/source/visualization/HepRep/include
Files:
2 edited

Legend:

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

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4HepRepFileSceneHandler.hh,v 1.30 2008/01/04 22:11:31 allison Exp $
     27// $Id: G4HepRepFileSceneHandler.hh,v 1.31 2009/10/21 15:08:35 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    8282  void AddCompound (const G4VHit&);
    8383  void InitHit();
     84  void AddCompound (const G4THitsMap<G4double>& hits) {
     85    G4VSceneHandler::AddCompound(hits);
     86  }
    8487  // void PreAddSolid(const G4Transform3D& objectTransformation,
    8588  //                 const G4VisAttributes&);
  • trunk/source/visualization/HepRep/include/G4HepRepSceneHandler.hh

    r944 r1140  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HepRepSceneHandler.hh,v 1.42 2006/11/06 09:22:26 allison Exp $
     26// $Id: G4HepRepSceneHandler.hh,v 1.43 2009/10/21 15:08:35 allison Exp $
    2727// GEANT4 tag $Name:  $
    2828//
     
    8585        void AddCompound (const G4VTrajectory&);
    8686        void AddCompound (const G4VHit& hit);
     87        void AddCompound (const G4THitsMap<G4double>& hits) {
     88          G4VSceneHandler::AddCompound(hits);
     89        }
    8790
    8891        void PreAddSolid (const G4Transform3D& objectTransformation, const G4VisAttributes& visAttribs);
Note: See TracChangeset for help on using the changeset viewer.