ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
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
30typedef std::vector<CaloTTPpmRxId_t> CaloTTPpmRxId;
31
32#endif
std::vector< CaloTTPpmRxId_t > CaloTTPpmRxId
Structure definition of the CaloTTPpmRxIdMap.
unsigned short rx_inputConn
unsigned short ppm_module
unsigned short rx_inputPair
unsigned short ppm_channel
unsigned short rx_outputConn
unsigned short ppm_crate
unsigned short rx_module
unsigned short rx_crate
unsigned short ppm_subModule
unsigned short rx_outputPair