ATLAS Offline Software
Classes | Functions
RegSelLayer.h File Reference
#include <vector>
#include <iostream>
#include "RegSelLUT/ZRObject.h"
#include "RegSelLUT/RegSelRoI.h"
#include "RegSelLUT/RegSelModule.h"
Include dependency graph for RegSelLayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RegSelLayer
 
class  RegSelLayer::PhiCluster
 

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