ATLAS Offline Software
Loading...
Searching...
No Matches
gFexRhoTOB.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "gFexRhoTOB.h"
6#include <sstream>
7
8namespace GlobalSim::IOBitwise {
9
13
17
21
22 std::bitset<gFexRhoTOB::s_rho_width> gFexRhoTOB::rho_bits() const {
23 return m_rho_bits;
24 }
25
26 std::bitset<gFexRhoTOB::s_rho_scale> gFexRhoTOB::rho_scale() const {
27 return m_rho_scale;
28 }
29
30 std::string gFexRhoTOB::to_string() const {
31 std::stringstream ss;
32
33 ss << "TODO";
34
35 return ss.str();
36 }
37}
unsigned int uint
static Double_t ss
virtual std::bitset< s_rho_scale > rho_scale() const
virtual std::string to_string() const
std::bitset< s_rho_scale > m_rho_scale
Property: Rho bitset eT scale within the gFexRhoTOB word.
Definition gFexRhoTOB.h:84
std::bitset< s_rho_width > m_rho_bits
Property: Rho bitset within the gFexRhoTOB word.
Definition gFexRhoTOB.h:79
virtual std::bitset< s_rho_width > rho_bits() const
gFexRhoTOB(const xAOD::gFexJetRoI &gFexRhoTOB)
Constructor taking an eFexROITOB to initialise bits.
gFexJetRoI_v1 gFexJetRoI
Define the latest version of the gFexJetRoI class.
Definition gFexJetRoI.h:16