ATLAS Offline Software
|
Byte stream converter of LATOME. More...
#include <stdint.h>
#include "AthenaBaseComps/AthAlgTool.h"
#include "LArRawEvent/LArDigitContainer.h"
#include "LArRawEvent/LArRawSCContainer.h"
#include "LArRawEvent/LArAccumulatedDigitContainer.h"
#include "LArRawEvent/LArAccumulatedCalibDigitContainer.h"
#include "LArRawEvent/LArSCDigit.h"
#include "LArRawEvent/LArLATOMEHeaderContainer.h"
#include "LArCabling/LArLATOMEMapping.h"
#include "ByteStreamData/RawEvent.h"
#include "CxxUtils/unused.h"
#include "eformat/Version.h"
#include "eformat/Issue.h"
#include <vector>
#include <string>
#include <fstream>
#include "eformat/index.h"
#include "LArIdentifier/LArOnline_SuperCellID.h"
#include "CaloDetDescr/ICaloSuperCellIDTool.h"
#include "LArCabling/LArOnOffIdMapping.h"
#include "LArRecConditions/LArCalibLineMapping.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 | MonDataType { MonDataType::RawADC =1, MonDataType::ADC =0, MonDataType::Energy =2, MonDataType::SelectedEnergy =3, MonDataType::Averaged =4, MonDataType::AutoCorr =5, MonDataType::Invalid =15 } |
#define N_LATOME_CHANNELS 320 |
Definition at line 18 of file LArLATOMEDecoder.h.
|
strong |
Enumerator | |
---|---|
RawADC | |
ADC | |
Energy | |
SelectedEnergy | |
Averaged | |
AutoCorr | |
Invalid |
Definition at line 51 of file LArLATOMEDecoder.h.