ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
src
IO
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
8
namespace
GlobalSim::IOBitwise
{
9
10
eEmEg1eRatioTOB::eEmEg1eRatioTOB
(
const
xAOD::eFexEMRoI
& eFexTOB,
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>
21
eEmEg1eRatioTOB::eGamma1eRatio_bits
()
const
{
22
return
m_eGamma1eRatio_bits
;
23
}
24
25
std::string
eEmEg1eRatioTOB::to_string
()
const
{
26
27
auto
ss
= std::stringstream();
28
ss
<<
eEmTOB::to_string
() <<
'\n'
;
29
ss
<<
m_eGamma1eRatio_bits
;
30
return
ss
.str();
31
32
33
}
34
35
}
ss
static Double_t ss
Definition
LArPhysWaveHECTool.cxx:37
GlobalSim::IOBitwise::eEmEg1eRatioTOB::eGamma1eRatio_bits
virtual std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits() const
Definition
eEmEg1eRatioTOB.cxx:21
GlobalSim::IOBitwise::eEmEg1eRatioTOB::to_string
virtual std::string to_string() const
Definition
eEmEg1eRatioTOB.cxx:25
GlobalSim::IOBitwise::eEmEg1eRatioTOB::m_eGamma1eRatio_bits
std::bitset< s_eGamma1eRatio_width > m_eGamma1eRatio_bits
Definition
eEmEg1eRatioTOB.h:68
GlobalSim::IOBitwise::eEmEg1eRatioTOB::eEmEg1eRatioTOB
eEmEg1eRatioTOB(const xAOD::eFexEMRoI &eFexTOB, std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits)
GlobalSim::IOBitwise::eEmTOB
Definition
Global/GlobalSimulation/src/IO/eEmTOB.h:24
GlobalSim::IOBitwise::eEmTOB::to_string
virtual std::string to_string() const
Definition
Global/GlobalSimulation/src/IO/eEmTOB.cxx:72
eEmEg1eRatioTOB.h
GlobalSim::IOBitwise
Definition
CommonSortSelectAlgTool.h:19
xAOD::eFexEMRoI
eFexEMRoI_v1 eFexEMRoI
Define the latest version of the eFexEMRoI class.
Definition
eFexEMRoI.h:17
Generated on
for ATLAS Offline Software by
1.17.0