ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
eflowFirstInt Class Reference

This object holds the expected energy deposit of a track and the known width of that distribution. More...

#include <eflowFirstInt.h>

Inheritance diagram for eflowFirstInt:
Collaboration diagram for eflowFirstInt:

Public Member Functions

 eflowFirstInt ()
 
 eflowFirstInt (double mean, double stdDev)
 
 ~eflowFirstInt ()
 
double fudgeMean () const
 
double fudgeStdDev () const
 
void setFudgeMean (double fudgeMean)
 
void setFudgeStdDev (double fudgeStdDev)
 

Protected Attributes

double m_fudgeMean
 
double m_fudgeStdDev
 

Detailed Description

This object holds the expected energy deposit of a track and the known width of that distribution.

Definition at line 23 of file eflowFirstInt.h.

Constructor & Destructor Documentation

◆ eflowFirstInt() [1/2]

eflowFirstInt::eflowFirstInt ( )
inline

Definition at line 35 of file eflowFirstInt.h.

◆ eflowFirstInt() [2/2]

eflowFirstInt::eflowFirstInt ( double  mean,
double  stdDev 
)
inline

Definition at line 36 of file eflowFirstInt.h.

37 :
38 

◆ ~eflowFirstInt()

eflowFirstInt::~eflowFirstInt ( )
inline

Definition at line 37 of file eflowFirstInt.h.

37 :
38 

Member Function Documentation

◆ fudgeMean()

double eflowFirstInt::fudgeMean ( ) const
inline

Definition at line 39 of file eflowFirstInt.h.

◆ fudgeStdDev()

double eflowFirstInt::fudgeStdDev ( ) const
inline

Definition at line 40 of file eflowFirstInt.h.

◆ setFudgeMean()

void eflowFirstInt::setFudgeMean ( double  fudgeMean)
inline

Definition at line 42 of file eflowFirstInt.h.

◆ setFudgeStdDev()

void eflowFirstInt::setFudgeStdDev ( double  fudgeStdDev)
inline

Definition at line 43 of file eflowFirstInt.h.

Member Data Documentation

◆ m_fudgeMean

double eflowFirstInt::m_fudgeMean
protected

Definition at line 47 of file eflowFirstInt.h.

◆ m_fudgeStdDev

double eflowFirstInt::m_fudgeStdDev
protected

Definition at line 48 of file eflowFirstInt.h.


The documentation for this class was generated from the following file:
eflowFirstInt::fudgeStdDev
double fudgeStdDev() const
Definition: eflowFirstInt.h:40
eflowFirstInt::m_fudgeStdDev
double m_fudgeStdDev
Definition: eflowFirstInt.h:48