ATLAS Offline Software
Loading...
Searching...
No Matches
jFexFwdElRoIAuxContainer_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_JFEXFWDELROIAUXCONTAINER_V1_H
5#define XAODTRIGGER_VERSIONS_JFEXFWDELROIAUXCONTAINER_V1_H
6
7//System include(s):
8extern "C"{
9#include <stdint.h>
10}
11#include <vector>
12#include <string>
13
14// EDM include(s):
16namespace 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> tobEMIso;
30 std::vector<uint8_t> tobEMf1;
31 std::vector<uint8_t> tobEMf2;
32 std::vector<uint8_t> tobLocalEta;
33 std::vector<uint8_t> tobLocalPhi;
34 std::vector<uint8_t> tobSat;
35 std::vector<int> globalEta;
36 std::vector<uint> globalPhi;
37 std::vector<float> eta;
38 std::vector<float> phi;
39 std::vector<int> tobEtScale;
40 std::vector< char> isTOB;
41 std::vector<uint16_t> EtEMiso;
42 std::vector<uint16_t> EtEM;
43 std::vector<uint16_t> EtHad1;
44 std::vector<uint16_t> EtHad2;
45
46}; // class jFexFwdElRoIAuxContainer_v1
47
48}//end of namespace xAOD
49
50//Declare the inheritance of the container:
51#include "xAODCore/BaseInfo.h"
53
54#endif //XAODTRIGGER_VERSIONS_JFEXFWDELROIAUXCONTAINER_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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.