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

FastShower::SoftPhotonBarAcceptor Class Reference

#include <SoftPhotonBarAcceptor.h>

Inheritance diagram for FastShower::SoftPhotonBarAcceptor:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 SoftPhotonBarAcceptor ()
 SoftPhotonBarAcceptor (const IConfigurer *, const std::string &)
virtual IAcceptorclone () const
 Implementation of the IAcceptor interface.

virtual bool accept (const ParticleParameters &) const

Constructor & Destructor Documentation

FastShower::SoftPhotonBarAcceptor::SoftPhotonBarAcceptor  
 

Definition at line 8 of file SoftPhotonBarAcceptor.cxx.

Referenced by clone().

00008                                               : 
00009     IAcceptor(), DebugBase("SoftPhotonBarAcceptor"){}

FastShower::SoftPhotonBarAcceptor::SoftPhotonBarAcceptor const IConfigurer  ,
const std::string &   
 


Member Function Documentation

IAcceptor * FastShower::SoftPhotonBarAcceptor::clone   const [virtual]
 

Implementation of the IAcceptor interface.

Implements FastShower::IAcceptor.

Definition at line 11 of file SoftPhotonBarAcceptor.cxx.

References SoftPhotonBarAcceptor().

00011                                                {
00012     return  new SoftPhotonBarAcceptor(*this);
00013   }

bool FastShower::SoftPhotonBarAcceptor::accept const ParticleParameters   const [virtual]
 

Implements FastShower::IAcceptor.

Definition at line 15 of file SoftPhotonBarAcceptor.cxx.

References FastShower::ParticleParameters::isPhoton(), FastShower::ParticleParameters::rawEnergy(), and FastShower::ParticleParameters::region().

00015                                                                        {
00016     return  (pp.isPhoton() && pp.rawEnergy()<1.5 && pp.region()==0);
00017   }

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