 |
Belle II Software
release-05-02-19
|
25 class TOPFrontEndSetting:
public TObject {
void setOffset(int offset)
Sets the offset of a photon peak within the readout window region.
std::vector< int > m_writeDepths
write depths
void setWriteDepths(const std::vector< int > &depths)
Sets write depths.
int getWindowShift(unsigned revo9count) const
Returns window shift at a given revo9count.
Front-end settings: storage depths, lookback, readout windows etc.
int m_extraWindows
number of extra windows
void setExtraWindows(int extra)
Sets the number of extra windows between the one determined from lookback and the first readout windo...
int getOffset() const
Returns the offset of a photon peak within the readout window region.
void setWindowShifts(std::vector< int > shifts)
Sets window shifts.
int m_lookbackWindows
number of lookback windows
ClassDef(TOPFrontEndSetting, 1)
ClassDef.
int getLookbackWindows() const
Returns the number of lookback windows.
Abstract base class for different kinds of events.
void setReadoutWindows(int readoutWindows)
Sets the number of readout windows.
const std::vector< int > & getWriteDepths() const
Returns write depths.
int getExtraWindows() const
Returns the number of extra windows between the one determined from lookback and the first readout wi...
int m_readoutWindows
number of readout windows
int getReadoutWindows() const
Returns the number of readout windows.
int m_offset
position of photon peak within readout region [RF clocks]
void setLookbackWindows(int lookback)
Sets the number of lookback windows.
int m_windowShifts[6]
window shifts as a function of revo9count%6
TOPFrontEndSetting()
Default constructor.