ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
LArStripNeighborhood.h File Reference
#include "StripData.h"
#include <vector>
#include <memory>
#include <ostream>
Include dependency graph for LArStripNeighborhood.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GlobalSim::LArStripNeighborhood
 

Namespaces

 GlobalSim
 AlgTool to obtain a selection of eFex RoIs read in from the event store.
 

Typedefs

using GlobalSim::StripDataVector = std::vector< StripData >
 
using GlobalSim::Coords = std::pair< double, double >
 

Functions

std::ostream & operator<< (std::ostream &, const GlobalSim::LArStripNeighborhood &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const GlobalSim::LArStripNeighborhood  
)

Definition at line 49 of file LArStripNeighborhood.cxx.

27  {
28 
29  os << "LArStripNeighborhood: roi coords ("
30  << n.m_roiCoords.first << ',' << n.m_roiCoords.second << ") cell coords ("
31  << n.m_cellCoords.first << ',' << n.m_cellCoords.second
32  << ") max_cell_pos " << n.m_max_cell_pos << '\n';
33 
34  os << "phi low: " << " [" << n.m_phi_low.size() <<"]\n";
35  for(const auto& sd : n.m_phi_low) { os << sd << '\n';}
36 
37  os << '\n';
38 
39  os << "phi center: " << " [" << n.m_phi_center.size() <<"]\n";
40  for(const auto& sd : n.m_phi_center) { os << sd << '\n';}
41 
42  os << '\n';
43 
44  os << "phi high: " << " [" << n.m_phi_high.size() <<"]\n";
45  for(const auto& sd : n.m_phi_high) { os << sd << '\n';}
46 
47  os << '\n';
48  return os;
49 }
python.selector.AtlRunQuerySelectorLhcOlc.sd
sd
Definition: AtlRunQuerySelectorLhcOlc.py:612
beamspotman.n
n
Definition: beamspotman.py:731
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231