![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Variables | |
const int | ALTROMAXSAMPLES = 1008 |
The maximum number of samples of the ALTRO. More... | |
const int | ALTROMAXPRESAMPLES = 15 |
Maximum number of presamles from the ALTRO chip. More... | |
const int | NALTROS = 4 |
Number of ALTROs per frontend card. More... | |
const int | NALTROCHANNELS = 16 |
Number of readout channels per ALTRO chip. More... | |
const int | MINHARDWAREADDRESS = -2 |
Smallest possible HW address ( in offline ) More... | |
const int | MAXBINVALUE = 1023 |
Max possible ALTRO ADC value ( 10 bit ) More... | |
const int | NGAINS = 2 |
Number of gains ( high + low ) More... | |
const int | HIGHGAIN = 1 |
Mnemonic for High Gain. More... | |
const int | LOWGAIN = 0 |
Mnemonic for Low Gain. More... | |
const int | HG = HIGHGAIN |
Abbrevation for HIGHGAIN. More... | |
const int | LG = LOWGAIN |
Abbrevation for LOWGAIN. More... | |
const int CaloConstants::ALTROConstants::ALTROMAXPRESAMPLES = 15 |
Maximum number of presamles from the ALTRO chip.
Definition at line 53 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::ALTROMAXSAMPLES = 1008 |
The maximum number of samples of the ALTRO.
Definition at line 52 of file AliCaloConstants.h.
Referenced by AliCaloRawAnalyzer::AliCaloRawAnalyzer(), AliCaloRawAnalyzerFitter::AliCaloRawAnalyzerFitter(), and AliCaloRawAnalyzer::SetTimeConstraint().
const int CaloConstants::ALTROConstants::HG = HIGHGAIN |
Abbrevation for HIGHGAIN.
Definition at line 62 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::HIGHGAIN = 1 |
Mnemonic for High Gain.
Definition at line 60 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::LG = LOWGAIN |
Abbrevation for LOWGAIN.
Definition at line 63 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::LOWGAIN = 0 |
Mnemonic for Low Gain.
Definition at line 61 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::MAXBINVALUE = 1023 |
Max possible ALTRO ADC value ( 10 bit )
Definition at line 58 of file AliCaloConstants.h.
Referenced by AliEMCALRawResponse::RawSampledResponse().
const int CaloConstants::ALTROConstants::MINHARDWAREADDRESS = -2 |
Smallest possible HW address ( in offline )
Definition at line 56 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::NALTROCHANNELS = 16 |
Number of readout channels per ALTRO chip.
Definition at line 55 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::NALTROS = 4 |
Number of ALTROs per frontend card.
Definition at line 54 of file AliCaloConstants.h.
const int CaloConstants::ALTROConstants::NGAINS = 2 |
Number of gains ( high + low )
Definition at line 59 of file AliCaloConstants.h.