All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PartPropSvc.cpp File Reference
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/PathResolver.h"
#include "GaudiKernel/Tokenizer.h"
#include "PartPropSvc.h"
#include "HepPDT/HeavyIonUnknownID.hh"
#include <cstdlib>
#include <fstream>
Include dependency graph for PartPropSvc.cpp:

Go to the source code of this file.

Functions

void toupper (std::string &s)
 

Function Documentation

void toupper ( std::string &  s)
inline

Definition at line 24 of file PartPropSvc.cpp.

25 {
26  std::transform(s.begin(), s.end(), s.begin(),
27  (int(*)(int)) toupper);
28 }
void toupper(std::string &s)
Definition: PartPropSvc.cpp:24
string s
Definition: gaudirun.py:210