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

FastShower::ElectronBarAcceptor Class Reference

#include <ElectronBarAcceptor.h>

Inheritance diagram for FastShower::ElectronBarAcceptor:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 ElectronBarAcceptor ()
virtual IAcceptorclone () const
 Implementation of the IAcceptor interface.

virtual bool accept (const ParticleParameters &) const

Constructor & Destructor Documentation

FastShower::ElectronBarAcceptor::ElectronBarAcceptor  
 

Definition at line 8 of file ElectronBarAcceptor.cxx.

Referenced by clone().

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

Member Function Documentation

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

Implementation of the IAcceptor interface.

Implements FastShower::IAcceptor.

Definition at line 11 of file ElectronBarAcceptor.cxx.

References ElectronBarAcceptor().

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

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

Implements FastShower::IAcceptor.

Definition at line 15 of file ElectronBarAcceptor.cxx.

References FastShower::ParticleParameters::isElectron(), and FastShower::ParticleParameters::region().

00015                                                                      {
00016     return  (pp.isElectron() && pp.region()==0);
00017   }

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