ATLAS Offline Software
Functions
sTGCDetectorHelper.cxx File Reference
#include "MuonAGDDDescription/sTGCDetectorHelper.h"
#include "MuonAGDDDescription/sTGCDetectorDescription.h"
#include "AGDDKernel/AGDDDetectorStore.h"
#include "AGDDKernel/AGDDPositionerStore.h"
#include "AGDDKernel/AGDDDetectorPositioner.h"
#include "AGDDControl/AGDDController.h"
#include <vector>
Include dependency graph for sTGCDetectorHelper.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