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/IIncidentListener.h"
#include "GaudiKernel/System.h"
#include "PerfMonKernel/IPerfMonSvc.h"
#include "PerfMonEvent/DataModel.h"
#include "AthenaKernel/ILoggedMessageSvc.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 113 of file AthenaSummarySvc.cxx.

114 {
115  // cf https://en.cppreference.com/w/cpp/string/byte/tolower
116  std::transform(s.begin(), s.end(), s.begin(),
117  [](unsigned char c){ return std::tolower(c); } );
118 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
Amg::transform
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
Definition: GeoPrimitivesHelpers.h:156
python.compressB64.c
def c
Definition: compressB64.py:93