Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

PartPropSvc.cpp File Reference

#include "GaudiKernel/SvcFactory.h"
#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 25 of file PartPropSvc.cpp.

00026 {
00027   std::transform(s.begin(), s.end(), s.begin(),
00028                  (int(*)(int)) toupper);
00029 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:30:02 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004