ATLAS Offline Software
Loading...
Searching...
No Matches
CaloTTOnOffId_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_CALOTTONOFFID_P_H
6#define CALOTRIGGERTOOL_CALOTTONOFFID_P_H
7
8#include <vector>
10
20
22{
23public:
24
27 {
28 short pn;
29 unsigned short sampling;
30 unsigned short region;
31 unsigned short eta;
32 unsigned short phi;
33 unsigned short layer;
34
35 unsigned short crate ;
36 unsigned short module ;
37 unsigned short submodule ;
38 unsigned short channel ;
39
40 };
42
44
45 virtual ~CaloTTOnOffId_P() { }
46
47
48 std::vector<__t> m_v;
49
51};
52
53#endif
CaloTTOnOffId_P_t __t
virtual ~CaloTTOnOffId_P()
std::vector< __t > m_v