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

A structure to handle TOF QA parameters. More...

#include <TofHitfindQaParameters.h>

Classes

struct  Rpc
 

Public Member Functions

 HitfindQaParameters ()=default
 Default constructor.
 
 HitfindQaParameters (const HitfindSetup &hitSetup)
 Constructor.
 

Public Attributes

std::unordered_map< uint32_t, uint32_t > lookupMap
 A lookup map for RPC addresses.
 
std::vector< Rpcrpcs
 A map for different RPC properties.
 

Detailed Description

A structure to handle TOF QA parameters.

Definition at line 21 of file TofHitfindQaParameters.h.

Constructor & Destructor Documentation

◆ HitfindQaParameters() [1/2]

cbm::algo::tof::HitfindQaParameters::HitfindQaParameters ( )
default

Default constructor.

◆ HitfindQaParameters() [2/2]

HitfindQaParameters::HitfindQaParameters ( const HitfindSetup & hitSetup)

Constructor.

Parameters
hitSetupHitfinder parameters

Definition at line 20 of file TofHitfindQaParameters.cxx.

References CbmTofAddress::GetModFullId(), L_, lookupMap, rpcs, cbm::algo::tof::HitfindSetup::rpcs, and CbmTofAddress::ToString().

Member Data Documentation

◆ lookupMap

std::unordered_map<uint32_t, uint32_t> cbm::algo::tof::HitfindQaParameters::lookupMap

A lookup map for RPC addresses.

Definition at line 29 of file TofHitfindQaParameters.h.

Referenced by cbm::algo::tof::HitfindQa::Exec(), and HitfindQaParameters().

◆ rpcs

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

A map for different RPC properties.

Definition at line 30 of file TofHitfindQaParameters.h.

Referenced by HitfindQaParameters(), and cbm::algo::tof::HitfindQa::Init().


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