Project
Loading...
Searching...
No Matches
o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput > Class Template Reference

class used for managment of bad channel and time calibration template DataInput can be ChannelData or TimeData // o2::emcal::EMCALChannelData, o2::emcal::EMCALTimeCalibData More...

#include <EMCALChannelCalibrator.h>

Inherits o2::calibration::TimeSlotCalibration< DataInput >.

Public Member Functions

 EMCALChannelCalibrator (int nb=1000, float r=0.35)
 
 ~EMCALChannelCalibrator () final=default
 
bool hasEnoughData (const Slot &slot) const final
 Checking if all channels have enough data to do calibration.
 
void initOutput () final
 Initialize the vector of our output objects.
 
void finalizeSlot (Slot &slot) final
 
o2::calibration::TimeSlot< DataInput > & emplaceNewSlot (bool front, TFType tstart, TFType tend) final
 
bool saveLastSlotData (TFile &fl) final
 Write histograms for energy and time vs cell ID to file.
 
bool adoptSavedData (const o2::calibration::TimeSlotMetaData &metadata, TFile &fl) final
 Read histograms for energy and time vs cell ID to file.
 
void setIsTest (bool isTest)
 Set the testing status.
 
bool isTest () const
 
const CcdbObjectInfoVector & getInfoVector () const
 
const std::vector< DataOutput > & getOutputVector () const
 
bool getSaveAtEOR () const
 get if has enough data should be circumvented at EOR
 
void setSaveAtEOR (bool tmp)
 set if has enough data should be circumvented at EOR
 
bool getLoadAtSOR () const
 get if has enough data should be circumvented at EOR
 
void setLoadAtSOR (bool tmp)
 set if has enough data should be circumvented at EOR
 
std::shared_ptr< EMCALCalibExtractorgetCalibExtractor ()
 Configure the calibrator.
 
void SetCalibExtractor (std::shared_ptr< EMCALCalibExtractor > extr)
 setter for mCalibrator
 
bool setGainCalibrationFactors (o2::emcal::GainCalibrationFactors *gainCalibFactors)
 
void setFillNr (int fn)
 Set current fill number.
 
void setRunType (o2::parameters::GRPECSObject::RunType rt)
 Set current run type.
 
void setCurrTSInHours (int ts)
 Set current timestamp obtained from data.
 
- Public Member Functions inherited from o2::calibration::TimeSlotCalibration< DataInput >
 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
 
SlotgetSlotForTF (TFType tf)
 
SlotgetSlot (int i)
 
const SlotgetSlot (int i) const
 
const SlotgetLastSlot () const
 
const SlotgetFirstSlot () const
 
bool process (const DATA &... data)
 
virtual void checkSlotsToFinalize (TFType tf=INFINITE_TF, int maxDelay=0)
 
virtual void finalizeOldestSlot ()
 
virtual void reset ()
 
virtual void print () const
 
const o2::dataformats::TFIDInfogetCurrentTFInfo () const
 
o2::dataformats::TFIDInfogetCurrentTFInfo ()
 
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 loadSavedSlot ()
 
virtual bool saveLastSlot ()
 

Additional Inherited Members

- Public Types inherited from o2::calibration::TimeSlotCalibration< DataInput >
using Slot = TimeSlot< DataInput >
 
using TFType = o2::calibration::TFType
 
- Static Public Attributes inherited from o2::calibration::TimeSlotCalibration< DataInput >
static constexpr TFType INFINITE_TF
 
- Protected Member Functions inherited from o2::calibration::TimeSlotCalibration< DataInput >
auto & getSlots ()
 
uint32_t getRunStartOrbit () const
 
TFType tf2SlotMin (TFType tf) const
 
 ClassDef (TimeSlotCalibration, 1)
 
- Protected Attributes inherited from o2::calibration::TimeSlotCalibration< DataInput >
std::deque< SlotmSlots
 
o2::dataformats::TFIDInfo mCurrentTFInfo
 
int mSlotLengthInSeconds
 
int mSlotLengthInOrbits
 
TFType mLastClosedTF
 
TFType mFirstTF
 
TFType mMaxSeenTF
 
TFType mSlotLength
 
TFType mStartOffsetTFs
 
float mStartOffsetFrac
 
TFType mCheckIntervalInfiniteSlot
 
TFType mLastCheckedTFInfiniteSlot
 
TFType mCheckDeltaIntervalInfiniteSlot
 
float mMaxSlotsDelay
 
bool mWasCheckedInfiniteSlot
 
bool mUpdateAtTheEndOfRunOnly
 
bool mFinalizeWhenReady
 
std::string mSaveDirectory
 
std::string mSaveFileName
 
TimeSlotMetaData mSaveMetaData
 
bool mSavedSlotAllowed
 

Detailed Description

template<typename DataInput, typename DataOutput>
class o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >

class used for managment of bad channel and time calibration template DataInput can be ChannelData or TimeData // o2::emcal::EMCALChannelData, o2::emcal::EMCALTimeCalibData

Definition at line 53 of file EMCALChannelCalibrator.h.

Constructor & Destructor Documentation

◆ EMCALChannelCalibrator()

template<typename DataInput , typename DataOutput >
o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::EMCALChannelCalibrator ( int  nb = 1000,
float  r = 0.35 
)
inline

Definition at line 62 of file EMCALChannelCalibrator.h.

◆ ~EMCALChannelCalibrator()

template<typename DataInput , typename DataOutput >
o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::~EMCALChannelCalibrator ( )
finaldefault

Member Function Documentation

◆ adoptSavedData()

template<typename DataInput , typename DataOutput >
bool EMCALChannelCalibrator::adoptSavedData ( const o2::calibration::TimeSlotMetaData metadata,
TFile &  fl 
)
finalvirtual

Read histograms for energy and time vs cell ID to file.

Parameters
metadatametadata description of the data
flfile that we write the histograms to

Reimplemented from o2::calibration::TimeSlotCalibration< DataInput >.

Definition at line 334 of file EMCALChannelCalibrator.h.

◆ emplaceNewSlot()

template<typename DataInput , typename DataOutput >
o2::calibration::TimeSlot< DataInput > & EMCALChannelCalibrator::emplaceNewSlot ( bool  front,
TFType  tstart,
TFType  tend 
)
finalvirtual

◆ finalizeSlot()

template<typename DataInput , typename DataOutput >
void EMCALChannelCalibrator::finalizeSlot ( Slot slot)
finalvirtual

◆ getCalibExtractor()

template<typename DataInput , typename DataOutput >
std::shared_ptr< EMCALCalibExtractor > o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::getCalibExtractor ( )
inline

Configure the calibrator.

Definition at line 98 of file EMCALChannelCalibrator.h.

◆ getInfoVector()

template<typename DataInput , typename DataOutput >
const CcdbObjectInfoVector & o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::getInfoVector ( ) const
inline

Definition at line 84 of file EMCALChannelCalibrator.h.

◆ getLoadAtSOR()

template<typename DataInput , typename DataOutput >
bool o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::getLoadAtSOR ( ) const
inline

get if has enough data should be circumvented at EOR

Definition at line 93 of file EMCALChannelCalibrator.h.

◆ getOutputVector()

template<typename DataInput , typename DataOutput >
const std::vector< DataOutput > & o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::getOutputVector ( ) const
inline

Definition at line 85 of file EMCALChannelCalibrator.h.

◆ getSaveAtEOR()

template<typename DataInput , typename DataOutput >
bool o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::getSaveAtEOR ( ) const
inline

get if has enough data should be circumvented at EOR

Definition at line 88 of file EMCALChannelCalibrator.h.

◆ hasEnoughData()

template<typename DataInput , typename DataOutput >
bool EMCALChannelCalibrator::hasEnoughData ( const Slot slot) const
finalvirtual

Checking if all channels have enough data to do calibration.

Implements o2::calibration::TimeSlotCalibration< DataInput >.

Definition at line 152 of file EMCALChannelCalibrator.h.

◆ initOutput()

template<typename DataInput , typename DataOutput >
void EMCALChannelCalibrator::initOutput ( )
finalvirtual

Initialize the vector of our output objects.

Implements o2::calibration::TimeSlotCalibration< DataInput >.

Definition at line 136 of file EMCALChannelCalibrator.h.

◆ isTest()

template<typename DataInput , typename DataOutput >
bool o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::isTest ( ) const
inline

Definition at line 82 of file EMCALChannelCalibrator.h.

◆ saveLastSlotData()

template<typename DataInput , typename DataOutput >
bool EMCALChannelCalibrator::saveLastSlotData ( TFile &  fl)
finalvirtual

Write histograms for energy and time vs cell ID to file.

Parameters
flfile that we write the histograms to

Reimplemented from o2::calibration::TimeSlotCalibration< DataInput >.

Definition at line 272 of file EMCALChannelCalibrator.h.

◆ SetCalibExtractor()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::SetCalibExtractor ( std::shared_ptr< EMCALCalibExtractor extr)
inline

setter for mCalibrator

Definition at line 100 of file EMCALChannelCalibrator.h.

◆ setCurrTSInHours()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::setCurrTSInHours ( int  ts)
inline

Set current timestamp obtained from data.

Parameters
tstimestamp in hours

Definition at line 114 of file EMCALChannelCalibrator.h.

◆ setFillNr()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::setFillNr ( int  fn)
inline

Set current fill number.

Parameters
fnfill number

Definition at line 106 of file EMCALChannelCalibrator.h.

◆ setGainCalibrationFactors()

template<typename DataInput , typename DataOutput >
bool EMCALChannelCalibrator::setGainCalibrationFactors ( o2::emcal::GainCalibrationFactors gainCalibFactors)

Definition at line 412 of file EMCALChannelCalibrator.h.

◆ setIsTest()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::setIsTest ( bool  isTest)
inline

Set the testing status.

Definition at line 81 of file EMCALChannelCalibrator.h.

◆ setLoadAtSOR()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::setLoadAtSOR ( bool  tmp)
inline

set if has enough data should be circumvented at EOR

Definition at line 95 of file EMCALChannelCalibrator.h.

◆ setRunType()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::setRunType ( o2::parameters::GRPECSObject::RunType  rt)
inline

Set current run type.

Parameters
rttun type

Definition at line 110 of file EMCALChannelCalibrator.h.

◆ setSaveAtEOR()

template<typename DataInput , typename DataOutput >
void o2::emcal::EMCALChannelCalibrator< DataInput, DataOutput >::setSaveAtEOR ( bool  tmp)
inline

set if has enough data should be circumvented at EOR

Definition at line 90 of file EMCALChannelCalibrator.h.


The documentation for this class was generated from the following file: