Project
Loading...
Searching...
No Matches
o2::tpc::DigitGlobalPad Class Reference

#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)
 

Detailed Description

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.

Member Typedef Documentation

◆ Streamer

Constructor & Destructor Documentation

◆ DigitGlobalPad()

o2::tpc::DigitGlobalPad::DigitGlobalPad ( )
default

Constructor.

◆ ~DigitGlobalPad()

o2::tpc::DigitGlobalPad::~DigitGlobalPad ( )
default

Destructor.

Member Function Documentation

◆ addDigit()

void o2::tpc::DigitGlobalPad::addDigit ( const MCCompLabel label,
float  signal,
o2::dataformats::LabelContainer< std::pair< MCCompLabel, int >, false > &  labels 
)
inline

Add digit to the time bin container

Parameters
eventIDMC Event ID
trackIDMC Track ID
signalCharge of the digit in ADC counts

Definition at line 113 of file DigitGlobalPad.h.

◆ fillOutputContainer()

template<DigitzationMode MODE>
void o2::tpc::DigitGlobalPad::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 
)
inline

Fill output vector

Parameters
outputOutput container
mcTruthMC Truth container
cruCRU ID
timeBinTime bin
globalPadGlobal pad ID
commonModeCommon 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.

◆ foldSignal()

void o2::tpc::DigitGlobalPad::foldSignal ( PrevDigitInfo prevDigit,
const int  sector,
const int  pad,
const TimeBin  time,
Streamer debugStream = nullptr,
const CalPad padParams[3] = nullptr 
)
inline

Fold signal with previous pad signal add ion tail and ToT for sigmal saturation.

Definition at line 134 of file DigitGlobalPad.h.

◆ getChargePad()

float o2::tpc::DigitGlobalPad::getChargePad ( ) const
inline

Get the accumulated charge on that GlobalPad

Returns
Accumulated charge

Definition at line 73 of file DigitGlobalPad.h.

◆ getID()

int o2::tpc::DigitGlobalPad::getID ( ) const
inline

Definition at line 86 of file DigitGlobalPad.h.

◆ reset()

void o2::tpc::DigitGlobalPad::reset ( )
inline

Resets the container.

Definition at line 194 of file DigitGlobalPad.h.

◆ setID()

void o2::tpc::DigitGlobalPad::setID ( int  id)
inline

Definition at line 85 of file DigitGlobalPad.h.


The documentation for this class was generated from the following file: