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

Go to the source code of this file.

Namespaces

namespace  Trig
 The common trigger namespace for trigger analysis tools.

Macros

#define MUONMASS   ParticleConstants::muonMassInMeV

Functions

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

Macro Definition Documentation

◆ MUONMASS

#define MUONMASS   ParticleConstants::muonMassInMeV

Definition at line 20 of file TrigMuonMatching.cxx.

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.