Skip to content
Snippets Groups Projects
Commit d2112cbb authored by Filip Bilandzija's avatar Filip Bilandzija :spider:
Browse files

Enable Dawn and HepRep visualization drivers

parent c64ef2b6
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ FindG4libs(
graphics_reps
vis_management
Tree
FR
visHepRep
)
find_package(Boost)
......
......@@ -10,7 +10,9 @@
\*****************************************************************************/
// G4
#include "G4ASCIITree.hh"
#include "G4DAWNFILE.hh"
#include "G4VisManager.hh"
#include "G4HepRepFile.hh"
/*
#include "G4DigiFilterFactories.hh"
#include "G4HitFilterFactories.hh"
......@@ -43,6 +45,8 @@ DECLARE_COMPONENT_WITH_ID( GiGa::VisManagerFactory, "GiGaVisManager" )
void GiGa::VisManager::RegisterGraphicsSystems() {
// Graphics Systems not needing external packages or libraries...
RegisterGraphicsSystem( new G4ASCIITree );
RegisterGraphicsSystem( new G4DAWNFILE );
RegisterGraphicsSystem( new G4HepRepFile );
// debug("You have successfully chosen to use the following graphics systems:");
// PrintAvailableGraphicsSystems (G4VisManager::Verbosity::all);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment