ATLAS Offline Software
Loading...
Searching...
No Matches
CaloTTOnAttrId_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_CALOTTONATTRID_P_H
6#define CALOTRIGGERTOOL_CALOTTONATTRID_P_H
7
8#include <vector>
10
20
22{
23public:
24
27 {
28 unsigned short crate ;
29 unsigned short module ;
30 unsigned short submodule ;
31 unsigned short channel ;
32
33 unsigned int em_had;
34 unsigned int pos_neg;
35 unsigned int barrel_endcap_fcal;
36 unsigned int module_type;
37 } ;
39
41
42 virtual ~CaloTTOnAttrId_P() { }
43
44
45 std::vector<__t> m_v;
46
48};
49
50#endif
std::vector< __t > m_v
virtual ~CaloTTOnAttrId_P()
CaloTTOnAttrId_P_t __t