Monarch  v3.8.2
Project 8 Data File Format Library
Functions
M3ReadTest.cc File Reference
#include "M3DataInterface.hh"
#include "M3Monarch.hh"
#include "application.hh"
#include "logger.hh"
#include "M3Record.hh"
#include <algorithm>
#include <cstring>
#include <sstream>
Include dependency graph for M3ReadTest.cc:

Go to the source code of this file.

Functions

static scarab::logger mlog ("M3ReadTest")
 
bool ReadRecordCheck (const M3Stream *aStream, int aOffset, unsigned aDataFormat)
 
bool PrintChannelsUInt (const M3Stream *aStream)
 
bool PrintChannelsInt (const M3Stream *aStream)
 
bool PrintChannelsFloat (const M3Stream *aStream)
 
bool PrintChannelsFloatComplex (const M3Stream *aStream)
 
int main (const int argc, const char **argv)
 

Function Documentation

◆ main()

int main ( const int  argc,
const char **  argv 
)

Definition at line 26 of file M3ReadTest.cc.

◆ mlog()

static scarab::logger mlog ( "M3ReadTest"  )
static

◆ PrintChannelsFloat()

bool PrintChannelsFloat ( const M3Stream aStream)

Definition at line 364 of file M3ReadTest.cc.

◆ PrintChannelsFloatComplex()

bool PrintChannelsFloatComplex ( const M3Stream aStream)

Definition at line 384 of file M3ReadTest.cc.

◆ PrintChannelsInt()

bool PrintChannelsInt ( const M3Stream aStream)

Definition at line 344 of file M3ReadTest.cc.

◆ PrintChannelsUInt()

bool PrintChannelsUInt ( const M3Stream aStream)

Definition at line 324 of file M3ReadTest.cc.

◆ ReadRecordCheck()

bool ReadRecordCheck ( const M3Stream aStream,
int  aOffset,
unsigned  aDataFormat 
)

Definition at line 273 of file M3ReadTest.cc.