2 #include "artdaq-core/Data/RawEvent.hh"
8 os <<
"Run " <<
runID()
16 for (
auto const& frag : fragments_)
event_id_t eventID() const
Retrieve the event number from the RawEventHeader.
subrun_id_t subrunID() const
Retrieve the subrun number from the RawEventHeader.
sequence_id_t sequenceID() const
Retrieve the sequence id from the RawEventHeader.
bool isComplete() const
Retrieve the value of the complete flag from the RawEventHeader.
size_t numFragments() const
Return the number of fragments this RawEvent contains.
void print(std::ostream &os) const
Print summary information about this RawEvent to the given stream.
run_id_t runID() const
Retrieve the run number from the RawEventHeader.
size_t wordCount() const
Return the sum of the word counts of all fragments in this RawEvent.