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

FastShower::HardPhotonBarSelConfig Class Reference

#include <HardPhotonBarSelConfig.h>

Inheritance diagram for FastShower::HardPhotonBarSelConfig:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

IConfigurerm_configurer

Constructor & Destructor Documentation

FastShower::HardPhotonBarSelConfig::HardPhotonBarSelConfig Moni  
 

Definition at line 13 of file HardPhotonBarSelConfig.cxx.

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

FastShower::HardPhotonBarSelConfig::HardPhotonBarSelConfig NoMoni  
 

Definition at line 17 of file HardPhotonBarSelConfig.cxx.

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

FastShower::HardPhotonBarSelConfig::~HardPhotonBarSelConfig   [virtual]
 

Definition at line 21 of file HardPhotonBarSelConfig.cxx.

References m_configurer.

00021                                                  {
00022     delete m_configurer;
00023   }

Member Function Documentation

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 24 of file HardPhotonBarSelConfig.cxx.

00024                                                     {
00025     return new HardPhotonBarAcceptor();
00026   }

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 27 of file HardPhotonBarSelConfig.cxx.

00027                                                                    {
00028     return new EmHcalLeakageBar();
00029   }

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 30 of file HardPhotonBarSelConfig.cxx.

00030                                                                     {
00031     return new SmearHardPhoton();
00032   }

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 34 of file HardPhotonBarSelConfig.cxx.

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

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

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

Implements FastShower::ISingleShowererSelectorConfig.

Definition at line 40 of file HardPhotonBarSelConfig.cxx.

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

Member Data Documentation

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

Definition at line 36 of file HardPhotonBarSelConfig.h.

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


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