CbmRoot
Loading...
Searching...
No Matches
cbm::algo::tof::HitfindSetup::Cell Struct Reference

#include <HitfindSetup.h>

Public Member Functions

 CBM_YAML_PROPERTIES (yaml::Property(&Cell::sizeX, "sizeX", "size in X direction"), yaml::Property(&Cell::sizeY, "sizeY", "size in Y direction"), yaml::Property(&Cell::translation, "translation", "Translation vector", YAML::Flow), yaml::Property(&Cell::rotation, "rotation", "Rotation matrix", YAML::Flow))
 

Public Attributes

double sizeX
 
double sizeY
 
std::array< double, 3 > translation
 
std::array< double, 9 > rotation
 

Detailed Description

Definition at line 24 of file tof/HitfindSetup.h.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

cbm::algo::tof::HitfindSetup::Cell::CBM_YAML_PROPERTIES ( yaml::Property &::, "", " " direction,
yaml::Property &::, "", " " direction,
yaml::Property &::, "", " ", ::Flow ,
yaml::Property &::, "", " ", ::Flow  )

Member Data Documentation

◆ rotation

std::array<double, 9> cbm::algo::tof::HitfindSetup::Cell::rotation

◆ sizeX

double cbm::algo::tof::HitfindSetup::Cell::sizeX

◆ sizeY

double cbm::algo::tof::HitfindSetup::Cell::sizeY

◆ translation

std::array<double, 3> cbm::algo::tof::HitfindSetup::Cell::translation

The documentation for this struct was generated from the following file: