Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GenAll Class Reference

#include <GenAll.h>

Inheritance diagram for GenAll:

GenIMCselector List of all members.

Public Member Functions

GenIMCselectorcreate () const
 GenAll ()
bool operator() (const Particle &p)
bool operator() (const Particle &p) const
bool operator() (const Particle *const p) const

Constructor & Destructor Documentation

GenAll::GenAll  )  [inline]
 

00018 { } 


Member Function Documentation

GenIMCselector * GenAll::create  )  const [virtual]
 

Implements GenIMCselector.

00016 {return new GenAll();}

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

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

bool GenAll::operator() const Particle p  )  const
 

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

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

Implements GenIMCselector.

00010                                                       {
00011     return true;
00012   }


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:16:32 2011 for BOSS6.5.5 by  doxygen 1.3.9.1