#include <TOFChannelCalibrator.h>
|
| | TOFChannelData () |
| |
| | TOFChannelData (int nb, float r, CalibTOFapi *cta, int nElsPerSector=o2::tof::Geo::NPADSXSECTOR, bool perstrip=false, bool safe=false) |
| |
| | ~TOFChannelData ()=default |
| |
| void | print () const |
| |
| void | print (int isect) const |
| |
| void | printEntries () const |
| |
| void | fill (const gsl::span< const o2::dataformats::CalibInfoTOF > data) |
| |
| void | fill (const gsl::span< const o2::tof::CalibInfoCluster > data) |
| |
| void | merge (const TOFChannelData *prev) |
| |
| int | findBin (float v) const |
| |
| float | integral (int chmin, int chmax, float binmin, float binmax) const |
| |
| float | integral (int chmin, int chmax, int binxmin, int binxmax) const |
| |
| float | integral (int ch, float binmin, float binmax) const |
| |
| float | integral (int ch, int binxmin, int binxmax) const |
| |
| float | integral (int ch) const |
| |
| bool | hasEnoughData (int minEntries) const |
| |
| float | getRange () const |
| |
| void | setRange (float r) |
| |
| int | getNbins () const |
| |
| void | setNbins (int nb) |
| |
| boostHisto & | getHisto (int isect) |
| |
| const boostHisto & | getHisto (int isect) const |
| |
| std::vector< int > | getEntriesPerChannel () const |
| |
| void | doPerStrip (bool val=true) |
| |
| void | doSafeMode (bool val=true) |
| |
| void | resetAndReRange (float range) |
| |
Definition at line 55 of file TOFChannelCalibrator.h.
◆ TOFChannelData() [1/2]
| o2::tof::TOFChannelData::TOFChannelData |
( |
| ) |
|
|
inline |
◆ TOFChannelData() [2/2]
◆ ~TOFChannelData()
| o2::tof::TOFChannelData::~TOFChannelData |
( |
| ) |
|
|
default |
◆ doPerStrip()
| void o2::tof::TOFChannelData::doPerStrip |
( |
bool |
val = true | ) |
|
|
inline |
◆ doSafeMode()
| void o2::tof::TOFChannelData::doSafeMode |
( |
bool |
val = true | ) |
|
|
inline |
◆ fill() [1/2]
◆ fill() [2/2]
◆ findBin()
| int o2::tof::TOFChannelData::findBin |
( |
float |
v | ) |
const |
◆ getEntriesPerChannel()
| std::vector< int > o2::tof::TOFChannelData::getEntriesPerChannel |
( |
| ) |
const |
|
inline |
◆ getHisto() [1/2]
| boostHisto & o2::tof::TOFChannelData::getHisto |
( |
int |
isect | ) |
|
|
inline |
◆ getHisto() [2/2]
| const boostHisto & o2::tof::TOFChannelData::getHisto |
( |
int |
isect | ) |
const |
|
inline |
◆ getNbins()
| int o2::tof::TOFChannelData::getNbins |
( |
| ) |
const |
|
inline |
◆ getRange()
| float o2::tof::TOFChannelData::getRange |
( |
| ) |
const |
|
inline |
◆ hasEnoughData()
| bool o2::tof::TOFChannelData::hasEnoughData |
( |
int |
minEntries | ) |
const |
◆ integral() [1/5]
| float o2::tof::TOFChannelData::integral |
( |
int |
ch | ) |
const |
◆ integral() [2/5]
| float o2::tof::TOFChannelData::integral |
( |
int |
ch, |
|
|
float |
binmin, |
|
|
float |
binmax |
|
) |
| const |
◆ integral() [3/5]
| float o2::tof::TOFChannelData::integral |
( |
int |
ch, |
|
|
int |
binxmin, |
|
|
int |
binxmax |
|
) |
| const |
◆ integral() [4/5]
| float o2::tof::TOFChannelData::integral |
( |
int |
chmin, |
|
|
int |
chmax, |
|
|
float |
binmin, |
|
|
float |
binmax |
|
) |
| const |
◆ integral() [5/5]
| float o2::tof::TOFChannelData::integral |
( |
int |
chmin, |
|
|
int |
chmax, |
|
|
int |
binxmin, |
|
|
int |
binxmax |
|
) |
| const |
◆ merge()
◆ print() [1/2]
| void o2::tof::TOFChannelData::print |
( |
| ) |
const |
◆ print() [2/2]
| void o2::tof::TOFChannelData::print |
( |
int |
isect | ) |
const |
◆ printEntries()
| void o2::tof::TOFChannelData::printEntries |
( |
| ) |
const |
◆ resetAndReRange()
| void o2::tof::TOFChannelData::resetAndReRange |
( |
float |
range | ) |
|
◆ setNbins()
| void o2::tof::TOFChannelData::setNbins |
( |
int |
nb | ) |
|
|
inline |
◆ setRange()
| void o2::tof::TOFChannelData::setRange |
( |
float |
r | ) |
|
|
inline |
◆ NCOMBINSTRIP
The documentation for this class was generated from the following files: