#include <ANEmEcalBar2.h>
Inheritance diagram for FastShower::ANEmEcalBar2:
Public Methods | |
ANEmEcalBar2 (IUpdatingGaussian *) | |
ANEmEcalBar2 (const IConfigurer *, const std::string &) | |
virtual ISampler * | clone () const |
ISampler interface. | |
virtual void | sample (const PolyArgs &, CoreSamples &) const |
sample and fill CoreSamples. | |
virtual double | lastValue (const CoreSamples &) const |
read back last deposit - used by monitoring code. | |
virtual void | components (IDebug::Cpts &) const |
Private Attributes | |
SP< IUpdatingGaussian > | m_peak |
Static Private Attributes | |
const double | s_nSigma |
|
Definition at line 21 of file ANEmEcalBar2.cxx. Referenced by clone().
|
|
Definition at line 24 of file ANEmEcalBar2.cxx. References FastShower::IConfigurer::findIUG(), m_peak, and FastShower::DebugBase::text().
|
|
ISampler interface.
Implements FastShower::ISampler. Definition at line 33 of file ANEmEcalBar2.cxx. References ANEmEcalBar2().
00033 {return new ANEmEcalBar2(*this);} |
|
sample and fill CoreSamples.
Implements FastShower::ISampler. Definition at line 35 of file ANEmEcalBar2.cxx. References FastShower::CoreSamples::fill(), m_peak, and s_nSigma.
|
|
read back last deposit - used by monitoring code.
Implements FastShower::ISampler. Definition at line 38 of file ANEmEcalBar2.cxx. References FastShower::CoreSamples::give().
00038 { 00039 return cs.give(this); 00040 } |
|
Reimplemented from FastShower::DebugBase. Definition at line 41 of file ANEmEcalBar2.cxx. References m_peak.
00041 { 00042 v.push_back(m_peak); 00043 } |
|
Definition at line 69 of file ANEmEcalBar2.h. Referenced by ANEmEcalBar2(), components(), and sample(). |
|
Referenced by sample(). |