![]() |
Project
|
#include <boost/program_options.hpp>
#include <iostream>
#include <iomanip>
#include <thread>
#include <mutex>
#include <chrono>
#include "TPCReconstruction/GBTFrameContainer.h"
#include "TPCReconstruction/HalfSAMPAData.h"
#include "DataFormatsTPC/Digit.h"
Go to the source code of this file.
Functions | |
bool | isVector1 (std::vector< int > &vec) |
void | addData (o2::tpc::GBTFrameContainer &container, std::string &infile, int frames, std::string rorcFlavor, int &done) |
void | readData (o2::tpc::GBTFrameContainer &container, std::vector< std::ofstream * > &outfiles, int &run, int &done) |
int | main (int argc, char *argv[]) |
Variables | |
std::mutex | mtx |
Definition in file readGBTFrames.cxx.
void addData | ( | o2::tpc::GBTFrameContainer & | container, |
std::string & | infile, | ||
int | frames, | ||
std::string | rorcFlavor, | ||
int & | done | ||
) |
Definition at line 43 of file readGBTFrames.cxx.
bool isVector1 | ( | std::vector< int > & | vec | ) |
Definition at line 33 of file readGBTFrames.cxx.
Definition at line 76 of file readGBTFrames.cxx.
void readData | ( | o2::tpc::GBTFrameContainer & | container, |
std::vector< std::ofstream * > & | outfiles, | ||
int & | run, | ||
int & | done | ||
) |
Definition at line 55 of file readGBTFrames.cxx.
std::mutex mtx |
Definition at line 31 of file readGBTFrames.cxx.