General purpose sorter of fit results.
More...
#include <JEvtToolkit.hh>
|
void | get (const char *function_name) |
| Get function with given name according to specific protocol. More...
|
|
General purpose sorter of fit results.
The default constructor will sort fit results according the method JFIT::qualitySorter.
A different method can dynamically be loaded from a (shared) library using class JEEP::JFunctionAdaptor. For the definition of an alternative method, see e.g. quality_sorter.cc
Definition at line 239 of file JEvtToolkit.hh.
◆ function_adaptor_type
◆ pF
◆ JQualitySorter()
JFIT::JQualitySorter::JQualitySorter |
( |
| ) |
|
|
inline |
◆ operator()()
Function operation.
- Parameters
-
first | first argument |
second | second argument |
- Returns
- return value
Definition at line 372 of file JFunctionAdaptor.hh.
374 return this->
function(first, second);
◆ is_valid()
Check validity.
- Returns
- true if valid function; else false
Definition at line 52 of file JFunctionAdaptor.hh.
54 return (
function != NULL);
◆ reset()
◆ set()
◆ open()
◆ close()
Close file.
Note that the file should remain open as long as the library method is used.
Definition at line 108 of file JFunctionAdaptor.hh.
◆ get()
Get function with given name according to specific protocol.
- Parameters
-
function_name | function name |
Definition at line 212 of file JFunctionAdaptor.hh.
220 function = (pF) dlsym(
handle, function_name);
222 const char* error = dlerror();
◆ initialise()
void JLANG::JSharedCounter::initialise |
( |
| ) |
|
|
inlineinherited |
◆ attach()
Attach this counter to given shared counter object.
- Parameters
-
Definition at line 46 of file JSharedCounter.hh.
◆ detach()
bool JLANG::JSharedCounter::detach |
( |
| ) |
|
|
inlineinherited |
Detach.
- Returns
- true if counter at zero; else false
Definition at line 63 of file JSharedCounter.hh.
◆ handle
◆ function
◆ counter
int* JLANG::JSharedCounter::counter |
|
protectedinherited |
The documentation for this struct was generated from the following file: