ATLAS Offline Software
CaloTowerAuxContainer_v1.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODCALOEVENT_VERSIONS_CALOTOWERAUXCONTAINER_V1_H
8 #define XAODCALOEVENT_VERSIONS_CALOTOWERAUXCONTAINER_V1_H
9 
11 
12 #include <vector>
13 
14 namespace xAOD {
15 
17  {
18  public:
19 
24 
25  private:
26 
31  std::vector<float> towerE;
32  // std::vector<short> towerEtaIdx;
33  // std::vector<short> towerPhiIdx;
34 
35  };
36 }
37 
38 #include "xAODCore/BaseInfo.h"
40 
44 
45 #endif
xAOD::CaloTowerAuxContainer_v1
Payload container for xAOD::CaloTowerContainer_v1.
Definition: CaloTowerAuxContainer_v1.h:17
AuxContainerBase.h
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::CaloTowerAuxContainer_v1::towerE
std::vector< float > towerE
Data payload.
Definition: CaloTowerAuxContainer_v1.h:31
xAOD::CaloTowerAuxContainer_v1::~CaloTowerAuxContainer_v1
~CaloTowerAuxContainer_v1()
Destructor.
Definition: CaloTowerAuxContainer_v1.cxx:16
xAOD::CaloTowerAuxContainer_v1::CaloTowerAuxContainer_v1
CaloTowerAuxContainer_v1()
Default constructor.
Definition: CaloTowerAuxContainer_v1.cxx:8
SG_BASE
SG_BASE(xAOD::CaloTowerAuxContainer_v1, xAOD::AuxContainerBase)