ATLAS Offline Software
Classes | Namespaces | Functions
ERatio.h File Reference
#include "../IO/LArStripNeighborhoodContainer.h"
#include <string>
#include <vector>
Include dependency graph for ERatio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GlobalSim::ERatio
 

Namespaces

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

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 148 of file ERatio.cxx.

148  {
149  os << er.toString();
150  return os;
151 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231