#include <IOutputTool.h>
Public Member Functions | |
virtual | ~IOutputToolOld () |
Interface declaration. | |
virtual StatusCode | write (xAOD::TEvent *outputStore, const std::string &suffix="")=0 |
Write the configured containers to the output. |
Common tool interface class for tools that write containers to a persistent output format. That format could be an xAOD file, a flat ntuple, etc.
The write method (for now) accepts a suffix, which would be used to specify the systematic-dependent container names, typically with a basename specified via configuration.
This interface is still subject to change.
virtual ana::IOutputToolOld::~IOutputToolOld | ( | ) | [inline, virtual] |
Interface declaration.
Virtual destructor