GENIE-MC / Generator

The popular GENIE Generator product is used by nearly all accelerator neutrino experiments and it plays a key role in the exploitation of neutrino data. The Generator implements a modern software framework and it includes state-of-the-art physics modules. It captures the latest results of the GENIE global analysis of neutrino scattering data and includes several tunes that were produced using the proprietary Comparisons and Tuning products. The GENIE physics model is universal and comprehensive: It handles all neutrinos and targets, and all processes relevant from MeV to PeV energy scales. The Generator includes several tools (flux drivers, detector geometry navigators, specialized event generation apps, event reweighting engines) to simulate complex experimental setups in full detail and to support generator-related analysis tasks.
http://www.genie-mc.org
42 stars 92 forks source link

error with ROOTGeomAnalyzer.cxx while "make" in Genie installation #316

Open KiranSharma786 opened 1 year ago

KiranSharma786 commented 1 year ago

ROOTGeomAnalyzer.cxx: In member function ‘virtual void genie::geometry::ROOTGeomAnalyzer::Load(std::string)’: ROOTGeomAnalyzer.cxx:746:20: error: ‘GetDefaultUnits’ is not a member of ‘TGeoManager’ 746 | if (TGeoManager::GetDefaultUnits() != TGeoManager::kRootUnits) { | ^~~~~~~ ROOTGeomAnalyzer.cxx:746:54: error: ‘kRootUnits’ is not a member of ‘TGeoManager’ 746 | if (TGeoManager::GetDefaultUnits() != TGeoManager::kRootUnits) { | ^~~~~~ ROOTGeomAnalyzer.cxx:752:17: error: ‘SetDefaultRootUnits’ is not a member of ‘TGeoManager’ 752 | TGeoManager::SetDefaultRootUnits(); | ^~~~~~~ make[1]: [/home/kiran/GENIE/Generator-master/src/make/Make.include:608: ROOTGeomAnalyzer.o] Error 1 make[1]: Leaving directory '/home/kiran/GENIE/Generator-master/src/Tools/Geometry' gmake: [Makefile:233: tools-geometry-drivers] Error 2