ATLAS Offline Software
Loading...
Searching...
No Matches
eFexTauRoIAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODTRIGGER_VERSIONS_EFEXTAUROIAUXCONTAINER_V1_H
8#define XAODTRIGGER_VERSIONS_EFEXTAUROIAUXCONTAINER_V1_H
9
10// System include(s):
11extern "C" {
12# include <stdint.h>
13}
14#include <vector>
15#include <string>
16
17// EDM include(s):
19
20namespace xAOD {
21
30
31 public:
34
35 private:
36 std::vector< uint32_t > word0;
37 std::vector< uint32_t > word1;
38 std::vector< uint16_t > rCoreNumerator;
39 std::vector< uint16_t > rCoreDenominator;
40 std::vector< uint16_t > rHadNumerator;
41 std::vector< uint16_t > rHadDenominator;
42
43 std::vector< float > et;
44 std::vector< float > eta;
45 std::vector< float > phi;
46 std::vector< char > isTOB;
47
48 }; // class eFexTauRoIAuxContainer_v1
49
50} // namespace xAOD
51
52// Declare the inheritance of the container:
53#include "xAODCore/BaseInfo.h"
55
56#endif // XAODTRIGGER_VERSIONS_EFEXTAUROIAUXCONTAINER_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.
Auxiliary store for the LVL1 eFEX tau TOB/RoI container.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.