#include <HitFinder.h>
|
| int32_t | numChan () |
| |
| void | reset () |
| |
| void | add (ROOT::Math::XYZVector pos, double time, double timeErr, double weight, int32_t digiIndA, int32_t digiIndB) |
| |
| void | normalize (double timeErr) |
| |
| void | finalize (const Cell &trafoCell, const int32_t iTrafoCell, const HitFinderRpcPar &par) |
| |
Definition at line 60 of file tof/HitFinder.h.
◆ add()
| void cbm::algo::tof::Cluster::add |
( |
ROOT::Math::XYZVector | pos, |
|
|
double | time, |
|
|
double | timeErr, |
|
|
double | weight, |
|
|
int32_t | digiIndA, |
|
|
int32_t | digiIndB ) |
|
inline |
◆ finalize()
| void cbm::algo::tof::Cluster::finalize |
( |
const Cell & | trafoCell, |
|
|
const int32_t | iTrafoCell, |
|
|
const HitFinderRpcPar & | par ) |
|
inline |
◆ normalize()
| void cbm::algo::tof::Cluster::normalize |
( |
double | timeErr | ) |
|
|
inline |
◆ numChan()
| int32_t cbm::algo::tof::Cluster::numChan |
( |
| ) |
|
|
inline |
◆ reset()
| void cbm::algo::tof::Cluster::reset |
( |
| ) |
|
|
inline |
◆ channel
| int32_t cbm::algo::tof::Cluster::channel = 0 |
◆ detId
| int32_t cbm::algo::tof::Cluster::detId = 0 |
◆ globalErr
| ROOT::Math::XYZVector cbm::algo::tof::Cluster::globalErr = ROOT::Math::XYZVector(0.0, 0.0, 0.0) |
◆ globalPos
| ROOT::Math::XYZVector cbm::algo::tof::Cluster::globalPos = ROOT::Math::XYZVector(0.0, 0.0, 0.0) |
◆ vDigiIndRef
| std::vector<int32_t> cbm::algo::tof::Cluster::vDigiIndRef |
◆ weightedPos
| ROOT::Math::XYZVector cbm::algo::tof::Cluster::weightedPos = ROOT::Math::XYZVector(0.0, 0.0, 0.0) |
◆ weightedTime
| double cbm::algo::tof::Cluster::weightedTime = 0.0 |
◆ weightedTimeErr
| double cbm::algo::tof::Cluster::weightedTimeErr = 0.0 |
◆ weightsSum
| double cbm::algo::tof::Cluster::weightsSum = 0.0 |
The documentation for this struct was generated from the following file: