Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
JEMRoIAuxContainer_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: JEMRoIAuxContainer_v1.h 631511 2014-11-27 13:17:07Z gwatts $
8 #ifndef XAODTRIGL1CALO_VERSIONS_JEMROIAUXCONTAINER_V1_H
9 #define XAODTRIGL1CALO_VERSIONS_JEMROIAUXCONTAINER_V1_H
10 
11 // STL include(s):
12 extern "C" {
13 # include <stdint.h>
14 }
15 #include <vector>
16 
17 // EDM include(s):
19 
20 namespace xAOD{
21 
28 
30  public:
31  // Default constructor
33 
34  private:
35  std::vector<uint32_t> roiWord;
36 
37  }; // class JEMRoIAuxContainer_v1
38 } // namespace xAOD
39 
40 #include "xAODCore/BaseInfo.h"
42 
43 #endif // XAODTRIGL1CALO_VERSIONS_JEMROIAUXCONTAINER_V1_H
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
SG_BASE
SG_BASE(xAOD::JEMRoIAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::JEMRoIAuxContainer_v1::JEMRoIAuxContainer_v1
JEMRoIAuxContainer_v1()
Definition: JEMRoIAuxContainer_v1.cxx:12
xAOD::JEMRoIAuxContainer_v1::roiWord
std::vector< uint32_t > roiWord
Definition: JEMRoIAuxContainer_v1.h:35
xAOD::JEMRoIAuxContainer_v1
AuxContainer for JEMRoI_v1.
Definition: JEMRoIAuxContainer_v1.h:29