ATLAS Offline Software
Loading...
Searching...
No Matches
CaloTTPpmRxId_P.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_P_H
6#define CALOTRIGGERTOOL_CALOTTPPMRXID_P_H
7
8#include <vector>
10
20
22{
23public:
24
27 {
28 unsigned short ppm_crate;
29 unsigned short ppm_module;
30 unsigned short ppm_subModule;
31 unsigned short ppm_channel;
32
33 unsigned short rx_crate ;
34 unsigned short rx_module ;
35 unsigned short rx_inputConn;
36 unsigned short rx_inputPair;
37 unsigned short rx_outputConn;
38 unsigned short rx_outputPair;
39
40 };
42
44
45 virtual ~CaloTTPpmRxId_P() { }
46
47
48 std::vector<__t> m_v;
49
51};
52
53#endif
std::vector< __t > m_v
virtual ~CaloTTPpmRxId_P()
CaloTTPpmRxId_P_t __t