artdaq_core  v3_06_10
artdaq::detail Namespace Reference

artdaq implementation details namespace More...

Classes

struct  RawFragmentHeader
 The RawFragmentHeader class contains the basic fields used by artdaq for routing Fragment objects through the system. More...
 
struct  RawFragmentHeaderV0
 The RawFragmentHeaderV0 class contains the basic fields used by artdaq for routing Fragment objects through the system. More...
 
struct  RawFragmentHeaderV1
 The RawFragmentHeaderV1 class contains the basic fields used by artdaq for routing Fragment objects through the system. More...
 
struct  RawEventHeader
 The header information used to identify key properties of the RawEvent object. More...
 

Functions

std::ostream & operator<< (std::ostream &os, RawEventHeader const &evh)
 Prints the RawEventHeader to the given stream. More...
 

Detailed Description

artdaq implementation details namespace

Function Documentation

std::ostream& artdaq::detail::operator<< ( std::ostream &  os,
RawEventHeader const &  evh 
)
inline

Prints the RawEventHeader to the given stream.

Parameters
osStream to print RawEventHeader to
evhRawEventHeader to print
Returns
Stream reference

Definition at line 85 of file RawEvent.hh.