#include <PeakMeanSNHadEarlyEcalBar1.h>
Inheritance diagram for FastShower::PeakMeanSNHadEarlyEcalBar1:
Public Methods | |
PeakMeanSNHadEarlyEcalBar1 () | |
virtual double | value (const PolyArgs &) const |
virtual IFn * | clone () const |
|
Definition at line 25 of file PeakMeanSNHadEarlyEcalBar1.h. Referenced by clone().
00025 :IFn(),DebugBase("PeakMeanSNHadEarlyEcalBar1"){} |
|
Implements FastShower::IFn. Definition at line 6 of file PeakMeanSNHadEarlyEcalBar1.cxx. References FastShower::CoreSamples::cell0(), and FastShower::PolyArgs::cs().
00006 { 00007 // 00008 return 1.0 - pa.cs()->cell0(); 00009 } |
|
Implements FastShower::IFn. Definition at line 11 of file PeakMeanSNHadEarlyEcalBar1.cxx. References PeakMeanSNHadEarlyEcalBar1().
00011 { 00012 return new PeakMeanSNHadEarlyEcalBar1(); 00013 } |