PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
write_frame_root.cpp File Reference
#include "write_frame.h"
#include "podio/ROOTFrameWriter.h"

Go to the source code of this file.

Functions

int main (int, char **)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 5 of file write_frame_root.cpp.

5 {
6 write_frames<podio::ROOTFrameWriter>("example_frame.root");
7 return 0;
8}