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

TrkBase::Functors::setActive Class Reference

#include <TrkFunctors.h>

List of all members.

Public Member Functions

TrkHitOnTrkoperator() (TrkHitOnTrk *&h) const
TrkHitOnTrkoperator() (TrkHitOnTrk &h) const
TrkHitOnTrkoperator() (TrkHitOnTrk *&h) const
TrkHitOnTrkoperator() (TrkHitOnTrk &h) const

Private Member Functions

 setActive (bool active)
 setActive (bool active)

Private Attributes

bool _a

Friends

class ::TrkHitOnTrkUpdater


Constructor & Destructor Documentation

TrkBase::Functors::setActive::setActive bool  active  )  [inline, private]
 

00071 : _a(active){}

TrkBase::Functors::setActive::setActive bool  active  )  [inline, private]
 

00071 : _a(active){}


Member Function Documentation

TrkHitOnTrk* TrkBase::Functors::setActive::operator() TrkHitOnTrk *&  h  )  const [inline]
 

00067                 { return h->setActive(_a); }

TrkHitOnTrk* TrkBase::Functors::setActive::operator() TrkHitOnTrk h  )  const [inline]
 

00065                 { return h.setActive(_a); }

TrkHitOnTrk* TrkBase::Functors::setActive::operator() TrkHitOnTrk *&  h  )  const [inline]
 

00067                 { return h->setActive(_a); }

TrkHitOnTrk* TrkBase::Functors::setActive::operator() TrkHitOnTrk h  )  const [inline]
 

00065                 { return h.setActive(_a); }


Friends And Related Function Documentation

friend class ::TrkHitOnTrkUpdater [friend]
 


Member Data Documentation

bool TrkBase::Functors::setActive::_a [private]
 


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