#include <Mille.h>
|
| Mille (const std::string &outFileName, bool asBinary=true, bool writeZero=false) |
|
void | mille (int NLC, const float *derLc, int NGL, const float *derGl, const int *label, float rMeas, float sigma) |
| Add measurement to buffer.
|
|
void | special (int nSpecial, const float *floatings, const int *integers) |
| Add special data to buffer.
|
|
void | clear () |
| Initialize for new set of locals, e.g. new track.
|
|
int | finalise () |
| Write buffer (set of derivatives with same local parameters) to file.
|
|
void | kill () |
|
int | end () |
|
Definition at line 42 of file Mille.h.
◆ Mille()
o2::align::Mille::Mille |
( |
const std::string & |
outFileName, |
|
|
bool |
asBinary = true , |
|
|
bool |
writeZero = false |
|
) |
| |
◆ clear()
void o2::align::Mille::clear |
( |
| ) |
|
Initialize for new set of locals, e.g. new track.
Definition at line 159 of file Mille.cxx.
◆ end()
int o2::align::Mille::end |
( |
| ) |
|
|
inline |
◆ finalise()
int o2::align::Mille::finalise |
( |
| ) |
|
Write buffer (set of derivatives with same local parameters) to file.
Definition at line 129 of file Mille.cxx.
◆ kill()
void o2::align::Mille::kill |
( |
| ) |
|
|
inline |
◆ mille()
void o2::align::Mille::mille |
( |
int |
NLC, |
|
|
const float * |
derLc, |
|
|
int |
NGL, |
|
|
const float * |
derGl, |
|
|
const int * |
label, |
|
|
float |
rMeas, |
|
|
float |
sigma |
|
) |
| |
Add measurement to buffer.
- Parameters
-
[in] | NLC | number of local derivatives |
[in] | derLc | local derivatives |
[in] | NGL | number of global derivatives |
[in] | derGl | global derivatives |
[in] | label | global labels |
[in] | rMeas | measurement (residuum) |
[in] | sigma | error |
Definition at line 55 of file Mille.cxx.
◆ special()
void o2::align::Mille::special |
( |
int |
nSpecial, |
|
|
const float * |
floats, |
|
|
const int * |
ints |
|
) |
| |
Add special data to buffer.
- Parameters
-
[in] | nSpecial | number of floats/ints |
[in] | floats | floats |
[in] | ints | ints |
Definition at line 98 of file Mille.cxx.
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/Align/include/Align/Mille.h
- /home/runner/work/AliceO2/AliceO2/Detectors/Align/src/Mille.cxx