Atlfast::SelectorBridge Class Reference

Collaboration diagram for Atlfast::SelectorBridge:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SelectorBridge (const HepMC_helper::IMCselector *s)
bool operator() (const GenParticle *p)

Private Attributes

const HepMC_helper::IMCselectorm_selector

Detailed Description

Definition at line 18 of file TesIO.cxx.


Constructor & Destructor Documentation

Atlfast::SelectorBridge::SelectorBridge ( const HepMC_helper::IMCselector s  )  [inline]

Definition at line 20 of file TesIO.cxx.

00020 :m_selector(s){}


Member Function Documentation

bool Atlfast::SelectorBridge::operator() ( const GenParticle *  p  )  [inline]

Definition at line 21 of file TesIO.cxx.

00021                                           {
00022       return m_selector->operator()(p);
00023     }


Member Data Documentation

const HepMC_helper::IMCselector* Atlfast::SelectorBridge::m_selector [private]

Definition at line 25 of file TesIO.cxx.


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