HepMC_helper::IsFromHardScatter Class Reference

#include <IsFromHardScatter.h>

Inheritance diagram for HepMC_helper::IsFromHardScatter:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IsFromHardScatter ()
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 17 of file IsFromHardScatter.h.


Constructor & Destructor Documentation

HepMC_helper::IsFromHardScatter::IsFromHardScatter (  )  [inline]

Definition at line 19 of file IsFromHardScatter.h.

00019 { } 


Member Function Documentation

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

Implements HepMC_helper::IMCselector.

Definition at line 89 of file HepMC_helper.cxx.

00089 {return new IsFromHardScatter(*this);}

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

Implements HepMC_helper::IMCselector.

Definition at line 77 of file HepMC_helper.cxx.

00077                                                                         {
00078 
00079     // This just returns true for the moment
00080     // Expect to be able to query GenEvent for status in future
00081     // p->parent_event()
00082     
00083     return true;
00084 
00085   }

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

Definition at line 86 of file HepMC_helper.cxx.

00086                                                                {
00087     return this->operator()(&p);
00088   } 

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:58 2007 for AtlfastUtils by  doxygen 1.5.1