![]() |
pueoBuilder
|
pueoBuilder/ directory. ssh is still working (e.g. you can still git pull);components/ are still emtpy.pueoAnalysisTools) with build/ directory: CMakeLists.txt in the current diretory (.) as the source of build instructions.build/ directory and puts all "build artifacts" in it. build/ is a standard choice. Try an "out-of-source" build by changing the command to This opens up the ccmake terminal user interface (TUI) and lets you view/edit the CMake build options.
CMakeLists.txt. These are more advanced, so if they seem foreign to you, don't worry about them.CMakeLists.txt is set up such that everything is installed to $PUEO_UTIL_INSTALL_DIR automatically, so in this case there is no need to run a separate install command.pueo_output/ in home and places the simulation result (a bunch of *.root files) inside a run420/ directory.simulatePueo.$LD_LIBRARY_PATH is no longer needed to run PUEO binaries (ie. C++ scripts, eg. simulatePueo).pueoAnalysisTools/SharedUtils), the library path still needs to be a part of $LD_LIBRARY_PATH.export LD_LIBRARY_PATH=${PUEO_UTIL_INSTALL_DIR}/lib64 if you are running the Python scripts.