Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT > Class Template Reference

The grammar for 4D-point. More...

#include <GrammarsForVectors.h>

List of all members.

Public Types

typedef POINT ResultT
 the actual type of result
typedef ClosureGrammar< POINTClosureT

Public Member Functions

void matchX (double value) const
 callback. Action when we match inner value
void matchY (double value) const
void matchZ (double value) const
void matchT (double value) const

Classes

struct  definition


Detailed Description

template<class ScalarGrammarT, class POINT>
class Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >

The grammar for 4D-point.

Author:
Vanya BELYAEV Ivan.Belyaev@nikhef.nl
Date:
2009-09-05

Definition at line 92 of file GrammarsForVectors.h.


Member Typedef Documentation

template<class ScalarGrammarT, class POINT>
typedef POINT Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::ResultT

the actual type of result

Definition at line 101 of file GrammarsForVectors.h.

template<class ScalarGrammarT, class POINT>
typedef ClosureGrammar<POINT> Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::ClosureT

Definition at line 102 of file GrammarsForVectors.h.


Member Function Documentation

template<class ScalarGrammarT, class POINT>
void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchX ( double  value  )  const [inline]

callback. Action when we match inner value

Definition at line 107 of file GrammarsForVectors.h.

00107 { this->val().SetPx ( value ) ; }

template<class ScalarGrammarT, class POINT>
void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchY ( double  value  )  const [inline]

Definition at line 108 of file GrammarsForVectors.h.

00108 { this->val().SetPy ( value ) ; }

template<class ScalarGrammarT, class POINT>
void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchZ ( double  value  )  const [inline]

Definition at line 109 of file GrammarsForVectors.h.

00109 { this->val().SetPz ( value ) ; }

template<class ScalarGrammarT, class POINT>
void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchT ( double  value  )  const [inline]

Definition at line 110 of file GrammarsForVectors.h.

00110 { this->val().SetE  ( value ) ; }


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

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