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

FastShower::ApplyNorm Class Reference

List of all members.

Public Methods

 ApplyNorm (double norm)
void operator() (double &proxDep)
 ApplyNorm (double norm)
void operator() (double &proxDep)

Private Attributes

double m_norm

Constructor & Destructor Documentation

FastShower::ApplyNorm::ApplyNorm double    norm [inline]
 

Definition at line 49 of file CoreDepositor.cxx.

00049 :m_norm(norm){}

FastShower::ApplyNorm::ApplyNorm double    norm [inline]
 

Definition at line 63 of file HaloDepositor.cxx.

00063 :m_norm(norm){}

Member Function Documentation

void FastShower::ApplyNorm::operator() double &    proxDep [inline]
 

Definition at line 50 of file CoreDepositor.cxx.

00050                                     { 
00051       proxDep *= m_norm;
00052     }

void FastShower::ApplyNorm::operator() double &    proxDep [inline]
 

Definition at line 64 of file HaloDepositor.cxx.

00064                                     { 
00065       proxDep *= m_norm;
00066    }

Member Data Documentation

double FastShower::ApplyNorm::m_norm [private]
 

Definition at line 68 of file HaloDepositor.cxx.


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