Project
Loading...
Searching...
No Matches
RawReaderCRU.cxx File Reference
#include <fmt/format.h>
#include <filesystem>
#include "TSystem.h"
#include "TObjArray.h"
#include "Headers/DataHeader.h"
#include "TPCReconstruction/RawReaderCRU.h"
#include "TPCBase/Mapper.h"
#include "Framework/Logger.h"
#include "DetectorsRaw/RDHUtils.h"
#include "CommonUtils/VerbosityConfig.h"

Go to the source code of this file.

Macros

#define CHECK_BIT(var, pos)   ((var) & (1 << (pos)))
 

Functions

std::ostream & operator<< (std::ostream &output, const RDH &rdh)
 
template<typename DataType >
std::istream & operator>> (std::istream &input, DataType &data)
 
void printHeader ()
 
void printHorizontal (const RDH &rdh)
 

Detailed Description

Macro Definition Documentation

◆ CHECK_BIT

#define CHECK_BIT (   var,
  pos 
)    ((var) & (1 << (pos)))

Definition at line 28 of file RawReaderCRU.cxx.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  output,
const RDH rdh 
)

Definition at line 1050 of file RawReaderCRU.cxx.

◆ operator>>()

template<typename DataType >
std::istream & operator>> ( std::istream &  input,
DataType data 
)

Definition at line 1135 of file RawReaderCRU.cxx.

◆ printHeader()

void printHeader ( )

Definition at line 1110 of file RawReaderCRU.cxx.

◆ printHorizontal()

void printHorizontal ( const RDH rdh)

Definition at line 1116 of file RawReaderCRU.cxx.