![]() |
ATLAS Offline Software
|
#include <IParticleWriter.h>
Public Member Functions | |
| IParticleWriter (H5::Group &output_group, const IParticleWriterConfig &) | |
| ~IParticleWriter () | |
| void | fill (const std::vector< const xAOD::IParticle * > &) |
| void | flush () |
Private Attributes | |
| std::unique_ptr< details::IParticleWriterBase > | m_writer |
Definition at line 26 of file IParticleWriter.h.
| IParticleWriter::IParticleWriter | ( | H5::Group & | output_group, |
| const IParticleWriterConfig & | cfg ) |
Definition at line 278 of file IParticleWriter.cxx.
|
default |
| void IParticleWriter::fill | ( | const std::vector< const xAOD::IParticle * > & | ) |
Definition at line 318 of file IParticleWriter.cxx.
| void IParticleWriter::flush | ( | ) |
Definition at line 323 of file IParticleWriter.cxx.
|
private |
Definition at line 33 of file IParticleWriter.h.