Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
|
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <string>
#include <fstream>
#include <list>
#include <cstring>
#include <DataFormats/daq_common_header.hh>
#include <DataFormats/clb_common_header.hh>
#include <FrameFactory/frame.hh>
#include <FrameFactory/input_buffer_collector.hh>
#include <FrameFactory/puzzled_frame.hh>
#include <external/dq_dump_file/dqdumpfile.hh>
#include <boost/program_options.hpp>
Go to the source code of this file.
Classes | |
struct | ID |
Functions | |
int64_t | abs_time (Packet const &p) |
Program name: RawDataConverter. More... | |
bool | operator== (Packet const &p, ID const &id) |
int | main (int argc, char *argv[]) |
|
inline |
Program name: RawDataConverter.
Description: This program converts dump raw data into the DAQ frame format.
Use $ RawDataConverter -h for a detailed help.
Author: Carmelo Pellegrino E-mail: carme Date: 29 April 2015 lo.p elleg rino @bo.i nfn. it
Definition at line 38 of file raw_data_converter.cpp.
Definition at line 48 of file raw_data_converter.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 56 of file raw_data_converter.cpp.