ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcModuleAuxContainer_v2.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: ALFADataAuxContainer_v2.h 693858 2015-09-09 10:30:15Z krasznaa $
8#ifndef XAODFORWARD_VERSIONS_ZDCMODULEAUXCONTAINER_V2_H
9#define XAODFORWARD_VERSIONS_ZDCMODULEAUXCONTAINER_V2_H
10
11// System include(s):
12#include <vector>
13#include <stdint.h>
14
15// EDM include(s):
18
19namespace xAOD {
20
32
33 public:
36
37 private:
38
39 std::vector<uint32_t> zdcId;
40 std::vector<int> zdcSide;
41 std::vector<int> zdcModule;
42 std::vector<int> zdcType;
43 std::vector<int> zdcChannel;
44
45 }; // class ZdcModuleAuxContainer_v2
46
47} // namespace xAOD
48
49// Declare the inheritance of the class:
50#include "xAODCore/BaseInfo.h"
52
53#endif //XAODFORWARD_VERSIONS_ZDCMODULEAUXCONTAINER_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.
Auxiliary store for xAOD::ZdcModuleContainer_v2.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.