![]() |
Project
|
#include <boost/program_options.hpp>
#include <filesystem>
#include <TFile.h>
#include <TStopwatch.h>
#include "Framework/Logger.h"
#include <string>
#include <iomanip>
#include "CommonUtils/StringUtils.h"
#include "CommonUtils/ConfigurableParam.h"
#include "CommonUtils/NameConf.h"
#include "DetectorsRaw/HBFUtils.h"
#include "CTPSimulation/Digits2Raw.h"
#include "DataFormatsParameters/GRPObject.h"
Go to the source code of this file.
Functions | |
void | digi2raw (const std::string &inpName, const std::string &outDir, int verbosity, const std::string &fileForLink, uint32_t rdhV=4, bool noEmptyHBF=false, bool zsIR=true, bool zsClass=true, bool enablePadding=true, int cruPageAlignment=16, int superPageSizeInB=1024 *1024) |
int | main (int argc, char **argv) |
Definition in file digi2raw.cxx.
void digi2raw | ( | const std::string & | inpName, |
const std::string & | outDir, | ||
int | verbosity, | ||
const std::string & | fileForLink, | ||
uint32_t | rdhV = 4 , |
||
bool | noEmptyHBF = false , |
||
bool | zsIR = true , |
||
bool | zsClass = true , |
||
bool | enablePadding = true , |
||
int | cruPageAlignment = 16 , |
||
int | superPageSizeInB = 1024 * 1024 |
||
) |
Definition at line 99 of file digi2raw.cxx.
Definition at line 32 of file digi2raw.cxx.