#include <Normalisations.h>
Public Methods | |
Normalisations (double norm) | |
Normalisations (double core, double halo, double pencil) | |
double | core () const |
double | halo () const |
double | pencil () const |
void | scaleCore (double) |
void | scaleHalo (double) |
void | scalePencil (double) |
void | scaleNormFactors (double) |
Private Attributes | |
double | m_core |
double | m_halo |
double | m_pencil |
|
Definition at line 7 of file Normalisations.h. References m_core, m_halo, and m_pencil.
|
|
Definition at line 9 of file Normalisations.h. References core(), halo(), m_core, m_halo, m_pencil, and pencil().
|
|
Definition at line 26 of file Normalisations.h. Referenced by FastShower::CoreDepositor::deposit(), and Normalisations().
00026 {return m_core;} |
|
Definition at line 27 of file Normalisations.h. Referenced by FastShower::HaloDepositor::deposit(), and Normalisations().
00027 {return m_halo;} |
|
Definition at line 28 of file Normalisations.h. References m_pencil. Referenced by FastShower::PencilDepositor::deposit(), and Normalisations().
00028 {return m_pencil;} |
|
Definition at line 29 of file Normalisations.h. References m_core. Referenced by FastShower::HadLateHcalNormaliser::scale(), FastShower::HadEarlyHcalNormaliser::scale(), FastShower::HadEarlyEcalNormaliser::scale(), and FastShower::EmEcalNormaliser::scale().
00029 {m_core *= scale;} |
|
Definition at line 30 of file Normalisations.h. References m_halo. Referenced by FastShower::HadLateHcalNormaliser::scale(), FastShower::HadEarlyHcalNormaliser::scale(), and FastShower::HadEarlyEcalNormaliser::scale().
00030 {m_halo *= scale;} |
|
Definition at line 31 of file Normalisations.h. References m_pencil. Referenced by FastShower::SoftHadHcalNormaliser::scale(), FastShower::SoftHadEcalNormaliser::scale(), FastShower::HadLateEcalNormaliser::scale(), and FastShower::EmHcalNormaliser::scale().
00031 {m_pencil *= scale;} |
|
Definition at line 32 of file Normalisations.h. References m_core, m_halo, and m_pencil.
|
|
Definition at line 21 of file Normalisations.h. Referenced by Normalisations(), scaleCore(), and scaleNormFactors(). |
|
Definition at line 22 of file Normalisations.h. Referenced by Normalisations(), scaleHalo(), and scaleNormFactors(). |
|
Definition at line 23 of file Normalisations.h. Referenced by Normalisations(), pencil(), scaleNormFactors(), and scalePencil(). |