ATLAS Offline Software
Loading...
Searching...
No Matches
JGTowerAuxContainer_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// Dear emacs, this is -*- c++ -*-
5#ifndef XAODTRIGL1CALO_VERSIONS_JGTOWERAUXCONTAINER_V1_H
6#define XAODTRIGL1CALO_VERSIONS_JGTOWERAUXCONTAINER_V1_H
7
8// STL include(s):
9#include <vector>
10// System include(s):
11#include <stdint.h>
12
13// EDM include(s):
15
16namespace xAOD
17{
18
27 {
28 public:
29 // Default constructor
31
32 private:
33 // Tower identifiers
34 std::vector<float> eta;
35 std::vector<float> phi;
36 std::vector<float> deta;
37 std::vector<float> dphi;
38 std::vector<float> et;
39 std::vector<int> Id;
40 std::vector<int> sampling;
41 std::vector<std::vector<int>> SCIndex;
42 std::vector<std::vector<int>> TileIndex;
43 }; // class JGTowerAuxContainer
44} // namespace xAOD
45
46#include "xAODCore/BaseInfo.h"
48
49#endif // XAODTRIGL1CALO_VERSIONS_JGTOWERAUXCONTAINER_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.
AuxContainer for JGTower_v1.
std::vector< std::vector< int > > SCIndex
std::vector< std::vector< int > > TileIndex
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.