ATLAS Offline Software
Loading...
Searching...
No Matches
CPMTowerAuxContainer_v1.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_v1.h 631511 2014-11-27 13:17:07Z gwatts $
8#ifndef XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V1_H
9#define XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// EDM include(s):
16
17namespace xAOD{
18
25
27 public:
28 // Default constructor
30
31 private:
32 std::vector<std::vector<int> > emEnergyVec;
33 std::vector<std::vector<int> > hadEnergyVec;
34 std::vector<std::vector<int> > emErrorVec;
35 std::vector<std::vector<int> > hadErrorVec;
36 std::vector<float> phi;
37 std::vector<float> eta;
38 std::vector<int> peak;
39
40 }; // class CPMTowerAuxContainer_v1
41} // namespace xAOD
42
43#include "xAODCore/BaseInfo.h"
45
46#endif // XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_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 CPMTower_v1.
std::vector< std::vector< int > > hadErrorVec
std::vector< std::vector< int > > hadEnergyVec
std::vector< std::vector< int > > emErrorVec
std::vector< std::vector< int > > emEnergyVec
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.