ATLAS Offline Software
Loading...
Searching...
No Matches
RegSelROB.h File Reference
#include <iostream>
#include <set>
#include <vector>
#include "RegSelLUT/ZRObject.h"
#include "RegSelLUT/RegSelModule.h"
Include dependency graph for RegSelROB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RegSelROB
class  RegSelROBList

Functions

std::ostream & operator<< (std::ostream &s, const RegSelROB &r)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const RegSelROB & r )
inline

Definition at line 64 of file RegSelROB.h.

64 {
65 return s << "[ robID 0x" << std::hex << r.robID() << std::dec
66 << "\tr: " << r.rMin() << " " << r.rMax()
67 << "\tz: " << r.zMin() << " " << r.zMax()
68 << "\tphi: " << r.phiMin() << " " << r.phiMax()
69 << "\teta: " << r.etaMin() << " " << r.etaMax()
70 << "\tsize " << r.size() << " ]";
71
72}
int r
Definition globals.cxx:22