ATLAS Offline Software
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 
17 namespace 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
xAOD::gFexTowerAuxContainer_v1
AuxContainer for gFexTower_v1.
Definition: gFexTowerAuxContainer_v1.h:21
xAOD::gFexTowerAuxContainer_v1::phi
std::vector< float > phi
Definition: gFexTowerAuxContainer_v1.h:29
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::gFexTowerAuxContainer_v1::iEta
std::vector< uint8_t > iEta
Definition: gFexTowerAuxContainer_v1.h:30
xAOD::gFexTowerAuxContainer_v1::isSaturated
std::vector< char > isSaturated
Definition: gFexTowerAuxContainer_v1.h:34
xAOD::gFexTowerAuxContainer_v1::fpga
std::vector< uint8_t > fpga
Definition: gFexTowerAuxContainer_v1.h:32
xAOD::gFexTowerAuxContainer_v1::iPhi
std::vector< uint8_t > iPhi
Definition: gFexTowerAuxContainer_v1.h:31
xAOD::gFexTowerAuxContainer_v1::gFEXtowerID
std::vector< uint32_t > gFEXtowerID
Definition: gFexTowerAuxContainer_v1.h:35
SG_BASE
SG_BASE(xAOD::gFexTowerAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::gFexTowerAuxContainer_v1::towerEt
std::vector< int > towerEt
Definition: gFexTowerAuxContainer_v1.h:33
xAOD::gFexTowerAuxContainer_v1::eta
std::vector< float > eta
Definition: gFexTowerAuxContainer_v1.h:28
xAOD::gFexTowerAuxContainer_v1::gFexTowerAuxContainer_v1
gFexTowerAuxContainer_v1()
Definition: gFexTowerAuxContainer_v1.cxx:10