Changeset 1294 for trunk/source/visualization/HepRep/include
- Timestamp:
- Jun 2, 2010, 11:23:42 AM (16 years ago)
- Location:
- trunk/source/visualization/HepRep/include
- Files:
-
- 2 edited
-
G4HepRepFileSceneHandler.hh (modified) (2 diffs)
-
G4HepRepSceneHandler.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/HepRep/include/G4HepRepFileSceneHandler.hh
r1140 r1294 25 25 // 26 26 // 27 // $Id: G4HepRepFileSceneHandler.hh,v 1.3 1 2009/10/21 15:08:35allison 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 $ 29 29 // 30 30 // … … 84 84 void AddCompound (const G4THitsMap<G4double>& hits) { 85 85 G4VSceneHandler::AddCompound(hits); 86 } 87 void AddCompound (const G4VDigi& digi) { 88 G4VSceneHandler::AddCompound(digi); 86 89 } 87 90 // void PreAddSolid(const G4Transform3D& objectTransformation, -
trunk/source/visualization/HepRep/include/G4HepRepSceneHandler.hh
r1228 r1294 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4HepRepSceneHandler.hh,v 1.4 4 2009/11/23 05:42:28 perlExp $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 $ 28 28 // 29 29 … … 83 83 void AddCompound (const G4VTrajectory&); 84 84 void AddCompound (const G4VHit& hit); 85 void AddCompound (const G4VDigi& digi) { 86 G4VSceneHandler::AddCompound(digi); 87 } 85 88 void AddCompound (const G4THitsMap<G4double>& hits) { 86 89 G4VSceneHandler::AddCompound(hits);
Note:
See TracChangeset
for help on using the changeset viewer.
