CbmRoot
Loading...
Searching...
No Matches
cbm Namespace Reference

Namespaces

namespace  algo
 
namespace  atconverter
 
namespace  ca
 
namespace  core
 
namespace  explore
 
namespace  kf
 
namespace  mcbm
 
namespace  mq
 
namespace  qa
 
namespace  reco
 
namespace  services
 
namespace  sim
 
namespace  trd
 

Functions

template<class C , class T >
bool Contains (const C &container, const T &value)
 
std::string Capitalize (std::string_view str)
 Capitalize the first letter of a string. The rest of the string is made lowercase.
 

Function Documentation

◆ Capitalize()

std::string cbm::Capitalize ( std::string_view str)

Capitalize the first letter of a string. The rest of the string is made lowercase.

Definition at line 9 of file StlUtils.cxx.

Referenced by cbm::algo::Reco::QueueUnpackerMetricsDet().

◆ Contains()

template<class C , class T >
bool cbm::Contains ( const C & container,
const T & value )