OpenMS
Loading...
Searching...
No Matches
TraceFitter.h File Reference
Include dependency graph for TraceFitter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TraceFitter
 Abstract base class for fitting an RT-shape model to one or more mass traces. More...
 
class  TraceFitter::GenericFunctor
 Generic LM functor with a raw-pointer interface, used to keep Eigen out of the public API. More...
 
struct  TraceFitter::ModelData
 Helper bundle passed to functors so they can read both the traces and the weighting flag. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::TraceFitter::ModelData

struct OpenMS::TraceFitter::ModelData

Helper bundle passed to functors so they can read both the traces and the weighting flag.

Collaboration diagram for TraceFitter::ModelData:
[legend]
Class Members
MassTraces * traces_ptr Mass traces being fitted.
bool weighted Mirror of weighted_ at fit time.