PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
write_frame_root.cpp
Go to the documentation of this file.
1#include "write_frame.h"
2
4
5int main(int, char**) {
6 write_frames<podio::ROOTFrameWriter>("example_frame.root");
7 return 0;
8}
int main()