cluster structure for MID
More...
#include <Cluster.h>
|
void | setFired (int cathode, bool isFired=true) |
|
void | setBothFired () |
| Sets a flag specifying that both BP and NBP were fired.
|
|
double | getX () const |
| Returns the x position.
|
|
double | getY () const |
| Returns the y position.
|
|
double | getZ () const |
| Returns the z position.
|
|
double | getEX () const |
| Returns the x resolution.
|
|
double | getEX2 () const |
| Returns the square of the x resolution.
|
|
double | getEY () const |
| Returns the y resolution.
|
|
double | getEY2 () const |
| Returns the square of the y resolution.
|
|
bool | isFired (int cathode) const |
| Checks if cathode was fired.
|
|
| ClassDefNV (Cluster, 1) |
|
cluster structure for MID
Definition at line 30 of file Cluster.h.
◆ ClassDefNV()
o2::mid::Cluster::ClassDefNV |
( |
Cluster |
, |
|
|
1 |
|
|
) |
| |
◆ getEX()
double o2::mid::Cluster::getEX |
( |
| ) |
const |
|
inline |
Returns the x resolution.
Definition at line 57 of file Cluster.h.
◆ getEX2()
double o2::mid::Cluster::getEX2 |
( |
| ) |
const |
|
inline |
Returns the square of the x resolution.
Definition at line 60 of file Cluster.h.
◆ getEY()
double o2::mid::Cluster::getEY |
( |
| ) |
const |
|
inline |
Returns the y resolution.
Definition at line 63 of file Cluster.h.
◆ getEY2()
double o2::mid::Cluster::getEY2 |
( |
| ) |
const |
|
inline |
Returns the square of the y resolution.
Definition at line 66 of file Cluster.h.
◆ getX()
double o2::mid::Cluster::getX |
( |
| ) |
const |
|
inline |
Returns the x position.
Definition at line 48 of file Cluster.h.
◆ getY()
double o2::mid::Cluster::getY |
( |
| ) |
const |
|
inline |
Returns the y position.
Definition at line 51 of file Cluster.h.
◆ getZ()
double o2::mid::Cluster::getZ |
( |
| ) |
const |
|
inline |
Returns the z position.
Definition at line 54 of file Cluster.h.
◆ isFired()
bool o2::mid::Cluster::isFired |
( |
int |
cathode | ) |
const |
|
inline |
Checks if cathode was fired.
Definition at line 69 of file Cluster.h.
◆ setBothFired()
void o2::mid::Cluster::setBothFired |
( |
| ) |
|
|
inline |
Sets a flag specifying that both BP and NBP were fired.
Definition at line 45 of file Cluster.h.
◆ setFired()
void o2::mid::Cluster::setFired |
( |
int |
cathode, |
|
|
bool |
isFired = true |
|
) |
| |
Sets a flag specifying if the BP or NBP were fired
- Parameters
-
cathode | can be 0 (bending-plane) or 1 (non-bending plane) |
isFired | true if it was fired |
Definition at line 22 of file Cluster.cxx.
◆ deId
uint8_t o2::mid::Cluster::deId = 0 |
Detection element ID.
Definition at line 36 of file Cluster.h.
◆ firedCathodes
uint8_t o2::mid::Cluster::firedCathodes = 0 |
Fired cathodes.
Definition at line 37 of file Cluster.h.
◆ xCoor
float o2::mid::Cluster::xCoor = 0 |
◆ xErr
float o2::mid::Cluster::xErr = 0 |
◆ yCoor
float o2::mid::Cluster::yCoor = 0 |
◆ yErr
float o2::mid::Cluster::yErr = 0 |
◆ zCoor
float o2::mid::Cluster::zCoor = 0 |
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/MUON/MID/include/DataFormatsMID/Cluster.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/MUON/MID/src/Cluster.cxx