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 Member Functions

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

Detailed Description

Definition at line 15 of file All.h.


Constructor & Destructor Documentation

HepMC_helper::All::All (  )  [inline]

Definition at line 18 of file All.h.

00018 { } 


Member Function Documentation

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

Implements HepMC_helper::IMCselector.

Definition at line 21 of file HepMC_helper.cxx.

00021 {return new All();}

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

Implements HepMC_helper::IMCselector.

Definition at line 15 of file HepMC_helper.cxx.

00015                                                    {
00016     return true;
00017   }

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

Definition at line 18 of file HepMC_helper.cxx.

00018                                                  {
00019     return this->operator()(&p);
00020   } 

bool HepMC_helper::IMCselector::operator() ( const Particle p  )  [inline, inherited]

Definition at line 27 of file IMCselector.h.

00027 {return this->operator()(&p);} 


The documentation for this class was generated from the following files:
Generated on Fri Sep 21 13:20:57 2007 for AtlfastUtils by  doxygen 1.5.1