ldas-tools-framecpp  2.8.1
Functions
anonymous_namespace{FrSimEvent.cc} Namespace Reference

Functions

IStreamoperator>> (IStream &Stream, FrSimEvent::ParamList_type &Data)
 Read in the parameter list for the FrSimEvent. More...
 
OStreamoperator<< (OStream &Stream, const FrSimEvent::ParamList_type &Data)
 Write the parameter list for the FrSimEvent. More...
 

Function Documentation

◆ operator<<()

OStream& anonymous_namespace{FrSimEvent.cc}::operator<< ( OStream Stream,
const FrSimEvent::ParamList_type Data 
)

Write the parameter list for the FrSimEvent.

Parameters
[in,out]StreamThe destination of the parameter list.
[out]DataThe parameter list to be written.
Returns
The output stream.

This writes the parameter list of the FrSimEvent to the output stream.

◆ operator>>()

IStream& anonymous_namespace{FrSimEvent.cc}::operator>> ( IStream Stream,
FrSimEvent::ParamList_type Data 
)

Read in the parameter list for the FrSimEvent.

Parameters
[in,out]StreamThe source of the parameter list.
[out]DataThe parameters parsed from Stream.
Returns
The input stream.

This reads a parameter list from the input stream and associates it with the FrSimEvent.