ATLAS Offline Software
jFexSumETRoIAuxContainer_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef XAODTRIGGER_VERSIONS_JFEXSUMETROIAUXCONTAINER_V1_H
5 #define XAODTRIGGER_VERSIONS_JFEXSUMETROIAUXCONTAINER_V1_H
6 
7 //System include(s):
8 extern "C"{
9 #include <stdint.h>
10 }
11 #include <vector>
12 #include <string>
13 
14 // EDM include(s):
16 namespace xAOD{
17 
19 
20  public:
21  //Default constructor
23 
24  private:
25  std::vector<uint32_t> tobWord;
26  std::vector<uint8_t> fpgaNumber;
27  std::vector<uint8_t> jFexNumber;
28  std::vector<uint16_t> tobEt_lower;
29  std::vector<uint8_t> tobSat_lower;
30  std::vector<uint16_t> tobEt_upper;
31  std::vector<uint8_t> tobSat_upper;
32  std::vector<int> tobEtScale;
33 
34 }; // class jFexSumETRoIAuxContainer_v1
35 
36 }//end of namespace xAOD
37 
38 //Declare the inheritance of the container:
39 #include "xAODCore/BaseInfo.h"
41 
42 #endif //XAODTRIGGER_VERSIONS_JFEXSUMETROIAUXCONTAINER_V1_H
xAOD::jFexSumETRoIAuxContainer_v1::tobWord
std::vector< uint32_t > tobWord
Definition: jFexSumETRoIAuxContainer_v1.h:25
xAOD::jFexSumETRoIAuxContainer_v1::tobEtScale
std::vector< int > tobEtScale
Definition: jFexSumETRoIAuxContainer_v1.h:32
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::jFexSumETRoIAuxContainer_v1::tobEt_upper
std::vector< uint16_t > tobEt_upper
Definition: jFexSumETRoIAuxContainer_v1.h:30
SG_BASE
SG_BASE(xAOD::jFexSumETRoIAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::jFexSumETRoIAuxContainer_v1::jFexSumETRoIAuxContainer_v1
jFexSumETRoIAuxContainer_v1()
Definition: jFexSumETRoIAuxContainer_v1.cxx:10
xAOD::jFexSumETRoIAuxContainer_v1
Definition: jFexSumETRoIAuxContainer_v1.h:18
xAOD::jFexSumETRoIAuxContainer_v1::fpgaNumber
std::vector< uint8_t > fpgaNumber
Definition: jFexSumETRoIAuxContainer_v1.h:26
xAOD::jFexSumETRoIAuxContainer_v1::jFexNumber
std::vector< uint8_t > jFexNumber
Definition: jFexSumETRoIAuxContainer_v1.h:27
xAOD::jFexSumETRoIAuxContainer_v1::tobSat_upper
std::vector< uint8_t > tobSat_upper
Definition: jFexSumETRoIAuxContainer_v1.h:31
xAOD::jFexSumETRoIAuxContainer_v1::tobEt_lower
std::vector< uint16_t > tobEt_lower
Definition: jFexSumETRoIAuxContainer_v1.h:28
xAOD::jFexSumETRoIAuxContainer_v1::tobSat_lower
std::vector< uint8_t > tobSat_lower
Definition: jFexSumETRoIAuxContainer_v1.h:29