ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  GlobalSim
 AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench correspond to those produced by eEmMultAlgTool.

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 & os,
const GlobalSim::LArStripNeighborhood & n )

Definition at line 50 of file LArStripNeighborhood.cxx.

52 {
53 os << n.to_string();
54 return os;
55}