Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

THistSvc.cpp File Reference

#include "THistSvc.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Tokenizer.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/Property.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/FileIncident.h"
#include "GaudiKernel/IEventProcessor.h"
#include "GaudiKernel/IJobOptionsSvc.h"
#include "TROOT.h"
#include "TFile.h"
#include "TDirectory.h"
#include "TKey.h"
#include "TError.h"
#include "TGraph.h"
#include <sstream>
#include <streambuf>
#include <cstdio>
Include dependency graph for THistSvc.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 36 of file THistSvc.cpp.

00037 {
00038   std::transform(s.begin(), s.end(), s.begin(),
00039                  (int(*)(int)) toupper);
00040 }

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

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