Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

FastShower::Scale Class Reference

Function object for normalisation with STL. More...

#include <Deposits.h>

List of all members.


Public Methods

 Scale (double sf)
double operator() (double x)

Private Attributes

double m_scaleFactor

Detailed Description

Function object for normalisation with STL.

Definition at line 32 of file Deposits.h.


Constructor & Destructor Documentation

FastShower::Scale::Scale double    sf [inline]
 

Definition at line 34 of file Deposits.h.

References m_scaleFactor.

00034 : m_scaleFactor(sf){}

Member Function Documentation

double FastShower::Scale::operator() double    x [inline]
 

Definition at line 35 of file Deposits.h.

References m_scaleFactor.

00035 {return x*m_scaleFactor;}

Member Data Documentation

double FastShower::Scale::m_scaleFactor [private]
 

Definition at line 37 of file Deposits.h.

Referenced by operator()(), and Scale().


The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:55:13 2003 for FastShowerUtils by doxygen1.3-rc1