Iguana 0.0.0
Implementation Guardian of Analysis Algorithms
Loading...
Searching...
No Matches
iguana_ex_cpp_dataframes.cc File Reference
#include <hipo4/RHipoDS.hxx>
#include <iguana/algorithms/clas12/EventBuilderFilter/Algorithm.h>
#include <TApplication.h>
#include <TCanvas.h>

Detailed Description

Example using HIPO data frames with Iguana. Requires ROOT.

Usage
iguana_ex_cpp_dataframes [HIPO_FILE] [NUM_EVENTS] [INTERACTIVE_MODE]
HIPO_FILE the HIPO file to analyze
NUM_EVENTS the number of events to analyze;
set to zero to analyze all events
INTERACTIVE_MODE if 'true', plot will be drawn interactively,
otherwise it will be saved to a PNG file
(default = false)

Definition in file iguana_ex_cpp_dataframes.cc.

Include dependency graph for iguana_ex_cpp_dataframes.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 main function
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function

Definition at line 26 of file iguana_ex_cpp_dataframes.cc.