Gaudi Framework, version v21r7

Home   Generated: 22 Jan 2010

Fill.cpp File Reference

Implementation file for function form namespace Gaudi::Utils::Histos. More...

#include <string>
#include "GaudiAlg/Fill.h"
#include "AIDA/IHistogram1D.h"
#include "AIDA/IHistogram2D.h"
#include "AIDA/IHistogram3D.h"
#include "AIDA/IProfile1D.h"
#include "AIDA/IProfile2D.h"

Include dependency graph for Fill.cpp:

Go to the source code of this file.

Functions

GAUDI_API void Gaudi::Utils::Histos::fill (AIDA::IHistogram1D *histo, const double value, const double weight=1.0)
 simple function to fill AIDA::IHistogram1D objects
GAUDI_API void Gaudi::Utils::Histos::fill (AIDA::IHistogram2D *histo, const double valueX, const double valueY, const double weight=1.0)
 simple function to fill AIDA::IHistogram2D objects
GAUDI_API void Gaudi::Utils::Histos::fill (AIDA::IHistogram3D *histo, const double valueX, const double valueY, const double valueZ, const double weight=1.0)
 simple function to fill AIDA::IHistogram3D objects
GAUDI_API void Gaudi::Utils::Histos::fill (AIDA::IProfile1D *histo, const double valueX, const double valueY, const double weight=1.0)
 simple function to fill AIDA::IProfile1D objects
GAUDI_API void Gaudi::Utils::Histos::fill (AIDA::IProfile2D *histo, const double valueX, const double valueY, const double valueZ, const double weight=1.0)
 simple function to fill AIDA::IProfile2D objects
std::string htitle_ (const AIDA::IBaseHistogram *histo, const std::string &title)
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IBaseHistogram *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IHistogram *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IHistogram1D *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IHistogram2D *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IHistogram3D *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IProfile *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IProfile1D *histo, const std::string &title="")
 get the title
GAUDI_API std::string Gaudi::Utils::Histos::htitle (const AIDA::IProfile2D *histo, const std::string &title="")
 get the title
GAUDI_API AIDA::IBaseHistogram * Gaudi::Utils::Histos::toBase (AIDA::IHistogram1D *histo)
GAUDI_API AIDA::IBaseHistogram * Gaudi::Utils::Histos::toBase (AIDA::IHistogram2D *histo)
GAUDI_API AIDA::IBaseHistogram * Gaudi::Utils::Histos::toBase (AIDA::IHistogram3D *histo)
GAUDI_API AIDA::IBaseHistogram * Gaudi::Utils::Histos::toBase (AIDA::IProfile1D *histo)
GAUDI_API AIDA::IBaseHistogram * Gaudi::Utils::Histos::toBase (AIDA::IProfile2D *histo)


Detailed Description

Implementation file for function form namespace Gaudi::Utils::Histos.

Date:
2007-10-02
Author:
Vanya BELYAEV ibelyaev@physics.syr.edu

Definition in file Fill.cpp.


Function Documentation

std::string @61::htitle_ ( const AIDA::IBaseHistogram *  histo,
const std::string title 
) [inline, static]

Definition at line 128 of file Fill.cpp.

00130   {
00131     return 
00132       ( 0 != histo && title.empty() ) ? histo->title() : title ;
00133   }


Generated at Fri Jan 22 20:29:00 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004