ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
LArStripNeighborhood.h File Reference
#include "StripData.h"
#include <ostream>
#include <vector>
#include <utility>
#include <iosfwd>
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
 Class to hold windows of LAr strip cells in a the neighbourhood of a eFexRoI. More...
 

Namespaces

 GlobalSim
 AlgTool to read in LArStripNeighborhoods, and run the ERatio Algorithm.
 

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 50 of file LArStripNeighborhood.cxx.

52  {
53  os << n.to_string();
54  return os;
55 }
beamspotman.n
n
Definition: beamspotman.py:727
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231