ATLAS Offline Software
Loading...
Searching...
No Matches
Lvl1Def.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigT1RPChardware_Lvl1Def_H
6#define TrigT1RPChardware_Lvl1Def_H
7#include <inttypes.h>
8//
9// typedef unsigned long int CMAword; // 32 bits for the elementary CMA integer
10// typedef unsigned long int RODword; // 32 bits for the elementary ROD integer
11// typedef signed long int sbit32; //
12// typedef unsigned short int ubit16; //
13// typedef signed short int sbit16; //
14//
15// definitions compatible with 64-bit machines
16//
17typedef uint32_t CMAword; // 32 bits for the elementary CMA integer
18typedef uint32_t RODword; // 32 bits for the elementary ROD integer
19typedef int32_t sbit32; //
20typedef uint16_t ubit16; //
21typedef int16_t sbit16; //
22#endif
int16_t sbit16
Definition Lvl1Def.h:21
uint32_t RODword
Definition Lvl1Def.h:18
int32_t sbit32
Definition Lvl1Def.h:19
uint32_t CMAword
Definition Lvl1Def.h:17
unsigned short int ubit16