ATLAS Offline Software
Loading...
Searching...
No Matches
TrigThresholdDecisionTool.cxx File Reference
Include dependency graph for TrigThresholdDecisionTool.cxx:

Go to the source code of this file.

Namespaces

namespace  LVL1
 eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) inputs.
namespace  LVL1::MURoIThresholdsToolParams

Functions

std::vector< std::string > tokenize (std::string_view the_str, std::string_view delimiters)
 Splits the string into smaller substrings.

Variables

const char LVL1::MURoIThresholdsToolParams::ContainerName [] = "LVL1MuonRoIs"
const char LVL1::MURoIThresholdsToolParams::ThresholdType [] = "MU"

Function Documentation

◆ tokenize()

std::vector< std::string > CxxUtils::tokenize ( std::string_view the_str,
std::string_view delimiters )

Splits the string into smaller substrings.

Definition at line 12 of file Control/CxxUtils/Root/StringUtils.cxx.

13 {
14
16 }
std::vector< std::string > tokenize(std::string_view the_str, std::string_view delimiters)
Splits the string into smaller substrings.