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

IsGenInteracting Class Reference

#include <IsGenInteracting.h>

Inheritance diagram for IsGenInteracting:

GenIMCselector List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

IsGenInteracting::IsGenInteracting  ) 
 

00011 {}


Member Function Documentation

GenIMCselector * IsGenInteracting::create  )  const [virtual]
 

Implements GenIMCselector.

00026 {return new IsGenInteracting(*this);}

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

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

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

00023                                                               {
00024     return this->operator()(&p);
00025   } 

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

Implements GenIMCselector.

00013                                                                    {
00014     return ( (((p->status()%1000 == 1) ||
00015               (p->status()%1000 == 2 && p->status() > 1000)) &&
00016              (p->barcode()<100000)) &&
00017              !(abs(p->pdg_id())==12 || abs(p->pdg_id())==14 
00018             || abs(p->pdg_id())==16 ||
00019             (abs(p->pdg_id())==1000039 &&  p->status()%1000==1 ) ||
00020             (abs(p->pdg_id())==1000022 &&  p->status()%1000==1 )) ) ? true:false;    
00021   }


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