ATLAS Offline Software
Functions
RegSelLayer.cxx File Reference
#include "RegSelLUT/RegSelLayer.h"
#include "RegSelLUT/RegSelTimer.h"
#include <map>
#include <set>
#include <string>
#include <iostream>
#include <fstream>
#include <cmath>
Include dependency graph for RegSelLayer.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const RegSelLayer &layer)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const RegSelLayer layer 
)

Definition at line 391 of file RegSelLayer.cxx.

391  {
392  return s << "[ layer ID=" << layer.ID()
393  << ",\tNmodules=" << layer.size()
394  << ",\tr=" << layer.rMin() << " - " << layer.rMax()
395  << ",\tz=" << layer.zMin() << " - " << layer.zMax()
396  << " ]";
397 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TRT::Hit::layer
@ layer
Definition: HitInfo.h:79