|
| MeanVertexCalibrator ()=default |
|
| ~MeanVertexCalibrator () final=default |
|
bool | hasEnoughData (const Slot &slot) const final |
|
void | initOutput () final |
|
void | finalizeSlot (Slot &slot) final |
|
Slot & | emplaceNewSlot (bool front, TFType tstart, TFType tend) final |
|
void | doSimpleMovingAverage (std::deque< float > &dq, float &sma) |
|
void | doSimpleMovingAverage (std::deque< MVObject > &dq, MVObject &sma) |
|
const MVObjectVector & | getMeanVertexObjectVector () const |
|
const CcdbObjectInfoVector & | getMeanVertexObjectInfoVector () const |
|
CcdbObjectInfoVector & | getMeanVertexObjectInfoVector () |
|
void | useVerboseMode (bool flag) |
|
bool | getVerboseMode () const |
|
bool | fitMeanVertex (o2::calibration::MeanVertexData *c, o2::dataformats::MeanVertexObject &mvo) |
|
void | fitMeanVertexCoord (int icoord, const float *array, const HistoParams &hpar, o2::dataformats::MeanVertexObject &mvo) |
|
HistoParams | binVector (std::vector< float > &vectOut, const std::vector< float > &vectIn, o2::calibration::MeanVertexData *c, int dim) |
|
void | printVector (const std::vector< float > &vect, const HistoParams &hpar) |
|
void | printVector (const float *vect, const HistoParams &hpar) |
|
| TimeSlotCalibration ()=default |
|
virtual | ~TimeSlotCalibration ()=default |
|
float | getMaxSlotsDelay () const |
|
void | setMaxSlotsDelay (float v) |
|
TFType | getSlotLength () const |
|
void | setSlotLength (TFType v) |
|
TFType | getCheckIntervalInfiniteSlot () const |
|
void | setCheckIntervalInfiniteSlot (TFType v) |
|
TFType | getCheckDeltaIntervalInfiniteSlot () const |
|
void | setCheckDeltaIntervalInfiniteSlot (TFType v) |
|
TFType | getFirstTF () const |
|
void | setFirstTF (TFType v) |
|
void | setSlotLengthInSeconds (int s) |
|
void | setSlotLengthInOrbits (int n) |
|
void | checkSlotLength () |
|
void | setStartOffsetFrac (float f) |
|
void | setFinalizeWhenReady () |
|
void | setUpdateAtTheEndOfRunOnly () |
|
int | getNSlots () const |
|
Slot & | getSlotForTF (TFType tf) |
|
Slot & | getSlot (int i) |
|
const Slot & | getSlot (int i) const |
|
const Slot & | getLastSlot () const |
|
const Slot & | getFirstSlot () const |
|
bool | process (const DATA &... data) |
|
virtual void | checkSlotsToFinalize (TFType tf=INFINITE_TF, int maxDelay=0) |
|
virtual void | finalizeOldestSlot () |
|
virtual void | reset () |
|
virtual void | finalizeSlot (Slot &slot)=0 |
|
virtual bool | hasEnoughData (const Slot &slot) const=0 |
|
virtual void | print () const |
|
const o2::dataformats::TFIDInfo & | getCurrentTFInfo () const |
|
o2::dataformats::TFIDInfo & | getCurrentTFInfo () |
|
bool | getSavedSlotAllowed () const |
|
void | setSavedSlotAllowed (bool v) |
|
std::string | getSaveFilePath () const |
|
const std::string & | getSaveFileName () const |
|
void | setSaveFileName (const std::string &n) |
|
void | setSaveDirectory (const std::string &n) |
|
virtual bool | updateSaveMetaData () |
|
virtual bool | saveLastSlotData (TFile &fl) |
|
virtual bool | adoptSavedData (const TimeSlotMetaData &metadata, TFile &fl) |
|
virtual bool | loadSavedSlot () |
|
virtual bool | saveLastSlot () |
|
Definition at line 29 of file MeanVertexCalibrator.h.