|
| std::vector< int > | yposInt {0, 1, 2, 3, 4, 5, 6, 7, 8} |
| |
| std::vector< double > | yposDouble {0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8} |
| |
| Node< int > | node {Interval<int>{0, 8}, 4} |
| |
| Node< int > | testNode {Interval<int>{0, 8}, 4} |
| |
| int | dummyCardinality {3} |
| |
Definition at line 26 of file SegmentTree.cxx.
◆ YPOS()
◆ dummyCardinality
| int YPOS::dummyCardinality {3} |
◆ node
◆ testNode
◆ yposDouble
| std::vector<double> YPOS::yposDouble {0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8} |
◆ yposInt
| std::vector<int> YPOS::yposInt {0, 1, 2, 3, 4, 5, 6, 7, 8} |
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Detectors/MUON/MCH/Contour/test/SegmentTree.cxx