#include <IParticleWriter.h>
Definition at line 26 of file IParticleWriter.h.
◆ IParticleWriter()
Definition at line 278 of file IParticleWriter.cxx.
282 using input_type = In_t;
286 for (
const auto&
input:
cfg.inputs) {
287 if (
input.link_name.empty()) {
288 const auto& primitive =
input.input;
290 addCustomType(
c, primitive);
296 std::string
n =
input.link_name;
298 if (
n ==
"btaggingLink") {
299 LinkGetter<xAOD::BTaggingContainer> getter(
n);
303 LinkGetter<IPC,IP> getter(
n);
305 addCustomType(
c,
input.input, getter);
◆ ~IParticleWriter()
IParticleWriter::~IParticleWriter |
( |
| ) |
|
|
default |
◆ fill()
◆ flush()
void IParticleWriter::flush |
( |
| ) |
|
◆ m_writer
The documentation for this class was generated from the following files:
std::unique_ptr< details::IParticleWriterBase > m_writer
Class providing the definition of the 4-vector interface.