Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -37,10 +37,11 @@ Remark on dictionary generation
|
||||
-------------------------------
|
||||
|
||||
The dictionary is generated by ${ROOTSYS}/bin/genreflex
|
||||
tool. The header file including headers for all the classes we want to
|
||||
generate the dictionary for should be given as argument. Additionally,
|
||||
a so called selection file (xml) should be provided (with -s flag) to
|
||||
the genreflex tool (see the GNUmakefile). The role of this file is to
|
||||
tool. The arguments that will be used by this tool are configured
|
||||
in CMakeLists.txt using the CMake function REFLEX_GENERATE_DICTIONARY
|
||||
provided by ROOT. They include the header file including headers for
|
||||
all the classes we want to generate the dictionary, and additionally,
|
||||
a so called selection file (xml). The role of this file is to
|
||||
specify which classes we want to generate the dictionary for. The
|
||||
selection file for our dictionary is in xml/ directory. Please refer
|
||||
to genreflex manual for more details concerning the usage of that
|
||||
|
||||
Reference in New Issue
Block a user