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

update to CVS

Location:
trunk/source/visualization/XXX
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/XXX/GNUmakefile

    r834 r1140  
    1 # $Id: GNUmakefile,v 1.7 2006/03/28 17:16:41 allison Exp $
     1# $Id: GNUmakefile,v 1.8 2009/10/21 15:28:53 allison Exp $
    22
    33name := G4visXXX
     
    2828CPPFLAGS += -I$(G4BASE)/geometry/solids/specific/include
    2929CPPFLAGS += -I$(G4BASE)/tracking/include
     30CPPFLAGS += -I$(G4BASE)/digits_hits/hits/include
    3031
    3132ifdef G4VIS_BUILD_XXXSG_DRIVER
  • trunk/source/visualization/XXX/History

    r834 r1140  
    1 $Id: History,v 1.27 2006/11/05 20:41:55 allison Exp $
     1$Id: History,v 1.28 2009/10/21 15:28:53 allison Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/XXX sub-category (a template graphics system)
    2121---------------------------------------------------------------------------
     22
     2321st October 2009  John Allison  (visXXX-V09-02-00 coworks greps-V09-02-02)
     24- Added AddCompound (const G4THitsMap<G4double>&) methods.
     25  o Prevents warnings about hiding - calls G4VSceneHandler base class.
    2226
    23275th November 2006  John Allison  (visXXX-V08-01-06)
  • trunk/source/visualization/XXX/include/G4XXXFileSceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4XXXFileSceneHandler.hh,v 1.3 2006/06/29 21:26:42 gunter Exp $
     27// $Id: G4XXXFileSceneHandler.hh,v 1.4 2009/10/21 15:28:53 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7676  // void AddCompound(const G4VTrajectory&);
    7777  // void AddCompound(const G4VHit&);
     78  // void AddCompound(const G4THitsMap<G4double>&);
    7879  // void PreAddSolid(const G4Transform3D& objectTransformation,
    7980  //       const G4VisAttributes&);
  • trunk/source/visualization/XXX/include/G4XXXSGSceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4XXXSGSceneHandler.hh,v 1.3 2006/06/29 21:26:56 gunter Exp $
     27// $Id: G4XXXSGSceneHandler.hh,v 1.4 2009/10/21 15:28:53 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    8080  // void AddCompound(const G4VTrajectory&);
    8181  // void AddCompound(const G4VHit&);
     82  // void AddCompound(const G4THitsMap<G4double>&);
    8283  void PreAddSolid(const G4Transform3D& objectTransformation,
    8384                   const G4VisAttributes&);
  • trunk/source/visualization/XXX/include/G4XXXStoredSceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4XXXStoredSceneHandler.hh,v 1.3 2006/06/29 21:27:06 gunter Exp $
     27// $Id: G4XXXStoredSceneHandler.hh,v 1.4 2009/10/21 15:28:53 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7878  // void AddCompound(const G4VTrajectory&);
    7979  // void AddCompound(const G4VHit&);
     80  // void AddCompound(const G4THitsMap<G4double>&);
    8081  void PreAddSolid(const G4Transform3D& objectTransformation,
    8182                   const G4VisAttributes&);
Note: See TracChangeset for help on using the changeset viewer.