ATLAS Offline Software
Loading...
Searching...
No Matches
CMXRoIAuxContainer_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: CMXRoIAuxContainer_v1.h 681007 2015-07-07 13:34:12Z morrisj $
8#ifndef XAODTRIGL1CALO_VERSIONS_CMXROIAUXCONTAINER_V1_H
9#define XAODTRIGL1CALO_VERSIONS_CMXROIAUXCONTAINER_V1_H
10
11// STL include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16
17// EDM include(s):
19
20
21namespace xAOD{
22
29
31 public:
32 // Default constructor
34
35 private:
36 std::vector< std::vector<uint32_t> > cmxRoIWords;
37
38 }; // class CMMRoIAuxInfo_v1
39} // namespace xAOD
40
41#include "xAODCore/BaseInfo.h"
43
44#endif // XAODTRIGL1CALO_VERSIONS_CMXROIAUXCONTAINER_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.
std::vector< std::vector< uint32_t > > cmxRoIWords
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.