![]() |
ATLAS Offline Software
|
Byte stream converter of LATOME. More...
#include "AthenaBaseComps/AthAlgTool.h"#include "LArRawEvent/LArRawSCContainer.h"#include "LArRawEvent/LArLATOMEHeaderContainer.h"#include "ByteStreamData/RawEvent.h"#include "CaloDetDescr/ICaloSuperCellIDTool.h"#include "LArCabling/LArOnOffIdMapping.h"#include <vector>#include <string>#include <fstream>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | LArLATOMEDecoder |
| class | LArLATOMEDecoder::LatomeRawData |
| 4th bit should be this value if the word indicate ADC value. More... | |
| class | LArLATOMEDecoder::LatomeAveragedRawData |
| class | LArLATOMEDecoder::LatomeCalibPatterns |
| class | LArLATOMEDecoder::EventProcess |
Macros | |
| #define | N_LATOME_CHANNELS 320 |
Enumerations | |
| enum class | MonDataType { RawADC =1 , ADC =0 , Energy =2 , SelectedEnergy =3 , Averaged =4 , AutoCorr =5 , Invalid =15 } |
| #define N_LATOME_CHANNELS 320 |
Definition at line 17 of file LArLATOMEDecoder.h.
|
strong |
| Enumerator | |
|---|---|
| RawADC | |
| ADC | |
| Energy | |
| SelectedEnergy | |
| Averaged | |
| AutoCorr | |
| Invalid | |
Definition at line 48 of file LArLATOMEDecoder.h.