Geant4 analysis - AIDA and ROOT
2010. 7. 8. 10:52ㆍmemo
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? ..