Thanks for your note. I went back and ran the command line for data installation with
cmake -DGEANT4_INSTALL_DATA=ON
and all the files in the package were probably rewritten. At least I found the data folder with all the data packages listed in the guide. Then I read about the post-installation setup in the Installation Guide. It says:
On interactive Bourne shells (e.g. bash), do (assuming you are in CMAKE_INSTALL_PREFIX/bin):
$ source geant4.sh
I couldn’t find where is the above folder, so I gave up and attempted to generate and execute the exampleB1 file with what I had done so far. The execution generated a long list, most of which was reading the data, I guess, and finally gave me this error:
#
# Visualization setting
/control/execute vis.mac
# Macro file for the visualization setting in the initialization phase
# of the B1 example when running in interactive mode
#
# Use these open statements to open selected visualization
#
# Use this open statement to create an OpenGL view:
/vis/open OGL 600x600-0+0
/vis/sceneHandler/create OGL
parameter value (OGL) is not listed in the candidate List.
- Candidates are: ASCIITree ATree DAWNFILE G4HepRepFile HepRepFile RayTracer VRML2FILE gMocrenFile TOOLSSG_OFFSCREEN TSG_OFFSCREEN TOOLSSG_OFFSCREEN TSG_OFFSCREEN TSG_FILE*
-------- WWWW ------- G4Exception-START -------- WWWW -------
**** G4Exception : UIMAN0123*
Invoked command has failed - see above. Available graphics systems are:
- Registered graphics systems are:*
- ASCIITree (ATree)*
- DAWNFILE (DAWNFILE)*
- G4HepRepFile (HepRepFile)*
- RayTracer (RayTracer)*
- VRML2FILE (VRML2FILE)*
- gMocrenFile (gMocrenFile)*
- TOOLSSG_OFFSCREEN (TSG_OFFSCREEN)*
- TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE)*
Error code : 500
**** This is just a warning message. ****
-------- WWWW -------- G4Exception-END --------- WWWW -------
****** Illegal parameter (0) </vis/open OGL 600x600-0+0> ******
****** Batch is interrupted!! ******
-------- WWWW ------- G4Exception-START -------- WWWW -------
**** G4Exception : UIMAN0123*
Command aborted (500)
Error code : 500
**** This is just a warning message. ****
-------- WWWW -------- G4Exception-END --------- WWWW -------
****** Illegal parameter (0) </control/execute vis.mac> ******
****** Batch is interrupted!! ******
-------- WWWW ------- G4Exception-START -------- WWWW -------
**** G4Exception : UIMAN0123*
Command aborted (500)
Error code : 500
**** This is just a warning message. ****
-------- WWWW -------- G4Exception-END --------- WWWW -------
idle>