BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkBase::Functors::cloneHot Class Reference

#include <TrkFunctors.h>

+ Inheritance diagram for TrkBase::Functors::cloneHot:

Public Member Functions

 cloneHot (TrkRep *parentRep, const TrkDifTraj *trkTraj=0)
 
TrkHitOnTrkoperator() (const TrkHitOnTrk &h) const
 

Detailed Description

Definition at line 31 of file TrkFunctors.h.

Constructor & Destructor Documentation

◆ cloneHot()

TrkBase::Functors::cloneHot::cloneHot ( TrkRep parentRep,
const TrkDifTraj trkTraj = 0 
)
inline

Definition at line 33 of file TrkFunctors.h.

33: _r(parentRep), _t(trkTraj) {}

Member Function Documentation

◆ operator()()

TrkHitOnTrk * TrkBase::Functors::cloneHot::operator() ( const TrkHitOnTrk h) const
inline

Definition at line 35 of file TrkFunctors.h.

36 { return h.clone(_r,_t); }
virtual TrkHitOnTrk * clone(TrkRep *parentRep, const TrkDifTraj *trkTraj=0) const =0

The documentation for this class was generated from the following file: