![]() |
Project
|
#include <DigitGlobalPad.h>
Public Types | |
using | Streamer = o2::utils::DebugStreamer |
Public Member Functions | |
DigitGlobalPad ()=default | |
Constructor. | |
~DigitGlobalPad ()=default | |
Destructor. | |
void | reset () |
Resets the container. | |
float | getChargePad () const |
void | addDigit (const MCCompLabel &label, float signal, o2::dataformats::LabelContainer< std::pair< MCCompLabel, int >, false > &) |
void | foldSignal (PrevDigitInfo &prevDigit, const int sector, const int pad, const TimeBin time, Streamer *debugStream=nullptr, const CalPad *padParams[3]=nullptr) |
Fold signal with previous pad signal add ion tail and ToT for sigmal saturation. | |
void | setID (int id) |
int | getID () const |
template<DigitzationMode MODE> | |
void | fillOutputContainer (std::vector< Digit > &output, dataformats::MCTruthContainer< MCCompLabel > &mcTruth, const CRU &cru, TimeBin timeBin, GlobalPadNumber globalPad, o2::dataformats::LabelContainer< std::pair< MCCompLabel, int >, false > &labelContainer, float commonMode=0.f, const PrevDigitInfo &prevDigit=PrevDigitInfo(), Streamer *debugStream=nullptr, const CalDet< bool > *deadMap=nullptr) |
This is the lowest class of the intermediate Digit Containers, in which all incoming electrons from the hits are sorted into after amplification The structure assures proper sorting of the Digits and proper propagation of the MC labels when later on written out for further processing.
Definition at line 57 of file DigitGlobalPad.h.
Definition at line 60 of file DigitGlobalPad.h.
|
default |
Constructor.
|
default |
Destructor.
|
inline |
Add digit to the time bin container
eventID | MC Event ID |
trackID | MC Track ID |
signal | Charge of the digit in ADC counts |
Definition at line 113 of file DigitGlobalPad.h.
|
inline |
Fill output vector
output | Output container |
mcTruth | MC Truth container |
cru | CRU ID |
timeBin | Time bin |
globalPad | Global pad ID |
commonMode | Common mode value of that specific ROC |
The charge accumulated on that pad is converted into ADC counts, saturation of the SAMPA is applied and a Digit is created in written out
only write out the data if there is actually charge on that pad
Write out the Digit
create Digit and append to container
Sort the MC labels according to their occurrence
add MCTruth output
Definition at line 208 of file DigitGlobalPad.h.
|
inline |
Fold signal with previous pad signal add ion tail and ToT for sigmal saturation.
Definition at line 134 of file DigitGlobalPad.h.
|
inline |
Get the accumulated charge on that GlobalPad
Definition at line 73 of file DigitGlobalPad.h.
|
inline |
Definition at line 86 of file DigitGlobalPad.h.
|
inline |
Resets the container.
Definition at line 194 of file DigitGlobalPad.h.
Definition at line 85 of file DigitGlobalPad.h.