Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

FastShower::HardPhotonEcSelConfig Class Reference

#include <HardPhotonEcSelConfig.h>

Inheritance diagram for FastShower::HardPhotonEcSelConfig:

Inheritance graph
[legend]
Collaboration diagram for FastShower::HardPhotonEcSelConfig:

Collaboration graph
[legend]
List of all members.

Public Methods

 HardPhotonEcSelConfig (Moni &)
 HardPhotonEcSelConfig (NoMoni &)
virtual IAcceptoracceptor () const
virtual IFnOfParticleParameters2ehSharer () const
virtual IFnOfParticleParametersresolution () const
virtual IShowerershowerer () const
virtual std::map< double,
std::string > 
histograms () const
virtual ~HardPhotonEcSelConfig ()

Private Attributes

IConfigurerm_configurer

Constructor & Destructor Documentation

FastShower::HardPhotonEcSelConfig::HardPhotonEcSelConfig Moni  
 

Definition at line 13 of file HardPhotonEcSelConfig.cxx.

00013                                                      :
00014   m_configurer(new HardPhotonEcConfigurer(m) ){
00015   }

FastShower::HardPhotonEcSelConfig::HardPhotonEcSelConfig NoMoni  
 

Definition at line 17 of file HardPhotonEcSelConfig.cxx.

00017                                                        :
00018   m_configurer(new HardPhotonEcConfigurer(m) ){
00019   }

FastShower::HardPhotonEcSelConfig::~HardPhotonEcSelConfig   [virtual]
 

Definition at line 21 of file HardPhotonEcSelConfig.cxx.

References m_configurer.

00021                                                {
00022     delete m_configurer;
00023   }

Member Function Documentation

IAcceptor * FastShower::HardPhotonEcSelConfig::acceptor   const [virtual]
 

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 24 of file HardPhotonEcSelConfig.cxx.

00024                                                    {
00025     return new HardPhotonEcAcceptor();
00026   }

IFnOfParticleParameters2 * FastShower::HardPhotonEcSelConfig::ehSharer   const [virtual]
 

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 27 of file HardPhotonEcSelConfig.cxx.

00027                                                                   {
00028     return new EmHcalLeakageEc();
00029   }

IFnOfParticleParameters * FastShower::HardPhotonEcSelConfig::resolution   const [virtual]
 

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 30 of file HardPhotonEcSelConfig.cxx.

00030                                                                    {
00031     return new SmearHardPhoton();
00032   }

IShowerer * FastShower::HardPhotonEcSelConfig::showerer   const [virtual]
 

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 34 of file HardPhotonEcSelConfig.cxx.

References m_configurer, and FastShower::IConfigurer::makeShowerer().

00034                                                    {
00035     return m_configurer->makeShowerer("HardPhotonEcShowerer");
00036   }

std::map< double, std::string > FastShower::HardPhotonEcSelConfig::histograms   const [virtual]
 

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 40 of file HardPhotonEcSelConfig.cxx.

00040                                                                    {
00041     std::map<double,std::string> hists;
00042     return hists;
00043   }

Member Data Documentation

IConfigurer* FastShower::HardPhotonEcSelConfig::m_configurer [private]
 

Definition at line 36 of file HardPhotonEcSelConfig.h.

Referenced by showerer(), and ~HardPhotonEcSelConfig().


The documentation for this class was generated from the following files:
Generated on Tue Mar 18 11:56:09 2003 for FastShowerUtils by doxygen1.3-rc1