![]() |
Belle II Software development
|
The payload containing all the DAFParameters configuration, one for each different track fit option. More...
#include <DAFConfiguration.h>
Public Types | |
| enum | ETrackFitType : short { c_Default = 0 , c_Cosmics = 1 , c_CDConly = 2 } |
| Enum for identifying the type of track fit algorythm ( or cosmic) More... | |
Public Member Functions | |
| DAFConfiguration () | |
| Default constructor. | |
| ~DAFConfiguration () | |
| Destructor. | |
| const DAFParameters * | getDAFParameters (DAFConfiguration::ETrackFitType trackFitType) const |
| Get the DAFParameters for the specific track fit type. | |
| void | setDAFParameters (DAFConfiguration::ETrackFitType trackFitType, const DAFParameters *DAFParam) |
| Set the DAFParameters for the specific track fit type. | |
Private Member Functions | |
| ClassDef (DAFConfiguration, 1) | |
| ClassDef, necessary for ROOT. | |
Private Attributes | |
| std::map< DAFConfiguration::ETrackFitType, DAFParameters > | m_DAFParameters |
| The minimum allowed pValue for the convergence criterion. | |
The payload containing all the DAFParameters configuration, one for each different track fit option.
Definition at line 25 of file DAFConfiguration.h.
| enum ETrackFitType : short |
Enum for identifying the type of track fit algorythm ( or cosmic)
| Enumerator | |
|---|---|
| c_Default | default configuration |
| c_Cosmics | configuration for cosmics data reconstruction |
| c_CDConly | configuration for the CDC-only track fitting |
Definition at line 33 of file DAFConfiguration.h.
|
inline |
|
inline |
|
inline |
Get the DAFParameters for the specific track fit type.
Definition at line 46 of file DAFConfiguration.h.
|
inline |
Set the DAFParameters for the specific track fit type.
Definition at line 58 of file DAFConfiguration.h.
|
private |
The minimum allowed pValue for the convergence criterion.
Definition at line 77 of file DAFConfiguration.h.