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

HepMC_helper::All Class Reference

#include <All.h>

Inheritance diagram for HepMC_helper::All:

Inheritance graph
[legend]
Collaboration diagram for HepMC_helper::All:

Collaboration graph
[legend]
List of all members.

Public Methods

 All ()
IMCselectorcreate () const
bool operator() (const Particle *const p) const
bool operator() (const Particle &p) const

Constructor & Destructor Documentation

HepMC_helper::All::All   [inline]
 

Definition at line 18 of file All.h.

Referenced by create().

00018 { } 

Member Function Documentation

IMCselector * HepMC_helper::All::create   const [virtual]
 

Implements HepMC_helper::IMCselector.

Definition at line 16 of file HepMC_helper.cxx.

References All().

00016 {return new All();}

bool HepMC_helper::All::operator() const Particle *const    p const [virtual]
 

Implements HepMC_helper::IMCselector.

Definition at line 10 of file HepMC_helper.cxx.

References HepMC_helper::Particle.

Referenced by operator()().

00010                                                    {
00011     return true;
00012   }

bool HepMC_helper::All::operator() const Particle   p const
 

Definition at line 13 of file HepMC_helper.cxx.

References operator()(), and HepMC_helper::Particle.

00013                                                  {
00014     return this->operator()(&p);
00015   } 

The documentation for this class was generated from the following files:
Generated on Wed Jan 15 11:00:34 2003 for AtlfastUtils by doxygen1.3-rc1