TrkBase::Functors::setActive Class Reference

#include <TrkFunctors.h>

List of all members.

Public Member Functions

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

Private Member Functions

 setActive (bool active)

Private Attributes

bool _a

Friends

class ::TrkHitOnTrkUpdater


Detailed Description

Definition at line 62 of file TrkFunctors.h.


Constructor & Destructor Documentation

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

Definition at line 71 of file TrkFunctors.h.

00071 : _a(active){}


Member Function Documentation

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

Definition at line 66 of file TrkFunctors.h.

References _a, and TrkHitOnTrk::setActive().

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

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

Definition at line 64 of file TrkFunctors.h.

References _a, and TrkHitOnTrk::setActive().

00065                 { return h.setActive(_a); }


Friends And Related Function Documentation

friend class ::TrkHitOnTrkUpdater [friend]

Definition at line 70 of file TrkFunctors.h.


Member Data Documentation

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

Definition at line 72 of file TrkFunctors.h.

Referenced by operator()().


Generated on Tue Nov 29 23:36:38 2016 for BOSS_7.0.2 by  doxygen 1.4.7