Project
Loading...
Searching...
No Matches
o2::mch::dcs::quadrant Namespace Reference

Functions

int detElemId (Chamber chamber, int number)
 
Cathode lvAliasToCathode (std::string_view alias)
 
std::set< DsIndexsolarAliasToDsIndices (std::string_view alias)
 

Function Documentation

◆ detElemId()

int o2::mch::dcs::quadrant::detElemId ( Chamber  chamber,
int  number 
)

Definition at line 56 of file DetectionElement.cxx.

◆ lvAliasToCathode()

Cathode o2::mch::dcs::quadrant::lvAliasToCathode ( std::string_view  alias)

Definition at line 24 of file Quadrant.cxx.

◆ solarAliasToDsIndices()

std::set< DsIndex > o2::mch::dcs::quadrant::solarAliasToDsIndices ( std::string_view  alias)

For St12, to get the solar alias to dual sampas relationship we "just" have to convert the solar crate number to a LV group (as used in the analog and digital measurements), and then reuse the LV group logic.

Definition at line 93 of file Quadrant.cxx.