Atlfast::IsThisAMonopole Class Reference

#include <ITransportedParticleFactory.h>

List of all members.

Public Member Functions

 IsThisAMonopole (int id)
bool operator() (int id) const

Private Attributes

int m_id


Detailed Description

Definition at line 12 of file ITransportedParticleFactory.h.


Constructor & Destructor Documentation

Atlfast::IsThisAMonopole::IsThisAMonopole ( int  id  )  [inline]

Definition at line 14 of file ITransportedParticleFactory.h.

00014 :m_id(id){};


Member Function Documentation

bool Atlfast::IsThisAMonopole::operator() ( int  id  )  const [inline]

Definition at line 17 of file ITransportedParticleFactory.h.

00017 { return id*id == m_id*m_id; }


Member Data Documentation

int Atlfast::IsThisAMonopole::m_id [private]

Definition at line 19 of file ITransportedParticleFactory.h.


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