Gaudi Framework, version v21r10p1

Home   Generated: 29 Jul 2010

Gaudi::Parsers::Histo1DGrammar Class Reference

The simple grammar for histogram description/definition:. More...

List of all members.

Public Types

typedef Gaudi::Histo1DDef ResultT

Public Member Functions

void matchLow (const double low) const
 callback. Action when we match first value
void matchHigh (const double high) const
void matchTitle (const std::string &title) const
void matchBins (const int bins) const

Classes

struct  definition


Detailed Description

The simple grammar for histogram description/definition:.

The valid representations of the histogram descriptor are:

See also:
Gaudi::Histo1DDef
Author:
Alexander MAZUROV Alexander.Mazurov@gmail.com

Vanya BELYAEV ibelyaev@physics.syr.edu

Date:
2007-09-17

Definition at line 44 of file ParseHistos.cpp.


Member Typedef Documentation

typedef Gaudi::Histo1DDef Gaudi::Parsers::Histo1DGrammar::ResultT

Definition at line 50 of file ParseHistos.cpp.


Member Function Documentation

void Gaudi::Parsers::Histo1DGrammar::matchLow ( const double  low  )  const [inline]

callback. Action when we match first value

Definition at line 53 of file ParseHistos.cpp.

00054       { this -> val() . setLowEdge  ( low   ) ; }

void Gaudi::Parsers::Histo1DGrammar::matchHigh ( const double  high  )  const [inline]

Definition at line 55 of file ParseHistos.cpp.

00056       { this -> val() . setHighEdge ( high  ) ; }

void Gaudi::Parsers::Histo1DGrammar::matchTitle ( const std::string title  )  const [inline]

Definition at line 57 of file ParseHistos.cpp.

00058       { this -> val() . setTitle    ( title ) ; }

void Gaudi::Parsers::Histo1DGrammar::matchBins ( const int  bins  )  const [inline]

Definition at line 59 of file ParseHistos.cpp.

00060       { this -> val() . setBins     ( bins  ) ; }


The documentation for this class was generated from the following file:

Generated at Thu Jul 29 10:19:33 2010 for Gaudi Framework, version v21r10p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004