ATLAS Offline Software
Loading...
Searching...
No Matches
CPMTowerAuxContainer_v2.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: CPMTowerAuxContainer_v2.h 687949 2015-08-06 15:48:49Z amazurov $
8#ifndef XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V2_H
9#define XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V2_H
10
11// STL include(s):
12#include <vector>
13// System include(s):
14#include <stdint.h>
15
16// EDM include(s):
18
19namespace xAOD{
20
27
29 public:
30 // Default constructor
32
33 private:
34 std::vector<std::vector<uint8_t> > emEnergyVec;
35 std::vector<std::vector<uint8_t> > hadEnergyVec;
36 std::vector<std::vector<uint32_t> > emErrorVec;
37 std::vector<std::vector<uint32_t> > hadErrorVec;
38 std::vector<float> phi;
39 std::vector<float> eta;
40 std::vector<uint8_t> peak;
41
42 }; // class CPMTowerAuxContainer_v2
43} // namespace xAOD
44
45#include "xAODCore/BaseInfo.h"
47
48#endif // XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V2_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 CPMTower_v2.
std::vector< std::vector< uint32_t > > emErrorVec
std::vector< std::vector< uint32_t > > hadErrorVec
std::vector< std::vector< uint8_t > > emEnergyVec
std::vector< std::vector< uint8_t > > hadEnergyVec
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.