ATLAS Offline Software
Loading...
Searching...
No Matches
gFexTowerAuxContainer_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_GFEXTOWERAUXCONTAINER_V1_H
6#define XAODTRIGL1CALO_VERSIONS_GFEXTOWERAUXCONTAINER_V1_H
7
8// EDM include(s):
10
11// System include(s):
12#include <stdint.h>
13
14// STL include(s):
15#include <vector>
16
17namespace xAOD{
18
20
22 public:
23 // Default constructor
25
26 private:
27
28 std::vector<float> eta;
29 std::vector<float> phi;
30 std::vector<uint8_t> iEta;
31 std::vector<uint8_t> iPhi;
32 std::vector<uint8_t> fpga;
33 std::vector<int> towerEt;
34 std::vector<char> isSaturated;
35 std::vector<uint32_t> gFEXtowerID;
36
37 }; // class gFexTowerAuxContainer_v1
38} // namespace xAOD
39
40#include "xAODCore/BaseInfo.h"
42
43#endif // XAODTRIGL1CALO_VERSIONS_GFEXTOWERAUXCONTAINER_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 gFexTower_v1.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.