Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

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/IEventProcessor.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 <algorithm>

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 34 of file THistSvc.cpp.

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


Generated at Mon May 3 12:21:15 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004