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

FastShower::ElectronEcSelConfig Class Reference

#include <ElectronEcSelConfig.h>

Inheritance diagram for FastShower::ElectronEcSelConfig:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

IConfigurerm_configurer

Constructor & Destructor Documentation

FastShower::ElectronEcSelConfig::ElectronEcSelConfig Moni  
 

Definition at line 13 of file ElectronEcSelConfig.cxx.

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

FastShower::ElectronEcSelConfig::ElectronEcSelConfig NoMoni  
 

Definition at line 17 of file ElectronEcSelConfig.cxx.

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

FastShower::ElectronEcSelConfig::~ElectronEcSelConfig   [virtual]
 

Definition at line 21 of file ElectronEcSelConfig.cxx.

References m_configurer.

00021                                            {
00022     delete m_configurer;
00023   }

Member Function Documentation

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 24 of file ElectronEcSelConfig.cxx.

00024                                                  {
00025     return new ElectronEcAcceptor();
00026   }

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 27 of file ElectronEcSelConfig.cxx.

00027                                                                 {
00028     return new EmHcalLeakageEc();
00029   }

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 30 of file ElectronEcSelConfig.cxx.

00030                                                                  {
00031     return new SmearElectron();
00032   }

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 34 of file ElectronEcSelConfig.cxx.

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

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

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 40 of file ElectronEcSelConfig.cxx.

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

Member Data Documentation

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

Definition at line 36 of file ElectronEcSelConfig.h.

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


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