ComPWA
Common Partial-Wave-Analysis Framework
|
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 Event s 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 Event s to a ROOT file. More... | |