ATLAS Offline Software
Loading...
Searching...
No Matches
IeEmNbhoodTOB.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 "IeEmNbhoodTOB.h"
6
7#include <sstream>
8
10 std::string IeEmNbhoodTOB::to_string() const {
11 std::stringstream ss;
12
13 ss << '\n'
15 << "\n"
16 << "Neighbourhood content:\n"
18 return ss.str();
19 }
20}
21
22std::ostream& operator<<(std::ostream& os, const GlobalSim::IOBitwise::IeEmNbhoodTOB& tob) {
23 os << tob.to_string();
24 return os;
25}
static Double_t ss
std::ostream & operator<<(std::ostream &lhs, const TestGaudiProperty &rhs)
Class to hold an eFexRoI and LAr strip neighbourhood.
virtual const LArStripNeighborhood & Neighbourhood() const =0
Returns the LarStripNeighbourhood: 3*17 cells centred on the eFexROI.
virtual std::string to_string() const =0
print out contents to string
virtual std::string to_string() const =0
print out contents to string
Definition IeEmTOB.cxx:10
std::string to_string() const
print out contents to string