12#ifndef ALICEO2_TPC_SIMPLEEVENTDISPLAY_H_
13#define ALICEO2_TPC_SIMPLEEVENTDISPLAY_H_
48 const Int_t timeBin,
const Float_t signal)
final;
52 const Int_t timeBin,
const Float_t signal)
final {
return 0; }
85 mFirstTimeBin = firstBin;
86 mLastTimeBin = lastBin;
103 Int_t mCurrentChannel;
106 Int_t mSelectedSector;
107 Int_t mLastSelSector;
115 Int_t mSignalThreshold;
116 Bool_t mShowOccupancy;
120 void resetEvent() final;
121 void initHistograms();
Class for time synchronization of RawReader instances.
Base class for raw data calibrations.
Base of a simple event display for digits.
TH1D * makePadSignals(Int_t roc, Int_t row, Int_t pad)
void endEvent() final
Dummy end event.
void setSelectedSector(Int_t selectedSector)
Set currently selected sector.
void setTimeBinRange(int firstBin, int lastBin)
set time bin range
Int_t getFirstTimeBin() const
TH2D * getSigOROC() const
CalPad * getCalPadOccupancy()
void setSignalThreshold(Int_t signalThreshold)
void setPedstals(CalPad *pedestals)
void fillSectorHistSingleTimeBin(TH2Poly *h, Int_t timeBin)
Int_t updateCRU(const CRU &cru, const Int_t row, const Int_t pad, const Int_t timeBin, const Float_t signal) final
not used
void setLastSector(Int_t lastSector)
Set last processed sector.
TH2D * getSigIROC() const
Int_t getLastTimeBin() const
void setShowOccupancy(bool showOccupancy)
void setLastSelSector(Int_t lastSelSector)
Set last selected sector.
~SimpleEventDisplay() override=default
Int_t updateROC(const Int_t roc, const Int_t row, const Int_t pad, const Int_t timeBin, const Float_t signal) final
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...