Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

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

 DECLARE_SERVICE_FACTORY (PartPropSvc)
void toupper (std::string &s)
 PartPropSvc::PartPropSvc (const std::string &name, ISvcLocator *svc)
 PartPropSvc::~PartPropSvc ()
StatusCode PartPropSvc::initialize ()
StatusCode PartPropSvc::reinitialize ()
StatusCode PartPropSvc::finalize ()
bool(*)(std::istream
&, HepPDT::TableBuilder &) 
PartPropSvc::parseTableType (std::string &typ)
StatusCode PartPropSvc::createTable ()
HepPDT::ParticleDataTable * PartPropSvc::PDT ()
void PartPropSvc::setUnknownParticleHandler (HepPDT::ProcessUnknownID *puid, const std::string &n)


Function Documentation

DECLARE_SERVICE_FACTORY ( PartPropSvc   ) 

void toupper ( std::string s  )  [inline]

Definition at line 29 of file PartPropSvc.cpp.

00030 {
00031     std::string::iterator it=s.begin();
00032     while(it != s.end())
00033     {
00034         *it = toupper(*it);
00035         it++;
00036     }
00037 }


Generated at Thu Sep 30 09:58:12 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004