ATLAS Offline Software
GBlockAuxContainer_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 
5 #ifndef XAODTRIGL1CALO_VERSIONS_GBLOCKAUXCONTAINER_V1_H
6 #define XAODTRIGL1CALO_VERSIONS_GBLOCKAUXCONTAINER_V1_H
7 
8 #include <vector>
9 #include "AthLinks/ElementLink.h"
10 #include "../JGTowerContainer.h"
12 
13 namespace xAOD
14 {
16  {
17  public:
19 
20  private:
21  std::vector<float> eta;
22  std::vector<float> phi;
23  std::vector<float> deta;
24  std::vector<float> dphi;
25  std::vector<float> et;
26  std::vector<float> area;
27  std::vector<ElementLink<JGTowerContainer>> seedJGTower;
28  std::vector<std::vector<ElementLink<JGTowerContainer>>> JGTowers;
29  }; //> end class GBlockAuxContainer_v1
30 } // namespace xAOD
31 
32 #include "xAODCore/BaseInfo.h"
34 
35 #endif //> XAODTRIGL1CALO_VERSIONS_GBLOCKAUXCONTAINER_V1_H
xAOD::GBlockAuxContainer_v1::phi
std::vector< float > phi
Definition: GBlockAuxContainer_v1.h:22
xAOD::GBlockAuxContainer_v1::dphi
std::vector< float > dphi
Definition: GBlockAuxContainer_v1.h:24
AuxContainerBase.h
xAOD::GBlockAuxContainer_v1::seedJGTower
std::vector< ElementLink< JGTowerContainer > > seedJGTower
Definition: GBlockAuxContainer_v1.h:27
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::GBlockAuxContainer_v1::area
std::vector< float > area
Definition: GBlockAuxContainer_v1.h:26
xAOD::GBlockAuxContainer_v1::GBlockAuxContainer_v1
GBlockAuxContainer_v1()
Definition: GBlockAuxContainer_v1.cxx:9
xAOD::GBlockAuxContainer_v1::deta
std::vector< float > deta
Definition: GBlockAuxContainer_v1.h:23
SG_BASE
SG_BASE(xAOD::GBlockAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::GBlockAuxContainer_v1::et
std::vector< float > et
Definition: GBlockAuxContainer_v1.h:25
xAOD::GBlockAuxContainer_v1
Definition: GBlockAuxContainer_v1.h:16
xAOD::GBlockAuxContainer_v1::eta
std::vector< float > eta
Definition: GBlockAuxContainer_v1.h:21
xAOD::GBlockAuxContainer_v1::JGTowers
std::vector< std::vector< ElementLink< JGTowerContainer > > > JGTowers
Definition: GBlockAuxContainer_v1.h:28