#include <vector>
#include <iostream>
#include "RegSelLUT/ZRObject.h"
#include "RegSelLUT/RegSelRoI.h"
#include "RegSelLUT/RegSelModule.h"
Go to the source code of this file.
◆ 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}