|
Celeritas 0.7.0-dev.251+develop.9b9328e4
|
Abstract base class for writing all primaries from an event. More...
#include <EventIOInterface.hh>

Public Types | |
Type aliases | |
| using | VecPrimary = std::vector< Primary > |
| using | argument_type = VecPrimary const & |
Public Member Functions | |
| virtual void | operator() (argument_type primaries)=0 |
| Write all primaries from a single event. | |
Protected Member Functions | |
| EventWriterInterface (EventWriterInterface const &)=default | |
| EventWriterInterface & | operator= (EventWriterInterface const &)=default |
| EventWriterInterface (EventWriterInterface &&)=default | |
| EventWriterInterface & | operator= (EventWriterInterface &&)=default |
Abstract base class for writing all primaries from an event.
|
protecteddefault |
Allow construction and assignment only through daughter classes
|
protecteddefault |
Allow construction and assignment only through daughter classes
|
protecteddefault |
Allow construction and assignment only through daughter classes
|
protecteddefault |
Allow construction and assignment only through daughter classes
|
protecteddefault |
Allow construction and assignment only through daughter classes