ATLAS Offline Software
CaloTTPpmRxId.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CALOTRIGGERTOOL_CALOTTPPMRXID_H
6 #define CALOTRIGGERTOOL_CALOTTPPMRXID_H
7 
8 #include <vector>
9 
15 {
16  unsigned short ppm_crate;
17  unsigned short ppm_module;
18  unsigned short ppm_subModule;
19  unsigned short ppm_channel;
20 
21  unsigned short rx_crate ;
22  unsigned short rx_module ;
23  unsigned short rx_inputConn;
24  unsigned short rx_inputPair;
25  unsigned short rx_outputConn;
26  unsigned short rx_outputPair;
27 
28 } ;
29 
30 typedef std::vector<CaloTTPpmRxId_t> CaloTTPpmRxId;
31 
32 #endif
CaloTTPpmRxId_t::rx_module
unsigned short rx_module
Definition: CaloTTPpmRxId.h:22
CaloTTPpmRxId_t::rx_outputConn
unsigned short rx_outputConn
Definition: CaloTTPpmRxId.h:25
CaloTTPpmRxId
std::vector< CaloTTPpmRxId_t > CaloTTPpmRxId
Definition: CaloTTPpmRxId.h:30
CaloTTPpmRxId_t::ppm_subModule
unsigned short ppm_subModule
Definition: CaloTTPpmRxId.h:18
CaloTTPpmRxId_t
Structure definition of the CaloTTPpmRxIdMap.
Definition: CaloTTPpmRxId.h:15
CaloTTPpmRxId_t::rx_inputConn
unsigned short rx_inputConn
Definition: CaloTTPpmRxId.h:23
CaloTTPpmRxId_t::rx_inputPair
unsigned short rx_inputPair
Definition: CaloTTPpmRxId.h:24
CaloTTPpmRxId_t::ppm_module
unsigned short ppm_module
Definition: CaloTTPpmRxId.h:17
CaloTTPpmRxId_t::ppm_channel
unsigned short ppm_channel
Definition: CaloTTPpmRxId.h:19
CaloTTPpmRxId_t::ppm_crate
unsigned short ppm_crate
Definition: CaloTTPpmRxId.h:16
CaloTTPpmRxId_t::rx_outputPair
unsigned short rx_outputPair
Definition: CaloTTPpmRxId.h:26
CaloTTPpmRxId_t::rx_crate
unsigned short rx_crate
Definition: CaloTTPpmRxId.h:21