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

Hitfind setup / Hardware cabling for TOF Used to create the hardware mapping for the TOF hitfinder. More...

#include <HitfindSetup.h>

Classes

struct  Cell
 
struct  Channel
 
struct  Rpc
 

Public Member Functions

 CBM_YAML_PROPERTIES (yaml::Property(&HitfindSetup::NbSm, "NbSm", "Number of SMs per super module type", {}, YAML::Flow), yaml::Property(&HitfindSetup::NbRpc, "NbRpc", "Number of RPCs per super module type", {}, YAML::Flow), yaml::Property(&HitfindSetup::rpcs, "rpcs", "Parameters of RPCs"))
 

Public Attributes

std::vector< int32_t > NbSm
 
std::vector< int32_t > NbRpc
 
std::vector< std::vector< Rpc > > rpcs
 

Detailed Description

Hitfind setup / Hardware cabling for TOF Used to create the hardware mapping for the TOF hitfinder.

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

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

cbm::algo::tof::HitfindSetup::CBM_YAML_PROPERTIES ( yaml::Property &::, "", " ", {}, ::Flow ,
yaml::Property &::, "", " ", {}, ::Flow ,
yaml::Property &::, "", " " RPCs )

Member Data Documentation

◆ NbRpc

std::vector<int32_t> cbm::algo::tof::HitfindSetup::NbRpc

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

Referenced by CbmTaskTofClusterizerParWrite::InitAlgos().

◆ NbSm

std::vector<int32_t> cbm::algo::tof::HitfindSetup::NbSm

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

Referenced by CbmTaskTofClusterizerParWrite::InitAlgos().

◆ rpcs

std::vector<std::vector<Rpc> > cbm::algo::tof::HitfindSetup::rpcs

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