ATLAS Offline Software
Loading...
Searching...
No Matches
eFexTowerAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODTRIGL1CALO_VERSIONS_EFEXTOWERAUXCONTAINER_V1_H
6#define XAODTRIGL1CALO_VERSIONS_EFEXTOWERAUXCONTAINER_V1_H
7
8// STL include(s):
9#include <vector>
10// System include(s):
11#include <stdint.h>
12
13// EDM include(s):
15
16namespace xAOD{
17
19
21 public:
22 // Default constructor
24
25 private:
26
27 std::vector<float> eta;
28 std::vector<float> phi;
29 std::vector<uint8_t> module;
30 std::vector<uint8_t> fpga;
31
32 std::vector<std::vector<uint16_t> > et_count;
33
34 std::vector<uint32_t> em_status;
35 std::vector<uint32_t> had_status;
36 std::vector<uint32_t> eFEXtowerID;
37
38 }; // class eFexTowerAuxContainer_v1
39} // namespace xAOD
40
41#include "xAODCore/BaseInfo.h"
43
44#endif // XAODTRIGL1CALO_VERSIONS_EFEXTOWERAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
AuxContainer for eFexTower_v1.
std::vector< std::vector< uint16_t > > et_count
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.