ATLAS Offline Software
Loading...
Searching...
No Matches
LArStripNeighborhood.cxx File Reference
#include "LArStripNeighborhood.h"
#include <sstream>
Include dependency graph for LArStripNeighborhood.cxx:

Go to the source code of this file.

Namespaces

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

Functions

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

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}