ATLAS Offline Software
Loading...
Searching...
No Matches
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 27 of file eflowFirstInt.h.

27: m_fudgeMean(0.0), m_fudgeStdDev(0.0) {}
double m_fudgeStdDev

◆ eflowFirstInt() [2/2]

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

Definition at line 28 of file eflowFirstInt.h.

28: m_fudgeMean(mean), m_fudgeStdDev(stdDev) {}
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")

◆ ~eflowFirstInt()

eflowFirstInt::~eflowFirstInt ( )
inline

Definition at line 29 of file eflowFirstInt.h.

29{}

Member Function Documentation

◆ fudgeMean()

double eflowFirstInt::fudgeMean ( ) const
inline

Definition at line 31 of file eflowFirstInt.h.

31{return m_fudgeMean;}

◆ fudgeStdDev()

double eflowFirstInt::fudgeStdDev ( ) const
inline

Definition at line 32 of file eflowFirstInt.h.

32{return m_fudgeStdDev;}

◆ setFudgeMean()

void eflowFirstInt::setFudgeMean ( double fudgeMean)
inline

Definition at line 34 of file eflowFirstInt.h.

double fudgeMean() const

◆ setFudgeStdDev()

void eflowFirstInt::setFudgeStdDev ( double fudgeStdDev)
inline

Definition at line 35 of file eflowFirstInt.h.

double fudgeStdDev() const

Member Data Documentation

◆ m_fudgeMean

double eflowFirstInt::m_fudgeMean
protected

Definition at line 39 of file eflowFirstInt.h.

◆ m_fudgeStdDev

double eflowFirstInt::m_fudgeStdDev
protected

Definition at line 40 of file eflowFirstInt.h.


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