|  | Iguana 1.0.0
    Implementation Guardian of Analysis Algorithms | 
Iguana usage examples in C++
See below for the list of examples.
| Files | |
| file | iguana_ex_cpp_00_run_functions.cc | 
| Example using full HIPO banks with Iguana algorithms' Run functions, using hipo::banklist. | |
| file | iguana_ex_cpp_00_run_functions_with_banks.cc | 
| Example using full HIPO banks with Iguana algorithms' Run functions, using hipo::bank. | |
| file | 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. | |
| file | iguana_ex_cpp_config_files.cc | 
| Example showing how to control algorithm configuration. | |
| file | iguana_ex_cpp_dataframes.cc | 
| Example using HIPO data frames with Iguana. Requires ROOT. | |
| file | 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. | |