ATLAS Offline Software
Classes | Variables
TileRawChannel2Bytes.h File Reference
#include <vector>
Include dependency graph for TileRawChannel2Bytes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TileRawChannel2Bytes
 Converts the TileRawChannel object into bytes. More...
 

Variables

const int GAIN_BIT = 0x8000
 
const int AMPLITUDE_SIGN = 0x4000
 
const int AMPLITUDE_RANGE = 0x3FFF
 
const int TIME_SIGN = 0x8000
 
const int TIME_RANGE = 0x7FFF
 
const int QUALITY_SIGN = 0x8000
 
const int QUALITY_RANGE = 0x7FFF
 
const float AMPLITUDE_FACTOR = 16.0F
 
const float TIME_FACTOR = 256.0F
 
const float QUALITY_FACTOR = 32768.0F
 

Variable Documentation

◆ AMPLITUDE_FACTOR

const float AMPLITUDE_FACTOR = 16.0F

Definition at line 36 of file TileRawChannel2Bytes.h.

◆ AMPLITUDE_RANGE

const int AMPLITUDE_RANGE = 0x3FFF

Definition at line 25 of file TileRawChannel2Bytes.h.

◆ AMPLITUDE_SIGN

const int AMPLITUDE_SIGN = 0x4000

Definition at line 24 of file TileRawChannel2Bytes.h.

◆ GAIN_BIT

const int GAIN_BIT = 0x8000

Definition at line 23 of file TileRawChannel2Bytes.h.

◆ QUALITY_FACTOR

const float QUALITY_FACTOR = 32768.0F

Definition at line 38 of file TileRawChannel2Bytes.h.

◆ QUALITY_RANGE

const int QUALITY_RANGE = 0x7FFF

Definition at line 33 of file TileRawChannel2Bytes.h.

◆ QUALITY_SIGN

const int QUALITY_SIGN = 0x8000

Definition at line 32 of file TileRawChannel2Bytes.h.

◆ TIME_FACTOR

const float TIME_FACTOR = 256.0F

Definition at line 37 of file TileRawChannel2Bytes.h.

◆ TIME_RANGE

const int TIME_RANGE = 0x7FFF

Definition at line 29 of file TileRawChannel2Bytes.h.

◆ TIME_SIGN

const int TIME_SIGN = 0x8000

Definition at line 28 of file TileRawChannel2Bytes.h.