#include <Digitizer.h>
|
| | Digitizer (Int_t mode=0) |
| |
| | ~Digitizer ()=default |
| |
| void | process (const std::vector< o2::ft0::HitType > *hits, std::vector< o2::ft0::Digit > &digitsBC, std::vector< o2::ft0::ChannelData > &digitsCh, std::vector< o2::ft0::DetTrigInput > &digitsTrig, o2::dataformats::MCTruthContainer< o2::ft0::MCLabel > &label) |
| |
| void | flush (std::vector< o2::ft0::Digit > &digitsBC, std::vector< o2::ft0::ChannelData > &digitsCh, std::vector< o2::ft0::DetTrigInput > &digitsTrig, o2::dataformats::MCTruthContainer< o2::ft0::MCLabel > &label) |
| |
| void | flush_all (std::vector< o2::ft0::Digit > &digitsBC, std::vector< o2::ft0::ChannelData > &digitsCh, std::vector< o2::ft0::DetTrigInput > &digitsTrig, o2::dataformats::MCTruthContainer< o2::ft0::MCLabel > &label) |
| |
| void | initParameters () |
| |
| void | printParameters () const |
| |
| void | setEventID (Int_t id) |
| |
| void | setSrcID (Int_t id) |
| |
| const o2::InteractionRecord & | getInteractionRecord () const |
| |
| o2::InteractionRecord & | getInteractionRecord (o2::InteractionRecord &src) |
| |
| void | setInteractionRecord (const o2::InteractionTimeRecord &src) |
| |
| uint32_t | getOrbit () const |
| |
| uint16_t | getBC () const |
| |
| int | getEvent () const |
| |
| double | measure_amplitude (const std::vector< float > ×) const |
| |
| void | init () |
| |
| void | finish () |
| |
| void | SetChannelOffset (o2::ft0::FT0ChannelTimeCalibrationObject const *caliboffsets) |
| |
| void | setDeadChannelMap (o2::fit::DeadChannelMap const *deadChannelMap) |
| |
| double | getTimeOffsetWrtBC () const |
| |
| CFDOutput | get_time (const std::vector< float > ×, float deadTime) |
| |
| void | setContinuous (bool v=true) |
| |
| bool | isContinuous () const |
| |
Definition at line 38 of file Digitizer.h.
◆ Digitizer()
| o2::ft0::Digitizer::Digitizer |
( |
Int_t |
mode = 0 | ) |
|
|
inline |
◆ ~Digitizer()
| o2::ft0::Digitizer::~Digitizer |
( |
| ) |
|
|
default |
◆ finish()
| void Digitizer::finish |
( |
| ) |
|
◆ flush()
◆ flush_all()
◆ get_time()
◆ getBC()
| uint16_t o2::ft0::Digitizer::getBC |
( |
| ) |
const |
|
inline |
◆ getEvent()
| int o2::ft0::Digitizer::getEvent |
( |
| ) |
const |
|
inline |
◆ getInteractionRecord() [1/2]
◆ getInteractionRecord() [2/2]
◆ getOrbit()
| uint32_t o2::ft0::Digitizer::getOrbit |
( |
| ) |
const |
|
inline |
◆ getTimeOffsetWrtBC()
| double o2::ft0::Digitizer::getTimeOffsetWrtBC |
( |
| ) |
const |
|
inline |
◆ init()
◆ initParameters()
| void Digitizer::initParameters |
( |
| ) |
|
◆ isContinuous()
| bool o2::ft0::Digitizer::isContinuous |
( |
| ) |
const |
|
inline |
◆ measure_amplitude()
| double Digitizer::measure_amplitude |
( |
const std::vector< float > & |
times | ) |
const |
◆ printParameters()
| void Digitizer::printParameters |
( |
| ) |
const |
◆ process()
◆ SetChannelOffset()
◆ setContinuous()
| void o2::ft0::Digitizer::setContinuous |
( |
bool |
v = true | ) |
|
|
inline |
◆ setDeadChannelMap()
◆ setEventID()
| void o2::ft0::Digitizer::setEventID |
( |
Int_t |
id | ) |
|
|
inline |
◆ setInteractionRecord()
◆ setSrcID()
| void o2::ft0::Digitizer::setSrcID |
( |
Int_t |
id | ) |
|
|
inline |
◆ signalForm()
| float o2::ft0::Digitizer::signalForm |
( |
float |
x | ) |
const |
|
inlineprotected |
◆ signalFormVc()
template<typename VcType >
| VcType o2::ft0::Digitizer::signalFormVc |
( |
VcType |
x | ) |
const |
|
inlineprotected |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/FIT/FT0/simulation/include/FT0Simulation/Digitizer.h
- /home/runner/work/AliceO2/AliceO2/Detectors/FIT/FT0/simulation/src/Digitizer.cxx