ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace 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
#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.
Payload container for xAOD::CaloTowerContainer_v1.
std::vector< float > towerE
Data payload.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.