Iguana 0.0.0
Implementation Guardian of Analysis Algorithms
Loading...
Searching...
No Matches
iguana_ex_cpp_00_run_functions.cc File Reference
#include <hipo4/reader.h>
#include <iguana/algorithms/AlgorithmSequence.h>

Detailed Description

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.

Usage
iguana_ex_cpp_00_run_functions [HIPO_FILE] [NUM_EVENTS]
HIPO_FILE the HIPO file to analyze
NUM_EVENTS the number of events to analyze;
set to zero to analyze all events

Definition in file iguana_ex_cpp_00_run_functions.cc.

Include dependency graph for iguana_ex_cpp_00_run_functions.cc:

Go to the source code of this file.

Functions

void prettyPrint (std::string header, hipo::bank &bank)
 show a bank along with a header
 
int main (int argc, char **argv)
 main function
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function

Definition at line 29 of file iguana_ex_cpp_00_run_functions.cc.

◆ prettyPrint()

void prettyPrint ( std::string header,
hipo::bank & bank )

show a bank along with a header

Parameters
headerthe header to print above the bank
bankthe bank to show

Definition at line 22 of file iguana_ex_cpp_00_run_functions.cc.