ATLAS Offline Software
eEmEg1eRatioTOB.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "eEmEg1eRatioTOB.h"
6 
7 namespace GlobalSim::IOBitwise {
8 
10  std::bitset<IeEmEg1eRatioTOB::s_eGamma1eRatio_width> eGamma1eRatio_bits) : eEmTOB(eFexTOB),
11  m_eGamma1eRatio_bits(eGamma1eRatio_bits){}
12 
13  std::bitset<IeEmEg1eRatioTOB::s_eGamma1eRatio_width> eEmEg1eRatioTOB::eGamma1eRatio_bits() const {
14  return m_eGamma1eRatio_bits;
15  }
16 }
GlobalSim::IOBitwise::eEmTOB
Class to hold eFexROI TOB bits.
Definition: Global/GlobalSimulation/src/IO/eEmTOB.h:23
xAOD::eFexEMRoI_v1
Class describing a LVL1 eFEX EM region of interest.
Definition: eFexEMRoI_v1.h:33
GlobalSim::IOBitwise::eEmEg1eRatioTOB::eGamma1eRatio_bits
virtual std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits() const override
Returns the eGamma1 eRatio result bits.
Definition: eEmEg1eRatioTOB.cxx:13
GlobalSim::IOBitwise
Definition: eEmMultAlgTool.h:17
eEmEg1eRatioTOB.h
GlobalSim::IOBitwise::eEmEg1eRatioTOB::m_eGamma1eRatio_bits
std::bitset< s_eGamma1eRatio_width > m_eGamma1eRatio_bits
Definition: eEmEg1eRatioTOB.h:46
GlobalSim::IOBitwise::eEmEg1eRatioTOB::eEmEg1eRatioTOB
eEmEg1eRatioTOB(const xAOD::eFexEMRoI &eFexTOB, std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits)
Constructor taking an eFexROITOB and eGamma1 eRatio output bits to initialise bits.
Definition: eEmEg1eRatioTOB.cxx:9