#include <BremPTScaleBin.h>
Public Methods | |
| BremPTScaleBin () | |
| BremPTScaleBin (double low, double high, double pt, double step) | |
| double | calculatePScale (double rand) const |
| double | ptValue () const |
| double | ptStep () const |
| double | low () const |
| double | high () const |
Private Attributes | |
| double | m_low |
| double | m_high |
| double | m_ptValue |
| double | m_ptStep |
|
|
Definition at line 12 of file BremPTScaleBin.h.
00012 {}
|
|
||||||||||||||||||||
|
Definition at line 5 of file BremPTScaleBin.cxx.
|
|
|
Definition at line 9 of file BremPTScaleBin.cxx. References m_high, m_low, m_ptStep, and m_ptValue.
|
|
|
Definition at line 16 of file BremPTScaleBin.cxx. References m_ptValue. Referenced by Atlfast::operator<<().
00016 {return m_ptValue;}
|
|
|
Definition at line 17 of file BremPTScaleBin.cxx. References m_ptStep. Referenced by Atlfast::operator<<().
00017 {return m_ptStep;}
|
|
|
Definition at line 14 of file BremPTScaleBin.cxx. References m_low. Referenced by Atlfast::operator<<().
00014 {return m_low;}
|
|
|
Definition at line 15 of file BremPTScaleBin.cxx. References m_high. Referenced by Atlfast::operator<<().
00015 {return m_high;}
|
|
|
Definition at line 21 of file BremPTScaleBin.h. Referenced by calculatePScale(), and low(). |
|
|
Definition at line 22 of file BremPTScaleBin.h. Referenced by calculatePScale(), and high(). |
|
|
Definition at line 23 of file BremPTScaleBin.h. Referenced by calculatePScale(), and ptValue(). |
|
|
Definition at line 24 of file BremPTScaleBin.h. Referenced by calculatePScale(), and ptStep(). |
1.3-rc1