#include <TurnOnHistos.h>
|
| static constexpr short | NCHANNELS = 3136 |
| | Number of trigger channels.
|
| |
| static constexpr short | NDDL = 14 |
| | Number of DDLs.
|
| |
| static constexpr short | Npt = 200 |
| | Number of bins in pt distribution.
|
| |
| static constexpr float | dpt = 0.1 |
| | bin width
|
| |
Definition at line 32 of file TurnOnHistos.h.
◆ TurnOnHistos()
| o2::phos::TurnOnHistos::TurnOnHistos |
( |
| ) |
|
|
default |
◆ ~TurnOnHistos()
| o2::phos::TurnOnHistos::~TurnOnHistos |
( |
| ) |
|
|
default |
◆ fillFiredMap()
| void o2::phos::TurnOnHistos::fillFiredMap |
( |
const std::bitset< NCHANNELS > & |
bs | ) |
|
|
inline |
Collects entries in good map.
- Parameters
-
| bitset | with channels fired in event |
Definition at line 77 of file TurnOnHistos.h.
◆ fillFiredSp()
| void o2::phos::TurnOnHistos::fillFiredSp |
( |
short |
ddl, |
|
|
float |
e |
|
) |
| |
|
inline |
Fill spectum of clusters fired trigger.
- Parameters
-
| ddl | ddl ID |
| e | cluster energy |
Definition at line 67 of file TurnOnHistos.h.
◆ fillNoisyMap()
| void o2::phos::TurnOnHistos::fillNoisyMap |
( |
const std::bitset< NCHANNELS > & |
bs | ) |
|
|
inline |
Collects entries in noisy map.
- Parameters
-
| bitset | with channels fired in event |
Definition at line 88 of file TurnOnHistos.h.
◆ fillTotSp()
| void o2::phos::TurnOnHistos::fillTotSp |
( |
short |
ddl, |
|
|
float |
e |
|
) |
| |
|
inline |
Fill spectum of all clusters.
- Parameters
-
| ddl | ddl ID |
| e | cluster energy |
Definition at line 56 of file TurnOnHistos.h.
◆ getGoodMap()
| const std::array< float, NCHANNELS > & o2::phos::TurnOnHistos::getGoodMap |
( |
| ) |
const |
|
inline |
◆ getNoisyMap()
| const std::array< float, NCHANNELS > & o2::phos::TurnOnHistos::getNoisyMap |
( |
| ) |
const |
|
inline |
◆ getTotSpectrum()
| const std::array< float, Npt > & o2::phos::TurnOnHistos::getTotSpectrum |
( |
short |
ddl | ) |
const |
|
inline |
◆ getTrSpectrum()
| const std::array< float, Npt > & o2::phos::TurnOnHistos::getTrSpectrum |
( |
short |
ddl | ) |
const |
|
inline |
◆ merge()
Merge statistics in two containers.
- Parameters
-
| other | Another container to be added to current |
Definition at line 16 of file TurnOnHistos.cxx.
◆ operator=()
◆ dpt
| constexpr float o2::phos::TurnOnHistos::dpt = 0.1 |
|
staticconstexpr |
◆ NCHANNELS
| constexpr short o2::phos::TurnOnHistos::NCHANNELS = 3136 |
|
staticconstexpr |
◆ NDDL
| constexpr short o2::phos::TurnOnHistos::NDDL = 14 |
|
staticconstexpr |
◆ Npt
| constexpr short o2::phos::TurnOnHistos::Npt = 200 |
|
staticconstexpr |
Number of bins in pt distribution.
Definition at line 38 of file TurnOnHistos.h.
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/PHOS/calib/include/PHOSCalibWorkflow/TurnOnHistos.h
- /home/runner/work/AliceO2/AliceO2/Detectors/PHOS/calib/src/TurnOnHistos.cxx