#include <PHOSTurnonCalibrator.h>
Inherits o2::calibration::TimeSlotCalibration< o2::phos::PHOSTurnonSlot >.
|
| PHOSTurnonCalibrator ()=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 |
|
bool | process (uint64_t tf, const gsl::span< const Cell > &cells, const gsl::span< const TriggerRecord > &trs, const gsl::span< const Cluster > &clusters, const gsl::span< const TriggerRecord > &cluTR) |
|
TriggerMap & | getCalibration () |
|
void | endOfStream () |
|
| 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 Slot & | emplaceNewSlot (bool front, TFType tstart, TFType tend)=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 70 of file PHOSTurnonCalibrator.h.
◆ PHOSTurnonCalibrator()
o2::phos::PHOSTurnonCalibrator::PHOSTurnonCalibrator |
( |
| ) |
|
|
default |
◆ emplaceNewSlot()
◆ endOfStream()
void PHOSTurnonCalibrator::endOfStream |
( |
| ) |
|
◆ finalizeSlot()
void PHOSTurnonCalibrator::finalizeSlot |
( |
Slot & |
slot | ) |
|
|
finalvirtual |
◆ getCalibration()
TriggerMap & o2::phos::PHOSTurnonCalibrator::getCalibration |
( |
| ) |
|
|
inline |
◆ hasEnoughData()
bool o2::phos::PHOSTurnonCalibrator::hasEnoughData |
( |
const Slot & |
slot | ) |
const |
|
inlinefinalvirtual |
◆ initOutput()
void o2::phos::PHOSTurnonCalibrator::initOutput |
( |
| ) |
|
|
inlinefinalvirtual |
◆ process()
bool PHOSTurnonCalibrator::process |
( |
uint64_t |
tf, |
|
|
const gsl::span< const Cell > & |
cells, |
|
|
const gsl::span< const TriggerRecord > & |
trs, |
|
|
const gsl::span< const Cluster > & |
clusters, |
|
|
const gsl::span< const TriggerRecord > & |
cluTR |
|
) |
| |
The documentation for this class was generated from the following files: