ATLAS Offline Software
Classes | Functions
AthenaSummarySvc.cxx File Reference
#include "AthenaSummarySvc.h"
#include "GaudiKernel/FileIncident.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/System.h"
#include <fstream>
#include <unistd.h>
#include <exception>
#include <sstream>
#include <ctype.h>

Go to the source code of this file.

Classes

class  PD
 

Functions

const char *const II ("\001")
 
void tolower (std::string &s)
 

Function Documentation

◆ II()

const char* const II ( "\001"  )

◆ tolower()

void tolower ( std::string &  s)
inline

Definition at line 108 of file AthenaSummarySvc.cxx.

109 {
110  // cf https://en.cppreference.com/w/cpp/string/byte/tolower
111  std::transform(s.begin(), s.end(), s.begin(),
112  [](unsigned char c){ return std::tolower(c); } );
113 }
Amg::transform
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
Definition: GeoPrimitivesHelpers.h:156
python.SystemOfUnits.s
float s
Definition: SystemOfUnits.py:147
python.compressB64.c
def c
Definition: compressB64.py:93