AIDA(3)
-
Using AIDA with Geant4
in your main GNUmakefile : include $(G4INSTALL)/config/binmake.gmk CPPFLAGS += `aida-config --incs` ANALYSISLIBS += `aida-config --libs` Geant4.9.1 여서 그랬을까? .. kenobi에서 AIDA 잡느라 시간 좀 걸렸네. 훗. http://openscientist.lal.in2p3.fr/
2010.07.12 -
Geant4 analysis - AIDA and ROOT
Using AIDA in Makefile G4ANALYSIS_USE:=true CPPFLAGS += $(shell aida-config --include) LDFLAGS += $(shell aida-config --libs) Direct ROOT Use CPPFLAGS += $(shell root-config --cflags) LDFLAGS += $(shell root-config --libs) what else? ..
2010.07.08 -
AIDA and GEANT4
OpenScientist OpenScientist as an AIDA implementation According to what had been agreed by the people of the AIDA group, you have first to setup the AIDA environment with : [bash]$ . ///aida-setup.sh export G4ANALYSIS_USE=1 then compile your module. (not related but looks interesting - http://www.openscience.org/blog/)
2010.06.16