Iguana 0.0.0
Implementation Guardian of Analysis Algorithms
|
Files | |
iguana_ex_cpp_00_run_functions.cc | |
Example using full HIPO banks with Iguana algorithms' Run functions. This example requires the user to have the C++ hipo::bank objects; see other examples if you do not have banks in this format. | |
iguana_ex_cpp_01_action_functions.cc | |
Example using Iguana action functions on data from bank rows. This is useful for users who do not have the hipo::bank objects, instead only having the numerical data from them. | |
iguana_ex_cpp_config_files.cc | |
Example showing how to control algorithm configuration. | |
iguana_ex_cpp_dataframes.cc | |
Example using HIPO data frames with Iguana. Requires ROOT. | |
iguana_ex_cpp_ROOT_macro.C | |
Very simple example showing how to load and use an Iguana algorithm in a ROOT macro; this example only runs the algorithm and does not require any input data. | |
iguana_ex_fortran_01_action_functions.f | |
Fortran example demonstrating how to read a HIPO file and use its data with Iguana algorithms' action functions. Run with no arguments to see the usage guide. | |