ATLAS Offline Software
ZdcModule_v1.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 #ifndef XAODFORWARD_VERSIONS_ZDCMODULE_V1_H
8 #define XAODFORWARD_VERSIONS_ZDCMODULE_V1_H
9 
10 // EDM include(s):
13 #include <stdint.h>
14 
15 namespace xAOD {
16 
24 
25  class ZdcModule_v1 : public SG::AuxElement {
26 
27  public:
28 
30  ZdcModule_v1();
31 
32  uint32_t zdcId() const;
34  int zdcSide() const;
35  void setZdcSide(int );
36  int zdcModule() const;
37  void setZdcModule(int );
38  int zdcType() const;
39  void setZdcType(int );
40  int zdcChannel() const;
41  void setZdcChannel(int );
42 
43 
44  void setWaveform(const std::string&, const std::vector<uint16_t>&);
45  const std::vector<uint16_t>& getWaveform(const std::string&) const;
46 
47 
48  }; // class ZdcModule_v1
49 
50 } // namespace xAOD
51 
52 // Declare the inheritance of the class:
53 #include "xAODCore/BaseInfo.h"
55 
56 #endif // XAODFORWARD_VERSIONS_ZDCMODULE_V1_H
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
TriggerTowerContainer.h
xAOD::ZdcModule_v1
Class containing ZDC Module information.
Definition: ZdcModule_v1.h:25
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::ZdcModule_v1::setZdcModule
void setZdcModule(int)
xAOD::ZdcModule_v1::setWaveform
void setWaveform(const std::string &, const std::vector< uint16_t > &)
Definition: ZdcModule_v1.cxx:34
xAOD::ZdcModule_v1::zdcModule
int zdcModule() const
xAOD::ZdcModule_v1::zdcSide
int zdcSide() const
xAOD::ZdcModule_v1::getWaveform
const std::vector< uint16_t > & getWaveform(const std::string &) const
Definition: ZdcModule_v1.cxx:28
xAOD::ZdcModule_v1::setZdcId
void setZdcId(uint32_t)
xAOD::ZdcModule_v1::zdcId
uint32_t zdcId() const
xAOD::ZdcModule_v1::setZdcSide
void setZdcSide(int)
xAOD::ZdcModule_v1::zdcChannel
int zdcChannel() const
xAOD::ZdcModule_v1::setZdcChannel
void setZdcChannel(int)
xAOD::ZdcModule_v1::ZdcModule_v1
ZdcModule_v1()
Default constructor.
Definition: ZdcModule_v1.cxx:14
xAOD::ZdcModule_v1::setZdcType
void setZdcType(int)
xAOD::ZdcModule_v1::zdcType
int zdcType() const
SG_BASE
SG_BASE(xAOD::ZdcModule_v1, SG::AuxElement)
AuxElement.h
Base class for elements of a container that can have aux data.