HepMC_helper::SelectZ0 Class Reference

#include <SelectZ0.h>

Inheritance diagram for HepMC_helper::SelectZ0:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SelectZ0 (double pt, double eta)
 ~SelectZ0 ()
IMCselectorcreate () const
bool operator() (const Particle *const p) const
bool operator() (const Particle &p) const
bool operator() (const Particle &p)

Private Attributes

MCCuts m_kineCuts
SelectType m_z0Type
int m_id
double m_ptMin
double m_etaMax

Detailed Description

Definition at line 28 of file SelectZ0.h.


Constructor & Destructor Documentation

HepMC_helper::SelectZ0::SelectZ0 ( double  pt,
double  eta 
) [inline]

Definition at line 31 of file SelectZ0.h.

HepMC_helper::SelectZ0::~SelectZ0 (  )  [inline]

Definition at line 33 of file SelectZ0.h.

00033 {};


Member Function Documentation

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

Implements HepMC_helper::IMCselector.

Definition at line 377 of file HepMC_helper.cxx.

00377 {return new SelectZ0(*this);}

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

Implements HepMC_helper::IMCselector.

Definition at line 372 of file HepMC_helper.cxx.

00372                                                            {
00373     if(!m_z0Type(p))   return false;
00374     if(!m_kineCuts(p)) return false;
00375     return true;
00376   } 

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

Definition at line 378 of file HepMC_helper.cxx.

00378                                                       {
00379     return this->operator()(&p);
00380   } 

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

Definition at line 27 of file IMCselector.h.

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


Member Data Documentation

MCCuts HepMC_helper::SelectZ0::m_kineCuts [private]

Definition at line 39 of file SelectZ0.h.

SelectType HepMC_helper::SelectZ0::m_z0Type [private]

Definition at line 40 of file SelectZ0.h.

int HepMC_helper::SelectZ0::m_id [private]

Definition at line 41 of file SelectZ0.h.

double HepMC_helper::SelectZ0::m_ptMin [private]

Definition at line 42 of file SelectZ0.h.

double HepMC_helper::SelectZ0::m_etaMax [private]

Definition at line 43 of file SelectZ0.h.


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