ATLAS Offline Software
Loading...
Searching...
No Matches
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}
@ layer
Definition HitInfo.h:79