Project
Loading...
Searching...
No Matches
o2::mch::io::impl::DigitSinkV1 Struct Reference

#include <DigitIOV1.h>

Inherits o2::mch::io::impl::DigitSinkImpl.

Public Member Functions

bool write (std::ostream &out, gsl::span< const Digit > digits, gsl::span< const ROFRecord > rofs) override
 
- Public Member Functions inherited from o2::mch::io::impl::DigitSinkImpl
virtual ~DigitSinkImpl ()=default
 

Detailed Description

Definition at line 33 of file DigitIOV1.h.

Member Function Documentation

◆ write()

bool o2::mch::io::impl::DigitSinkV1::write ( std::ostream &  out,
gsl::span< const Digit digits,
gsl::span< const ROFRecord rofs 
)
overridevirtual

write rofs, digits at the current position in the output stream

Parameters
digitsvector of Digits, must not be empty
rofsvector of ROFRecord, might be empty
Returns
true if writing was successull, false otherwise

Implements o2::mch::io::impl::DigitSinkImpl.

Definition at line 79 of file DigitIOV1.cxx.


The documentation for this struct was generated from the following files: