![]() |
Project
|
Digitizer for the ALICE3 Inner/Outer TOF detector. More...
#include <Digitizer.h>
Public Member Functions | |
| void | setDigits (std::vector< o2::iotof::Digit > *dig) |
| void | setMCLabels (o2::dataformats::MCTruthContainer< o2::MCCompLabel > *mclb) |
| void | setROFRecords (std::vector< o2::itsmft::ROFRecord > *rec) |
| void | init () |
| Initialize the digitizer. | |
| void | process (const std::vector< o2::itsmft::Hit > *hits, int evID, int srcID) |
| Steer conversion of hits to digits. | |
| void | setEventTime (const o2::InteractionTimeRecord &irt) |
| Set the event time. | |
| void | setContinuous (bool v) |
| Set continuous readout mode. | |
| bool | isContinuous () const |
| void | fillOutputContainer () |
| Flush the output container. | |
| void | setGeometry (const o2::iotof::GeometryTGeo *gm) |
| void | setChargeThreshold (float thr) |
| void | setTimeResolution (float res) |
| void | setEfficiency (float eff) |
| void | setEnergyToCharge (float e2c) |
| float | getChargeThreshold () const |
| float | getTimeResolution () const |
| float | getEfficiency () const |
Digitizer for the ALICE3 Inner/Outer TOF detector.
Converts MC hits into detector digits by:
Definition at line 43 of file Digitizer.h.
| void o2::iotof::Digitizer::fillOutputContainer | ( | ) |
Flush the output container.
Definition at line 167 of file Digitizer.cxx.
|
inline |
Definition at line 76 of file Digitizer.h.
|
inline |
Definition at line 78 of file Digitizer.h.
|
inline |
Definition at line 77 of file Digitizer.h.
| void o2::iotof::Digitizer::init | ( | ) |
Initialize the digitizer.
Definition at line 35 of file Digitizer.cxx.
|
inline |
Definition at line 61 of file Digitizer.h.
| void o2::iotof::Digitizer::process | ( | const std::vector< o2::itsmft::Hit > * | hits, |
| int | evID, | ||
| int | srcID | ||
| ) |
Steer conversion of hits to digits.
Definition at line 46 of file Digitizer.cxx.
|
inline |
Definition at line 70 of file Digitizer.h.
|
inline |
Set continuous readout mode.
Definition at line 60 of file Digitizer.h.
|
inline |
Definition at line 46 of file Digitizer.h.
|
inline |
Definition at line 72 of file Digitizer.h.
|
inline |
Definition at line 73 of file Digitizer.h.
|
inline |
Set the event time.
Definition at line 57 of file Digitizer.h.
|
inline |
Definition at line 67 of file Digitizer.h.
|
inline |
Definition at line 47 of file Digitizer.h.
|
inline |
Definition at line 48 of file Digitizer.h.
|
inline |
Definition at line 71 of file Digitizer.h.