All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
THistSvc.cpp File Reference
#include "THistSvc.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 "GaudiKernel/IIoComponentMgr.h"
#include "GaudiKernel/IFileMgr.h"
#include "boost/bind.hpp"
#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 39 of file THistSvc.cpp.

40 {
41  std::transform(s.begin(), s.end(), s.begin(),
42  (int(*)(int)) toupper);
43 }
void toupper(std::string &s)
Definition: THistSvc.cpp:39
string s
Definition: gaudirun.py:210