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

Go to the source code of this file.

Functions

static scarab::logger mlog ("M3Info")
 
template<typename XDataType >
bool PrintChannelsReal (const M3Stream *aStream, uint32_t aDataFormat)
 
template<typename XDataType >
bool PrintChannelsComplex (const M3Stream *aStream, uint32_t aDataFormat)
 
int main (const int argc, const char **argv)
 

Function Documentation

◆ main()

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

Definition at line 27 of file M3Info.cc.

◆ mlog()

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

◆ PrintChannelsComplex()

bool PrintChannelsComplex ( const M3Stream aStream,
uint32_t  aDataFormat 
)

Definition at line 167 of file M3Info.cc.

◆ PrintChannelsReal()

bool PrintChannelsReal ( const M3Stream aStream,
uint32_t  aDataFormat 
)

Definition at line 146 of file M3Info.cc.