#include <FastMultEst.h>
|
float | mult = 0. |
|
float | noisePerChip = 0. |
| estimated signal clusters multipliciy at reference (1st?) layer
|
|
float | cov [3] = {0.} |
| estimated or imposed noise per chip
|
|
float | chi2 = 0. |
| covariance matrix of estimation
|
|
int | nLayersUsed = 0 |
| chi2
|
|
uint32_t | lastRandomSeed = 0 |
| number of layers actually used
|
|
std::array< int, NLayers > | nClPerLayer {0} |
| state of the gRandom before
|
|
Definition at line 28 of file FastMultEst.h.
◆ FastMultEst()
o2::its3::FastMultEst::FastMultEst |
( |
| ) |
|
◆ ClassDefNV()
◆ fillNClPerLayer()
◆ getCurrentRandomSeed()
static uint32_t o2::its3::FastMultEst::getCurrentRandomSeed |
( |
| ) |
|
|
static |
◆ process() [1/2]
◆ process() [2/2]
float o2::its3::FastMultEst::process |
( |
const std::array< int, NLayers > |
ncl | ) |
|
|
inline |
◆ processNoiseFree()
float o2::its3::FastMultEst::processNoiseFree |
( |
const std::array< int, NLayers > |
ncl | ) |
|
◆ processNoiseImposed()
float o2::its3::FastMultEst::processNoiseImposed |
( |
const std::array< int, NLayers > |
ncl | ) |
|
◆ selectROFs()
◆ chi2
float o2::its3::FastMultEst::chi2 = 0. |
covariance matrix of estimation
Definition at line 35 of file FastMultEst.h.
◆ cov
float o2::its3::FastMultEst::cov[3] = {0.} |
estimated or imposed noise per chip
Definition at line 34 of file FastMultEst.h.
◆ lastRandomSeed
uint32_t o2::its3::FastMultEst::lastRandomSeed = 0 |
number of layers actually used
Definition at line 37 of file FastMultEst.h.
◆ mult
float o2::its3::FastMultEst::mult = 0. |
◆ nClPerLayer
std::array<int, NLayers> o2::its3::FastMultEst::nClPerLayer {0} |
◆ NLayers
constexpr int o2::its3::FastMultEst::NLayers = o2::itsmft::ChipMappingITS::NLayers |
|
staticconstexpr |
◆ nLayersUsed
int o2::its3::FastMultEst::nLayersUsed = 0 |
◆ noisePerChip
float o2::its3::FastMultEst::noisePerChip = 0. |
estimated signal clusters multipliciy at reference (1st?) layer
Definition at line 33 of file FastMultEst.h.
◆ sSeedSet
bool o2::its3::FastMultEst::sSeedSet |
|
static |
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/Upgrades/ITS3/reconstruction/include/ITS3Reconstruction/FastMultEst.h
- /home/runner/work/AliceO2/AliceO2/Detectors/Upgrades/ITS3/reconstruction/src/FastMultEst.cxx