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