ATLAS Offline Software
Functions
MMDetectorDescription.cxx File Reference
#include "MuonAGDDDescription/MMDetectorDescription.h"
#include "AGDDModel/AGDDParameterStore.h"
#include "AGDDKernel/AGDDDetectorStore.h"
#include <sstream>
Include dependency graph for MMDetectorDescription.cxx:

Go to the source code of this file.

Functions

int myatoi (std::string_view str)
 

Function Documentation

◆ myatoi()

int myatoi ( std::string_view  str)

Definition at line 34 of file MMDetectorHelper.cxx.

34  {
35  int result=-9999;
36  std::from_chars(str.data(), str.data() + str.size(), result);
37  return result;
38 }
get_generator_info.result
result
Definition: get_generator_info.py:21
str
Definition: BTagTrackIpAccessor.cxx:11