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

IsGenStable Class Reference

#include <IsGenStable.h>

Inheritance diagram for IsGenStable:

GenIMCselector List of all members.

Public Member Functions

GenIMCselectorcreate () const
 IsGenStable ()
bool operator() (const Particle &p)
virtual bool operator() (const Particle &p) const
virtual bool operator() (const Particle *const p) const

Constructor & Destructor Documentation

IsGenStable::IsGenStable  ) 
 

00011 {}


Member Function Documentation

GenIMCselector * IsGenStable::create  )  const [virtual]
 

Implements GenIMCselector.

00020 {return new IsGenStable(*this);}

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

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

bool IsGenStable::operator() const Particle p  )  const [virtual]
 

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

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

Implements GenIMCselector.

00013                                                               {
00014     return ( ((p->status()%1000 == 1) || (p->status()%1000 == 2 && p->status() > 1000)) &&
00015  (p->barcode()<100000)  ) ? true:false;    
00016   }


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