FitSteps Class Reference
|
Ratpac-two
|
Mimir::FitSteps Class Reference
Inheritance diagram for Mimir::FitSteps:
Public Member Functions | |
| bool | Configure (RAT::DBLinkPtr db_link) override |
| void | Execute (ParamSet ¶ms) override |
| void | SetInputHandler (RAT::FitterInputHandler *handler) override |
Public Member Functions inherited from Mimir::FitStrategy | |
| ParamSet | ConstructSeedFromInputHandler () |
| ParamSet | Execute () |
| void | SetName (const std::string &_name) |
| const std::string & | GetName () const |
Protected Attributes | |
| std::vector< std::unique_ptr< FitStrategy > > | fSteps |
Protected Attributes inherited from Mimir::FitStrategy | |
| RAT::FitterInputHandler * | input_handler |
| std::string | name |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/fit/mimir/include/mimir/FitSteps.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/fit/mimir/src/FitSteps.cc
Generated by
Public Member Functions inherited from