ATLAS Offline Software
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 
19 namespace 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
SG_BASE
SG_BASE(xAOD::ZdcModuleAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::ZdcModuleAuxContainer_v2::zdcType
std::vector< int > zdcType
Definition: ZdcModuleAuxContainer_v2.h:42
xAOD::ZdcModuleAuxContainer_v2
Auxiliary store for xAOD::ZdcModuleContainer_v2.
Definition: ZdcModuleAuxContainer_v2.h:31
TriggerTowerContainer.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
xAOD::ZdcModuleAuxContainer_v2::ZdcModuleAuxContainer_v2
ZdcModuleAuxContainer_v2()
Default constructor.
Definition: ZdcModuleAuxContainer_v2.cxx:13
xAOD::ZdcModuleAuxContainer_v2::zdcChannel
std::vector< int > zdcChannel
Definition: ZdcModuleAuxContainer_v2.h:43
xAOD::ZdcModuleAuxContainer_v2::zdcId
std::vector< uint32_t > zdcId
Definition: ZdcModuleAuxContainer_v2.h:39
xAOD::ZdcModuleAuxContainer_v2::zdcModule
std::vector< int > zdcModule
Definition: ZdcModuleAuxContainer_v2.h:41
xAOD::ZdcModuleAuxContainer_v2::zdcSide
std::vector< int > zdcSide
Definition: ZdcModuleAuxContainer_v2.h:40