ATLAS Offline Software
jFexSRJetRoIAuxContainer_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_JFEXSRJETROIAUXCONTAINER_V1_H
5 #define XAODTRIGGER_VERSIONS_JFEXSRJETROIAUXCONTAINER_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> jFexNumber;
27  std::vector<uint8_t> fpgaNumber;
28  std::vector<uint16_t> tobEt;
29  std::vector<uint8_t> tobLocalEta;
30  std::vector<uint8_t> tobLocalPhi;
31  std::vector<uint8_t> tobSat;
32  std::vector<int> globalEta;
33  std::vector<uint> globalPhi;
34  std::vector<float> eta;
35  std::vector<float> phi;
36  std::vector<int> tobEtScale;
37  std::vector< char > isTOB;
38 
39 }; // class jFexSRJetRoIAuxContainer_v1
40 
41 }//end of namespace xAOD
42 
43 //Declare the inheritance of the container:
44 #include "xAODCore/BaseInfo.h"
46 
47 #endif //XAODTRIGGER_VERSIONS_JFEXSRJETROIAUXCONTAINER_V1_H
xAOD::jFexSRJetRoIAuxContainer_v1::tobWord
std::vector< uint32_t > tobWord
Definition: jFexSRJetRoIAuxContainer_v1.h:25
xAOD::jFexSRJetRoIAuxContainer_v1::globalEta
std::vector< int > globalEta
Definition: jFexSRJetRoIAuxContainer_v1.h:32
SG_BASE
SG_BASE(xAOD::jFexSRJetRoIAuxContainer_v1, xAOD::AuxContainerBase)
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD::jFexSRJetRoIAuxContainer_v1::tobLocalPhi
std::vector< uint8_t > tobLocalPhi
Definition: jFexSRJetRoIAuxContainer_v1.h:30
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::jFexSRJetRoIAuxContainer_v1::isTOB
std::vector< char > isTOB
Definition: jFexSRJetRoIAuxContainer_v1.h:37
xAOD::jFexSRJetRoIAuxContainer_v1::tobEtScale
std::vector< int > tobEtScale
Definition: jFexSRJetRoIAuxContainer_v1.h:36
xAOD::jFexSRJetRoIAuxContainer_v1::fpgaNumber
std::vector< uint8_t > fpgaNumber
Definition: jFexSRJetRoIAuxContainer_v1.h:27
xAOD::jFexSRJetRoIAuxContainer_v1::tobSat
std::vector< uint8_t > tobSat
Definition: jFexSRJetRoIAuxContainer_v1.h:31
xAOD::jFexSRJetRoIAuxContainer_v1::jFexSRJetRoIAuxContainer_v1
jFexSRJetRoIAuxContainer_v1()
Definition: jFexSRJetRoIAuxContainer_v1.cxx:10
xAOD::jFexSRJetRoIAuxContainer_v1::phi
std::vector< float > phi
Definition: jFexSRJetRoIAuxContainer_v1.h:35
xAOD::jFexSRJetRoIAuxContainer_v1::jFexNumber
std::vector< uint8_t > jFexNumber
Definition: jFexSRJetRoIAuxContainer_v1.h:26
xAOD::jFexSRJetRoIAuxContainer_v1::eta
std::vector< float > eta
Definition: jFexSRJetRoIAuxContainer_v1.h:34
xAOD::jFexSRJetRoIAuxContainer_v1::globalPhi
std::vector< uint > globalPhi
Definition: jFexSRJetRoIAuxContainer_v1.h:33
xAOD::jFexSRJetRoIAuxContainer_v1::tobLocalEta
std::vector< uint8_t > tobLocalEta
Definition: jFexSRJetRoIAuxContainer_v1.h:29
xAOD::jFexSRJetRoIAuxContainer_v1
Definition: jFexSRJetRoIAuxContainer_v1.h:18
xAOD::jFexSRJetRoIAuxContainer_v1::tobEt
std::vector< uint16_t > tobEt
Definition: jFexSRJetRoIAuxContainer_v1.h:28