ATLAS Offline Software
Classes | Functions
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 }
beamspotman.r
def r
Definition: beamspotman.py:676
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131