ATLAS Offline Software
Loading...
Searching...
No Matches
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#include <sstream>
7
8namespace GlobalSim::IOBitwise {
9
11 std::bitset<eEmEg1eRatioTOB::s_eGamma1eRatio_width> eGamma1eRatio_bits) :
12 eEmTOB(eFexTOB),
13 m_eGamma1eRatio_bits(eGamma1eRatio_bits){}
14
15 eEmEg1eRatioTOB::eEmEg1eRatioTOB(const eEmTOB& tob,
16 std::bitset<eEmEg1eRatioTOB::s_eGamma1eRatio_width> eGamma1eRatio_bits) :
17 eEmTOB(tob),
18 m_eGamma1eRatio_bits(eGamma1eRatio_bits){}
19
20 std::bitset<eEmEg1eRatioTOB::s_eGamma1eRatio_width>
24
25 std::string eEmEg1eRatioTOB::to_string() const {
26
27 auto ss = std::stringstream();
28 ss << eEmTOB::to_string() << '\n';
30 return ss.str();
31
32
33 }
34
35}
static Double_t ss
virtual std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits() const
virtual std::string to_string() const
std::bitset< s_eGamma1eRatio_width > m_eGamma1eRatio_bits
eEmEg1eRatioTOB(const xAOD::eFexEMRoI &eFexTOB, std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits)
eFexEMRoI_v1 eFexEMRoI
Define the latest version of the eFexEMRoI class.
Definition eFexEMRoI.h:17