Project
Loading...
Searching...
No Matches
EnergyEncoding::v2 Namespace Reference

Variables

const float ENERGY_BITS = static_cast<float>(0x3FFF)
 
const float SAFETYMARGIN = 0.2
 
const float HGLGTRANSITION = o2::emcal::constants::OVERFLOWCUT * o2::emcal::constants::EMCAL_ADCENERGY
 
const float OFFSET_LG = HGLGTRANSITION - SAFETYMARGIN
 
const float ENERGY_TRUNCATION = 250.
 
const float ENERGY_RESOLUTION_LG = (ENERGY_TRUNCATION - OFFSET_LG) / ENERGY_BITS
 
const float ENERGY_RESOLUTION_HG = HGLGTRANSITION / ENERGY_BITS
 
const float ENERGY_RESOLUTION_TRU = ENERGY_TRUNCATION / ENERGY_BITS
 
const float ENERGY_RESOLUTION_LEDMON = ENERGY_TRUNCATION / ENERGY_BITS
 

Variable Documentation

◆ ENERGY_BITS

const float EnergyEncoding::v2::ENERGY_BITS = static_cast<float>(0x3FFF)

Definition at line 51 of file Cell.cxx.

◆ ENERGY_RESOLUTION_HG

const float EnergyEncoding::v2::ENERGY_RESOLUTION_HG = HGLGTRANSITION / ENERGY_BITS

Definition at line 57 of file Cell.cxx.

◆ ENERGY_RESOLUTION_LEDMON

const float EnergyEncoding::v2::ENERGY_RESOLUTION_LEDMON = ENERGY_TRUNCATION / ENERGY_BITS

Definition at line 59 of file Cell.cxx.

◆ ENERGY_RESOLUTION_LG

const float EnergyEncoding::v2::ENERGY_RESOLUTION_LG = (ENERGY_TRUNCATION - OFFSET_LG) / ENERGY_BITS

Definition at line 56 of file Cell.cxx.

◆ ENERGY_RESOLUTION_TRU

const float EnergyEncoding::v2::ENERGY_RESOLUTION_TRU = ENERGY_TRUNCATION / ENERGY_BITS

Definition at line 58 of file Cell.cxx.

◆ ENERGY_TRUNCATION

const float EnergyEncoding::v2::ENERGY_TRUNCATION = 250.

Definition at line 55 of file Cell.cxx.

◆ HGLGTRANSITION

const float EnergyEncoding::v2::HGLGTRANSITION = o2::emcal::constants::OVERFLOWCUT * o2::emcal::constants::EMCAL_ADCENERGY

Definition at line 53 of file Cell.cxx.

◆ OFFSET_LG

const float EnergyEncoding::v2::OFFSET_LG = HGLGTRANSITION - SAFETYMARGIN

Definition at line 54 of file Cell.cxx.

◆ SAFETYMARGIN

const float EnergyEncoding::v2::SAFETYMARGIN = 0.2

Definition at line 52 of file Cell.cxx.