|
| | TPCVDriftTglCalibration ()=default |
| |
| | TPCVDriftTglCalibration (int ntgl, float tglMax, int ndtgl, float dtglMax, uint32_t slotL, float offsetFrac, float maxDelay, size_t minEnt, float offset=0.f) |
| |
| | ~TPCVDriftTglCalibration () 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 |
| |
| const std::vector< o2::tpc::VDriftCorrFact > & | getVDPerSlot () const |
| |
| const std::vector< o2::ccdb::CcdbObjectInfo > & | getCCDBInfoPerSlot () const |
| |
| std::vector< o2::tpc::VDriftCorrFact > & | getVDPerSlot () |
| |
| std::vector< o2::ccdb::CcdbObjectInfo > & | getCCDBInfoPerSlot () |
| |
| void | setSaveHistosFile (const std::string &f) |
| |
| | 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 99 of file TPCVDriftTglCalibration.h.