PandaRoot
PndFtsTrackFinder::PndFtsContext Class Reference

#include <PndFtsContext.h>

Public Member Functions

 PndFtsContext (PndFtsGeom geom, int debug=0, int verbose=0, const PndFtsMomEstMethod momEstMethod=PndFtsMomEstMethod::CURVATURE, PndFtsConstants constants={})
 

Public Attributes

const PndFtsGeom fGeom
 
const int fDebug
 
const int fVerbose
 
const PndFtsConstants fConstants
 
const PndFtsMomEstMethod fMomEstMethod
 

Detailed Description

Definition at line 19 of file PndFtsContext.h.

Constructor & Destructor Documentation

◆ PndFtsContext()

PndFtsTrackFinder::PndFtsContext::PndFtsContext ( PndFtsGeom  geom,
int  debug = 0,
int  verbose = 0,
const PndFtsMomEstMethod  momEstMethod = PndFtsMomEstMethod::CURVATURE,
PndFtsConstants  constants = {} 
)
inlineexplicit

Definition at line 21 of file PndFtsContext.h.

21  {})
22  : fGeom{std::move(geom)}, fDebug{debug}, fVerbose{verbose}, fConstants{constants}, fMomEstMethod{momEstMethod}
23  {
24  }
const PndFtsConstants fConstants
Definition: PndFtsContext.h:29
const PndFtsMomEstMethod fMomEstMethod
Definition: PndFtsContext.h:30

Member Data Documentation

◆ fConstants

const PndFtsConstants PndFtsTrackFinder::PndFtsContext::fConstants

Definition at line 29 of file PndFtsContext.h.

◆ fDebug

const int PndFtsTrackFinder::PndFtsContext::fDebug

Definition at line 27 of file PndFtsContext.h.

◆ fGeom

const PndFtsGeom PndFtsTrackFinder::PndFtsContext::fGeom

Definition at line 26 of file PndFtsContext.h.

◆ fMomEstMethod

const PndFtsMomEstMethod PndFtsTrackFinder::PndFtsContext::fMomEstMethod

Definition at line 30 of file PndFtsContext.h.

◆ fVerbose

const int PndFtsTrackFinder::PndFtsContext::fVerbose

Definition at line 28 of file PndFtsContext.h.


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