PartPropSvc.cpp File Reference
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/PathResolver.h"
#include "PartPropSvc.h"
#include "HepPDT/HeavyIonUnknownID.hh"
#include <cstdlib>
#include <fstream>
#include <boost/regex.hpp>
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 23 of file PartPropSvc.cpp.

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