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
10 //Currently assuming that the gFex Rho is stored in the et bits (including the scale) in the TOB
13
14
17
18 std::bitset<gFexRhoTOB::s_rho_width> gFexRhoTOB::rho_bits() const {
19 return m_rho_bits;
20 }
21
22 std::string gFexRhoTOB::to_string() const {
23 std::stringstream ss;
24
25 ss << "TODO";
26
27 return ss.str();
28 }
29}
static Double_t ss
virtual std::string to_string() const
std::bitset< s_rho_width > m_rho_bits
Property: Rho bitset within the gFexRhoTOB word.
Definition gFexRhoTOB.h:66
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
Extra patterns decribing particle interation process.