ATLAS Offline Software
Loading...
Searching...
No Matches
jFexTowerAuxContainer_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_JFEXTOWERAUXCONTAINER_V1_H
6#define XAODTRIGL1CALO_VERSIONS_JFEXTOWERAUXCONTAINER_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<int> globalEta;
31 std::vector<unsigned int> globalPhi;
32 std::vector<uint8_t> module;
33 std::vector<uint8_t> fpga;
34 std::vector<uint8_t> channel;
35 std::vector<uint8_t> jFEXdataID;
36 std::vector<uint32_t> jFEXtowerID;
37 std::vector<uint8_t> Calosource;
38
39 std::vector<std::vector<uint16_t> > et_count;
40 std::vector<std::vector<char>> isjTowerSat;
41
42}; // class jFexTowerAuxContainer_v1
43} // namespace xAOD
44
45#include "xAODCore/BaseInfo.h"
47
48#endif // XAODTRIGL1CALO_VERSIONS_JFEXTOWERAUXCONTAINER_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 jFexTower_v1.
std::vector< unsigned int > globalPhi
std::vector< std::vector< uint16_t > > et_count
std::vector< std::vector< char > > isjTowerSat
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.