nidas v1.2.3
|
#include <nidas/dynld/raf/Extract2D.h>
#include <nidas/dynld/raf/TwoD64_USB.h>
#include <nidas/dynld/raf/TwoD32_USB.h>
#include <fstream>
#include <sys/stat.h>
#include <unistd.h>
#include <getopt.h>
#include <iomanip>
Classes | |
class | ExtractFast2D |
class | AutoProject |
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const int | FILE_VERSION = 1 |
Version of the output OAP/PMS2D file. | |
static const int | P2D_DATA = 4096 |
static const unsigned char | Fast2DsyncStr [] = { 0xAA, 0xAA, 0xAA } |
static const unsigned char | FastOverloadSync [] = { 0x55, 0x55, 0xAA } |
static const unsigned char | overLoadSync [] = { 0x55, 0xAA } |
const n_u::EndianConverter * | bigEndian = n_u::EndianConverter::getConverter(n_u::EndianConverter::EC_BIG_ENDIAN) |
int main | ( | int | argc, |
char ** | argv ) |
References ExtractFast2D::main().
|
static |
Referenced by ExtractFast2D::computeDiodeCount(), and ExtractFast2D::countParticles().
|
static |
Referenced by ExtractFast2D::computeDiodeCount(), and ExtractFast2D::countParticles().
|
static |
Version of the output OAP/PMS2D file.
Increment this when changes occur. Change log: 03/25/2011 - version 1: tas should be tas as int, drop the '* 255 / 125' encoding. add nDiodes attribute to probe element. Change PMS2D in XML to OAP. add version. :)
Referenced by ExtractFast2D::run().
|
static |
Referenced by ExtractFast2D::run().
|
static |
Referenced by ExtractFast2D::computeDiodeCount(), and ExtractFast2D::run().