ComPWA
Common Partial-Wave-Analysis Framework
RootDataIO.hpp File Reference
#include <memory>
#include <string>
#include "Core/Event.hpp"
+ Include dependency graph for RootDataIO.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ComPWA
 
 ComPWA::Data
 
 ComPWA::Data::Root
 Namespace with read/write functions for ROOT files.
 

Functions

ComPWA::EventCollection ComPWA::Data::Root::readData (const std::string &InputFileName, const std::string &TreeName, long long NumberEventsToRead=-1)
 Create a vector of Events from a ROOT file. More...
 
void ComPWA::Data::Root::writeData (const EventCollection &OutputSample, const std::string &OutputFilePath, const std::string &TreeName, bool OverwriteFile=true)
 Write a vector of Events to a ROOT file. More...